$! Copyright (c) 2006 Karl Rohwedder, free to use but WITHOUT ANY WARRANTY. $!++ $!. Facility: $!. SYSTEM_REPORT.CONF $!. $!. Abstract: $!. Sitesecific configuration file for the SYSTEM_REPORT utility. $!. $!. See there for help. $!. $! $ Set NoOn $! $!. =============================================== $!.__C U S T O M I Z A T I O N S start here $!. =============================================== $!. $!._CLUSTER_NAME_LOGICAL: contains name of a logical that contains the clustername (defaults to SCSNODE) $ Cluster_Name_Logical == "CNC_CLUSTER_NAME" ! EXEC-mode and LNM$SYSTEM! $!. $!._TARGET_DIR: the reports goes into this directory $ Target_Dir == "CNC_CLUMGR:" $!. $!._TMPDIR: temporary files are created here (they are deleted at the end) $ TmpDir == Target_Dir $!. $!._DO_xxx: flag specific parts of the report to be included (T/F), $!. possible functions see variable POSSFUNC above or help $!. $!._all DO_xxx were defaulted with TRUE, you may override the default here $!. DO_Revovery == "F" ! disable recovery $ DO_Nodes == "T" ! should always be selected, because some data detected here is used elsewhere $!. $!._function specific customizations (to control which data to be displayed...) $!. $!._#SAM $!. SAM_List: list of UIC groups to be listed $ SAM_List == "1,BO,3,4,5,6,7,SAM,SAMB,SAS,SASB" $!. $!._#RECOVERY $!. RECOVERY_LOGS: list of disks/logicalnames: for each disk the device and shadowset members are displayed $ Recovery_Logs == "CNC_DISK,BAX_DISK,BAX_DL_DISK,BAX_DISK2,BAX_DATA,BAX_LOG" $!. $!._#CONFLOG $!. CONFLOG_List: list of logical names to be displayed $ CONFLOG_List == "CNC_DISK,CNC_SF,BAX_MASTER,CHKTSK_MASTER,DNC_MASTER,KVS_MASTER,UCX_MASTER" $!. $!._#QUEUES $!. DO_QUEUES_DEFS: interpret queue definition logicals (BAT_BAT_n...) (T/F) $!. ==> This is highly site specific and should be disabled on 'foreign' systems!! <== $ DO_QUEUES_Defs == "T" $!. $!._#SOFTWARE $!. SOFTWARE_HISTORY_SINCE: define year since when the software history is displayed (PRODUCT and VMSINSTAL) $!. (defaults to last year) $ SOFTWARE_HISTORY_SINCE == F$Integer(F$Cvtime(,,"YEAR")) - 1 $!. $!._#DISKS $!. SHADOW_MAX_UNIT: shadowunits >= SHADOW_MAX_UNIT are not displayed (they may belong to Raidsets) $ Shadow_Max_Unit == 6000 ! default unit RAID software starts with $!. $!._MISC. UTILITIES $!. $!._DFU_DIR - define location of DFU utility here $ If (F$Search("SYS$SYSTEM:DFU.EXE").nes."") $ Then $ DFU_DIR == "SYS$SYSTEM:" $ Else $ If (F$Search("CNC_MANAGER:DFU.EXE").nes."") $ Then $ DFU_DIR == "CNC_MANAGER:" $ Else $!._________put your DFU location here $ DFU_DIR == "" $ Endif $ Endif $!. $!._Function GETVER (tries to detect software versions) $!. GETVER_SITE_CONF: specifies sitespecific software definition file $! (see SYSTEM_REPORT.SOFTWARE as example) $! GETVER_SITE_CONF == "" $!. $!. =============================================== $!.__C U S T O M I Z A T I O N S end here $!. =============================================== $!. $! $ Exit $!