[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference azur::mcc

Title:DECmcc user notes file. Does not replace IPMT.
Notice:Use IPMT for problems. Newsletter location in note 6187
Moderator:TAEC::BEROUD
Created:Mon Aug 21 1989
Last Modified:Wed Jun 04 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:6497
Total number of notes:27359

4716.0. "disk space/file header alarms" by SPANKY::PETROFF () Thu Mar 18 1993 10:00

    
    I am running DECmcc 1.2 on a VS4000 running the NSDP software used
    by NEtsupport (NIS). The customer wants to alarm on "disk space" 
    and number of file headers remaining on his VS3100 pathworks servers.
    
    What is the best way to fulfill this request...??
    
    Thanks,
    Rick
    
T.RTitleUserPersonal
Name
DateLines
4716.1Use the Script AMMOLAR::ROBERTSKeith Roberts - Network Management ApplicationsThu Mar 18 1993 14:1112
  Rick,

  You could use the Script AM to retrieve Disk Header information, then
  write Alarm Rules to detect when these values are too big or too small.

  Start with the 'mcc_scripts:mcc_disk.com' script ... you can add the
  extra information you need .. also you'll have to modify the mcc_disk
  MSL file to include the new attributes.

  Let me know if you need any help.

  /keith
4716.2best != timely (unfortunately)MCDOUG::dougpre-retinal integrationThu Mar 18 1993 14:1212
>    I am running DECmcc 1.2 on a VS4000 running the NSDP software used
>    by NEtsupport (NIS). The customer wants to alarm on "disk space" 
>    and number of file headers remaining on his VS3100 pathworks servers.
>    
>    What is the best way to fulfill this request...??

The *best* way?   -> Get VMS to implement a MoM for this.

The *realistic* way? -> Use DCL and the data collector mcc_evc_send program
form a batch procedure.  

/doug
4716.3Here is an exampleTOOK::R_SPENCENets don't fail me now...Thu Mar 18 1993 15:056
    An see the sample procedure (MCC_CHECK_DIDKS) for an example of
    how to do stuff with the Data Collector Send Event API.
    
    Look in TOOK::USER$778:[SURVIVAL.VMS.DC-TOOLS]
    
    s/rob