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 |
Hi I am having problems with exporter when trying to export phasev node data. Welcome to VAX/VMS V5.5 $ SHOW QUE/ALL Batch queue SYS$BATCH, idle, on HQTSVN:: *****No batch jobs running******* $ ANA/IMAGE SYS$COMMON:[SYSLIB]MCC_EXPORTER_FM.EXE Analyze Image 23-SEP-1992 12:28:36.01 Page 1 SYS$COMMON:[SYSLIB]MCC_EXPORTER_FM.EXE;4 IMAGE HEADER Image Identification Information image name: "MCC_EXPORTER_FM" image file identification: "DECMCC V1.2" link date/time: 26-JUN-1992 23:14:27.94 linker identification: "05-05" $ SET VER ********Command file to startup exporter background job $ @SYS$SYSROOT:[SYS$STARTUP]STARTUP_EXPORTER_JOBS.COM;22 $! start up exporter for each network cloud $! $ submit - /param=("$1$dia1:[mcc_report.db]BAE.RDB") - sys$startup:mcc_exporter_background Job MCC_EXPORTER_BACKGROUND (queue SYS$BATCH, entry 251) started on SYS$BATCH $wait 00:00:30 $ show dev $1$dia1:/file Files accessed on device $1$DIA1: (R7BYEG) on 23-SEP-1992 12:29:47.50 Process name PID File name 00000000 [000000]INDEXF.SYS;1 00000000 [SYSEXE]PAGEFILE1.SYS;2 ++++++++++Submitted secound background job to prove exporter task running++++++ $ submit - /param=("$1$dia1:[mcc_report.db]BAE.RDB") - sys$startup:mcc_exporter_background Job MCC_EXPORTER_BACKGROUND (queue SYS$BATCH, entry 252) started on SYS$BATCH $ wait 00:01:30 $ show dev $1$dia1:/file Files accessed on device $1$DIA1: (R7BYEG) on 23-SEP-1992 12:31:18.07 Process name PID File name 00000000 [000000]INDEXF.SYS;1 00000000 [SYSEXE]PAGEFILE1.SYS;2 BATCH_251 00000F34 [MCC]MCC_MIR_DIRECTORY.DAT;1 BATCH_251 00000F34 [MCC]MCC_MIR_ATTRIBUTE.DAT;1 BATCH_251 00000F34 [MCC]MCC_00.MCC_EXP_INST012_PMS;1 BATCH_251 00000F34 [MCC]MCC_5803000400AA000001CB991AF8E38257.MCC_EXP_INST012_P;1 BATCH_251 00000F34 [MCC]MCC_5803000400AA000001CB991AF8E38257.MCC_EXP_ATTR012_P;1 SYSTEM_2 00000E36 [MCC_REPORT.DB]BAE.RDB;1 RDMS_MONITOR 00000117 [MCC_REPORT.DB]BAE.RDB;1 BATCH_251 00000F34 [MCC]MCC_FDICTIONARY.DAT;1 SYSTEM_2 00000E36 [MCC_REPORT.DB]BAE.SNP;1 BATCH_251 00000F34 [MCC]MCC_PA_INSTANCE_MIR.DAT;1 BATCH_251 00000F34 [MCC]MCC_5803000400AA000001CB991AF8E38257.MCC_EXPO_Q12_Q;1 $! *******Backgroud process is batch job 251*********** $ type sys$login:mcc_exporter_background.log;-1 $ set ver $!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! $! $! Copyright (C) 1990 $! Digital Equipment Corporation, Maynard, Massachusetts. $! $! All Rights Reserved. $! Unpublished rights reserved under the copyright laws of the United States. $! $! The software contained on this media is proprietary to and embodies the $! confidential technology of Digital Equipment Corporation. Possession, use, $! duplication or dissemination of the software and media is authorized only $! pursuant to a valid written license from Digital Equipment Corporation. $! $! RESTRICTED RIGHTS LEGEND $! $! Use, duplication, or disclosure by the U.S. Government is subject to $! restrictions as set forth in Subparagraph (c)(1)(ii) of DFARS 252.227-7013, $! or in FAR 52.227-19, as applicable. $! $!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! $! $! The information in this software is subject to change without notice and $! should not be construed as a commitment by Digital Equipment Corporation. $! $! DIGITAL assumes no responsibility for the use or reliability of its $! software on equipment that is not supplied by DIGITAL. $! $!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! $! $! Facility: DEC MCC Exporter Functional Module (FM) $! $! Abstract: Background thread server - startup command procedure $! $!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! $! $ show sym p1 P1 = "$1$dia1:[mcc_report.db]BAE.RDB" $ IF P1 .NES. "" THEN GOTO START_BTS $ START_BTS: $! $! $! When a system is rebooted background process has to wait $! until MCC_MTS_PRIV_SHR.EXE and RDBSHR.EXE are installed. $! This procedure checks if the required images are installed $! and wait SLEEPINTERVAL time for another attempt. The $! number of attempts is defined in WAITPERIOD. $! $ SLEEPINTERVAL = "00:00:30" ! 30 sec $ WAITPERIOD = 40 ! $! $ COUNT = 0 $! $ LOOP: $! $! suppress messages $! $ DEFINE/USER_MODE SYS$ERROR NL: $ DEFINE/USER_MODE SYS$OUTPUT NL: $! $ install list sys$share:mcc_mts_priv_shr.exe $ SVRT1 = $SEVERITY $! $! suppress messages $! $ DEFINE/USER_MODE SYS$ERROR NL: $ DEFINE/USER_MODE SYS$OUTPUT NL: $! $ install list sys$share:rdbshr.exe $ SVRT2 = $SEVERITY $! $ IF (SVRT1 .AND. SVRT2) THEN GOTO OKAY $ OKAY: $ WAIT 00:00:30 $! $! end_of wait procedure $! $ BTS == "$SYS$SYSTEM:MCC_EXPORTER_FM_BG.EXE" $ BTS "$1$dia1:[mcc_report.db]BAE.RDB" "" <--- looks ok to me !!----------------------------------------------------- $ type sys$login:mcc_exporter_background.log; $ set ver $!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! $! $! Copyright (C) 1990 $! Digital Equipment Corporation, Maynard, Massachusetts. $! $! All Rights Reserved. $! Unpublished rights reserved under the copyright laws of the United States. $! $! The software contained on this media is proprietary to and embodies the $! confidential technology of Digital Equipment Corporation. Possession, use, $! duplication or dissemination of the software and media is authorized only $! pursuant to a valid written license from Digital Equipment Corporation. $! $! RESTRICTED RIGHTS LEGEND $! $! Use, duplication, or disclosure by the U.S. Government is subject to $! restrictions as set forth in Subparagraph (c)(1)(ii) of DFARS 252.227-7013, $! or in FAR 52.227-19, as applicable. $! $!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! $! $! The information in this software is subject to change without notice and $! should not be construed as a commitment by Digital Equipment Corporation. $! $! DIGITAL assumes no responsibility for the use or reliability of its $! software on equipment that is not supplied by DIGITAL. $! $!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! $! $! Facility: DEC MCC Exporter Functional Module (FM) $! $! Abstract: Background thread server - startup command procedure $! $!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! $! $ show sym p1 P1 = "$1$dia1:[mcc_report.db]BAE.RDB" $ IF P1 .NES. "" THEN GOTO START_BTS $ START_BTS: $! $! $! When a system is rebooted background process has to wait $! until MCC_MTS_PRIV_SHR.EXE and RDBSHR.EXE are installed. $! This procedure checks if the required images are installed $! and wait SLEEPINTERVAL time for another attempt. The $! number of attempts is defined in WAITPERIOD. $! $ SLEEPINTERVAL = "00:00:30" ! 30 sec $ WAITPERIOD = 40 ! $! $ COUNT = 0 $! $ LOOP: $! $! suppress messages $! $ DEFINE/USER_MODE SYS$ERROR NL: $ DEFINE/USER_MODE SYS$OUTPUT NL: $! $ install list sys$share:mcc_mts_priv_shr.exe $ SVRT1 = $SEVERITY $! $! suppress messages $! $ DEFINE/USER_MODE SYS$ERROR NL: $ DEFINE/USER_MODE SYS$OUTPUT NL: $! $ install list sys$share:rdbshr.exe $ SVRT2 = $SEVERITY $! $ IF (SVRT1 .AND. SVRT2) THEN GOTO OKAY $ OKAY: $ WAIT 00:00:30 $! $! end_of wait procedure $! $ BTS == "$SYS$SYSTEM:MCC_EXPORTER_FM_BG.EXE" $ BTS "$1$dia1:[mcc_report.db]BAE.RDB" "" %MCC-F-RLOCKDENIED, background process already executing !!!!!! BACKGROUND PROCESS IS RUNNING!!!!!!!!!!!!!!!!!! $ show dev $1$dia1:/file Files accessed on device $1$DIA1: (R7BYEG) on 23-SEP-1992 12:31:19.51 Process name PID File name 00000000 [000000]INDEXF.SYS;1 00000000 [SYSEXE]PAGEFILE1.SYS;2 BATCH_251 00000F34 [MCC]MCC_MIR_DIRECTORY.DAT;1 BATCH_251 00000F34 [MCC]MCC_MIR_ATTRIBUTE.DAT;1 BATCH_251 00000F34 [MCC]MCC_00.MCC_EXP_INST012_PMS;1 BATCH_251 00000F34 [MCC]MCC_5803000400AA000001CB991AF8E38257.MCC_EXP_INST012_P;1 BATCH_251 00000F34 [MCC]MCC_5803000400AA000001CB991AF8E38257.MCC_EXP_ATTR012_P;1 SYSTEM_2 00000E36 [MCC_REPORT.DB]BAE.RDB;1 RDMS_MONITOR 00000117 [MCC_REPORT.DB]BAE.RDB;1 BATCH_251 00000F34 [MCC]MCC_FDICTIONARY.DAT;1 SYSTEM_2 00000E36 [MCC_REPORT.DB]BAE.SNP;1 BATCH_251 00000F34 [MCC]MCC_PA_INSTANCE_MIR.DAT;1 $ EXIT $ SHOW ENTRY/FULL Entry Jobname Username Blocks Status ----- ------- -------- ------ ------ 251 MCC_EXPORTER_BACKGROUND SYSTEM Executing On available batch queue SYS$BATCH Submitted 23-SEP-1992 12:29 /PARAM=("$1$dia1:[mcc_report.db]BAE.RDB") /PRIORITY=100 File: _$1$DIA0:[SYS0.SYSCOMMON.SYSMGR]MCC_EXPORTER_BACKGROUND.COM;5 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++Command file to startup exporting node and node4 data+++++++++ $ @SYS$STARTUP:EXPORT_COM.TMP;1 $ mana/ent DECmcc (V1.2.0) ! export node neta.nadnis export target = "$1$DIA1:[MCC.REPORT.DB]bae.RDB" Node DSP_NS:.neta.nadnis AT 23-SEP-1992 12:32:49 Background exporting process is not set up <-----------O'dear export node neta.nadnr1 export target = "$1$DIA1:[MCC.REPORT.DB]bae.RDB" Node DSP_NS:.neta.nadnr1 AT 23-SEP-1992 12:32:54 Background exporting process is not set up <----------- export node neta.nadnr2 export target = "$1$DIA1:[MCC.REPORT.DB]bae.RDB" Node DSP_NS:.neta.nadnr2 AT 23-SEP-1992 12:32:55 Background exporting process is not set up<----------- AND SO ON !!!!! $ SHOW DEV $1$DIA1:/FILE Files accessed on device $1$DIA1: (R7BYEG) on 23-SEP-1992 12:47:49.70 Process name PID File name 00000000 [000000]INDEXF.SYS;1 00000000 [SYSEXE]PAGEFILE1.SYS;2 BATCH_251 00000F34 [MCC]MCC_MIR_DIRECTORY.DAT;1 BATCH_251 00000F34 [MCC]MCC_MIR_ATTRIBUTE.DAT;1 BATCH_251 00000F34 [MCC]MCC_00.MCC_EXP_INST012_PMS;1 BATCH_251 00000F34 [MCC]MCC_5803000400AA000001CB991AF8E38257.MCC_EXP_INST012_P;1 BATCH_251 00000F34 [MCC]MCC_5803000400AA000001CB991AF8E38257.MCC_EXP_ATTR012_P;1 SYSTEM_2 00000E36 [MCC_REPORT.DB]BAE.RDB;1 RDMS_MONITOR 00000117 [MCC_REPORT.DB]BAE.RDB;1 BATCH_251 00000F34 [MCC]MCC_FDICTIONARY.DAT;1 SYSTEM_2 00000E36 [MCC_REPORT.DB]BAE.SNP;1 BATCH_251 00000F34 [MCC]MCC_PA_INSTANCE_MIR.DAT;1 +++++ It looks to me if the background task is running++++++++++ $ MANA/ENT DECmcc (V1.2.0) MCC> EXPORT NODE4 HQTSVN EXPORT TARGET = $1$DIA1:[MCC_REPORT.DB]BAE.RDB Node4 22.3 AT 23-SEP-1992 12:51:55 Exporting started MCC> MCC> EXPORT NODE NETA.NADNR1 EXPORT TARGET = $1$DIA1:[MCC_REPORT.DB]BAE.RDB Node DSP_NS:.NETA.NADNR1 AT 23-SEP-1992 12:52:38 Exporting already exists <-----------great --------------------- | MCC> EXIT !!!!!!!!!!!!! | $ @ SYS$STARTUP:EXPORT_COM.TMP | $ mana/ent | DECmcc (V1.2.0) | ! EXPORT NODE4 HQTSVN EXPORT TARGET = $1$DIA1:[MCC_REPORT.DB]BAE.RDB | Node4 HQTSVN | AT 23-SEP-1992 12:53:58 | Exporting already exists | | ! | export node neta.nadnis export target = "$1$DIA1:[MCC.REPORT.DB]bae.RDB"| Node DSP_NS:.neta.nadnis | AT 23-SEP-1992 12:54:21 | Background exporting process is not set up | export node neta.nadnr1 export target = "$1$DIA1:[MCC.REPORT.DB]bae.RDB"| Node DSP_NS:.neta.nadnr1 | AT 23-SEP-1992 12:54:23 | Background exporting process is not set up <-- Whats happening-------- export node neta.nadnr2 export target = "$1$DIA1:[MCC.REPORT.DB]bae.RDB" Node DSP_NS:.neta.nadnr2 AT 23-SEP-1992 12:54:24 Background exporting process is not set up AND SO ON SHOW DEV $1$DIA1:/FILE Files accessed on device $1$DIA1: (R7BYEG) on 23-SEP-1992 13:18:00.22 Process name PID File name 00000000 [000000]INDEXF.SYS;1 00000000 [SYSEXE]PAGEFILE1.SYS;2 BATCH_251 00000F34 [MCC]MCC_MIR_DIRECTORY.DAT;1 BATCH_251 00000F34 [MCC]MCC_MIR_ATTRIBUTE.DAT;1 BATCH_251 00000F34 [MCC]MCC_00.MCC_EXP_INST012_PMS;1 BATCH_251 00000F34 [MCC]MCC_5803000400AA000001CB991AF8E38257.MCC_EXP_INST012_P;1 BATCH_251 00000F34 [MCC]MCC_5803000400AA000001CB991AF8E38257.MCC_EXP_ATTR012_P;1 SYSTEM_2 00000E36 [MCC_REPORT.DB]BAE.RDB;1 RDMS_MONITOR 00000117 [MCC_REPORT.DB]BAE.RDB;1 BATCH_251 00000F34 [MCC]MCC_FDICTIONARY.DAT;1 SYSTEM_2 00000E36 [MCC_REPORT.DB]BAE.SNP;1 BATCH_251 00000F34 [MCC]MCC_PA_INSTANCE_MIR.DAT;1 $ MAN/ENT DECmcc (V1.2.0) MCC> EXPORT NODE4 HQTSVN EXPORT TARGET = $1$DIA1:[MCC_REPORT.DB]BAE.RDB Node4 HQTSVN AT 23-SEP-1992 13:19:13 Exporting already exists MCC> EXPORT NODE NETA.NADNR2 EXPORT TARGET = $1$DIA1:[MCC_REPORT.DB]BAE.RDB Node DSP_NS:.NETA.NADNR2 AT 23-SEP-1992 13:20:21 Exporting already exists MCC> EXPORT NODE NETA.NADNIS EXPORT TARGET = $1$DIA1:[MCC_REPORT.DB]BAE.RDB Node DSP_NS:.NETA.NADNIS AT 23-SEP-1992 13:20:36 Exporting already exists MCC> EXPORT NODE NETC.NCDNR1 EXPORT TARGET = $1$DIA1:[MCC_REPORT.DB]BAE.RDB Node DSP_NS:.NETC.NCDNR1 AT 23-SEP-1992 13:22:51 Exporting already exists MCC> EXPORT NODE NETC.NCDNR1 ROUT CIRCUIT * - _MCC> EXPORT TARGET = $1$DIA1:[MCC_REPORT.DB]BAE.RDB Node DSP_NS:.NETC.NCDNR1 Routing Circuit wa-0 AT 23-SEP-1992 13:23:42 Exporting started Node DSP_NS:.NETC.NCDNR1 Routing Circuit wd-1 AT 23-SEP-1992 13:23:55 Exporting started Node DSP_NS:.NETC.NCDNR1 Routing Circuit cs-2 AT 23-SEP-1992 13:23:59 Exporting started Node DSP_NS:.NETC.NCDNR1 Routing Circuit ether-0 AT 23-SEP-1992 13:24:04 Exporting started MCC> EXIT $ @SYS$SYSROOT:[SYS$STARTUP]EXPORT_COM.TMP;7 $ MANA/ENT DECmcc (V1.2.0) ! EXPORT NODE4 HQTSVN EXPORT TARGET = $1$DIA1:[MCC_REPORT.DB]BAE.RDB Node4 HQTSVN AT 23-SEP-1992 13:27:23 Exporting already exists ! EXPORT NODE NETA.NADNIS EXPORT TARGET = $1$DIA1:[MCC.REPORT.DB]BAE.RDB,- AT START (+00:00:10) Node DSP_NS:.NETA.NADNIS AT 23-SEP-1992 13:27:52 Background exporting process is not set up +++++But I thought "Exporting already exists"+++++ EXPORT NODE NETA.NADNR1 EXPORT TARGET = $1$DIA1:[MCC.REPORT.DB]BAE.RDB, - AT START (+00:00:10) Node DSP_NS:.NETA.NADNR1 AT 23-SEP-1992 13:28:03 Background exporting process is not set up +++++But I thought "Exporting already exists"+++++ $ @SYS$SYSROOT:[SYS$STARTUP]EXPORT_COM.TMP $ MANA/ENT DECmcc (V1.2.0) ! EXPORT NODE4 HQTSVN EXPORT TARGET = $1$DIA1:[MCC_REPORT.DB]BAE.RDB Node4 HQTSVN AT 23-SEP-1992 13:29:15 Exporting already exists <____Phase node seem to be alright ! EXPORT NODE NETA.NADNIS EXPORT TARGET = $1$DIA1:[MCC.REPORT.DB]BAE.RDB Node DSP_NS:.NETA.NADNIS AT 23-SEP-1992 13:29:34 Background exporting process is not set up EXPORT NODE NETA.NADNR1 EXPORT TARGET = $1$DIA1:[MCC.REPORT.DB]BAE.RDB Node DSP_NS:.NETA.NADNR1 AT 23-SEP-1992 13:29:35 Background exporting process is not set up SYSTEM logged out at 23-SEP-1992 13:36:34.94 I donot understand whats is doing on . Can someone give me a clue
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
3792.1 | TOOK::SHMUYLOVICH | Thu Sep 24 1992 16:57 | 17 | ||
In order to understand your problem could you, please, do the following: 1. Start the background process for the NEW database; 2. Start the exporting for phaseV node with "export period = 00:05:00"; 3. Do Show Exporting command for this node; 4. Wait for 5 min and repeat the Show Exporting command; 5. Wait for another 5 min and repeat the Show Exporting commang; 6. Wait for another 5 min and repeat the Show Exporting commang. 7. Type the Exporter Backgroud log file. Please, post this information here or send it directly to me (TOOK::SHMUYLOVICH). Regards, Sam | |||||
3792.2 | Log file as requested | SEDSWS::MALLOY | Tue Sep 29 1992 09:16 | 369 | |
SAM Here is the log file Username: SYSTEM/NOCOM Password: Welcome to VAX/VMS V5.5 Last interactive login on Friday, 25-SEP-1992 16:11 Last non-interactive login on Friday, 25-SEP-1992 16:12 1 failure since last successful login $ @EXPORT_COM.TMP; $ show proc 25-SEP-1992 16:15:13.76 User: SYSTEM Process ID: 00000F55 Node: HQTSVN Process name: "_RTA2:" Terminal: RTA2: (HQTSVN::SYSTEM) User Identifier: [SYSTEM] Base priority: 4 Default file spec: SYS$STARTUP:[SYSMGR] Devices allocated: HQTSVN$RTA2: $ del $1$dia1:[mcc_report.db]*.RDB;* %DELETE-W-SEARCHFAIL, error searching for $1$DIA1:[MCC_REPORT.DB]*.RDB;* -RMS-E-FNF, file not found $ del $1$dia1:[mcc_report.db]*.snp;* %DELETE-W-SEARCHFAIL, error searching for $1$DIA1:[MCC_REPORT.DB]*.SNP;* -RMS-E-FNF, file not found $ submit - /param=("$1$dia1:[mcc_report.db]sam.RDB") - sys$startup:mcc_exporter_background Job MCC_EXPORTER_BACKGROUND (queue SYS$BATCH, entry 255) started on SYS$BATCH $ wait 00:05:00 $ show dev $1$dia1:/file Files accessed on device $1$DIA1: (R7BYEG) on 25-SEP-1992 16:20:14.94 Process name PID File name 00000000 [000000]INDEXF.SYS;1 00000000 [SYSEXE]PAGEFILE1.SYS;2 SYSTEM_1 00000E45 [MCC.RULES.NADNVA]ADD_RE-TARGET_ALARMS_RULES_FOR.COM;3 BATCH_255 00000F56 [MCC]MCC_MIR_DIRECTORY.DAT;1 BATCH_255 00000F56 [MCC]MCC_MIR_ATTRIBUTE.DAT;1 BATCH_255 00000F56 [MCC]MCC_00.MCC_EXP_INST012_PMS;1 $ dir $1$dia1:[mcc_report.db] %DIRECT-W-NOFILES, no files found $!--------------------------------------- $ mc cdo Welcome to CDO V1.2 The CDD/Plus V4.2 User Interface Type HELP for help exit $ mc rdo show version Current version of RDO is: Rdb/VMS V4.0A exit $! $ MANA/ENT DECmcc (V1.2.0) !Here we go ! EXPORT NODE NETA.NADNIS EXPORT TARGET = $1$DIA1:[MCC.REPORT.DB]sam.rdb, - export period = 00:05:00 Node DSP_NS:.NETA.NADNIS AT 25-SEP-1992 16:20:33 Background exporting process is not set up ! show EXPORT NODE NETA.NADNIS EXPORT TARGET = $1$DIA1:[MCC.REPORT.DB]sam.rdb Node DSP_NS:.NETA.NADNIS AT 25-SEP-1992 16:20:37 No exporting for the specified entity ! exit $ show dev $1$dia1:/file Files accessed on device $1$DIA1: (R7BYEG) on 25-SEP-1992 16:20:40.35 Process name PID File name 00000000 [000000]INDEXF.SYS;1 00000000 [SYSEXE]PAGEFILE1.SYS;2 SYSTEM_1 00000E45 [MCC.RULES.NADNVA]ADD_RE-TARGET_ALARMS_RULES_FOR.COM;3 BATCH_255 00000F56 [MCC]MCC_MIR_DIRECTORY.DAT;1 BATCH_255 00000F56 [MCC]MCC_MIR_ATTRIBUTE.DAT;1 BATCH_255 00000F56 [MCC]MCC_00.MCC_EXP_INST012_PMS;1 $ mana/ent DECmcc (V1.2.0) show EXPORT NODE NETA.NADNIS EXPORT TARGET = $1$DIA1:[MCC.REPORT.DB]sam.rdb,- at start = (+00:05:00) Node DSP_NS:.NETA.NADNIS AT 25-SEP-1992 16:25:49 No exporting for the specified entity show EXPORT NODE NETA.NADNIS EXPORT TARGET = $1$DIA1:[MCC.REPORT.DB]sam.rdb,- at start =(+00:05:00) Node DSP_NS:.NETA.NADNIS AT 25-SEP-1992 16:30:53 No exporting for the specified entity show EXPORT NODE NETA.NADNIS EXPORT TARGET = $1$DIA1:[MCC.REPORT.DB]sam.rdb,- at start =(+00:05:00) Node DSP_NS:.NETA.NADNIS AT 25-SEP-1992 16:35:54 No exporting for the specified entity show EXPORT NODE NETA.NADNIS EXPORT TARGET = $1$DIA1:[MCC.REPORT.DB]sam.rdb,- at start =(+00:05:00) Node DSP_NS:.NETA.NADNIS AT 25-SEP-1992 16:40:55 No exporting for the specified entity show EXPORT NODE NETA.NADNIS EXPORT TARGET = $1$DIA1:[MCC.REPORT.DB]sam.rdb, - at start =(+00:05:00) Node DSP_NS:.NETA.NADNIS AT 25-SEP-1992 16:45:56 No exporting for the specified entity exit $ type sys$login:MCC_EXPORTER_BACKGROUND.LOG $!--------------------------------------- $! disable Control Y $!--------------------------------------- $ set nocontrol=Y $! $!--------------------------------------- $! redefine DTR symbol $!--------------------------------------- $ XX = "" $ IF XX .EQS. "" $ THEN $ IF f$search("SYS$SYSTEM:DTR32.EXE") .nes. "" $ THEN $ DTR == "$DTR32" $ ELSE $ ENDIF $ ENDIF $!--------------------------------------- $! end dtr definition $!--------------------------------------- $! $! $! Avoid customer the use of /Nocommand at login $! $! $ aa= F$GETJPI(0,"ACCOUNT") $ !if aa .eqs. "CUSTOMER" $ !then $ ! @menu$com:login_customer $ !else $ ! set control=Y $ !endif $! $! $! $! $! This command procedure is always run when anybody on the entire system $! logs in. It is equivalent to LOGIN.COM except that the instructions $! contained herein are executed everytime anyone on the VMS system $! logs in to their account. $! $! For interactive processes, turn on Control T, and set the terminal type $! $ IF (F$MODE() .EQS. "INTERACTIVE") THEN SET CONTROL=T $ IF (F$MODE() .EQS. "INTERACTIVE") THEN SET TERMINAL/INQUIRE $! $! For MicroVAX systems only, use the command MOUNT/NOASSIST. $! $ IF (.NOT. F$TRNLNM("SYS$MICROVAX")) THEN GOTO SKIP_MICROVAX_COMMANDS $SKIP_MICROVAX_COMMANDS: $! $! Place your site-specific LOGIN commands below $! $ IF (F$MODE() .EQS. "INTERACTIVE") $ ENDIF $! $ ncp:==mc ncp $ edt:==edit $! $! This command procedure is a framework for building an individual $! login command procedure. It is executed every time that you log $! into your account. $! $ IF F$MODE() .NES. "INTERACTIVE" THEN GOTO ENDINTER $ENDINTER: $ IF F$MODE() .NES. "BATCH" THEN GOTO ENDBATCH $! $! Put commands you want executed only in batch mode between this comment $! and the "ENDBATCH:" symbol. $! $ $ENDBATCH: $! @ NSDP$USER:[NSDP]login.com ! $ set ver $!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! $! $! Copyright (C) 1990 $! Digital Equipment Corporation, Maynard, Massachusetts. $! $! All Rights Reserved. $! Unpublished rights reserved under the copyright laws of the United States. $! $! The software contained on this media is proprietary to and embodies the $! confidential technology of Digital Equipment Corporation. Possession, use, $! duplication or dissemination of the software and media is authorized only $! pursuant to a valid written license from Digital Equipment Corporation. $! $! RESTRICTED RIGHTS LEGEND $! $! Use, duplication, or disclosure by the U.S. Government is subject to $! restrictions as set forth in Subparagraph (c)(1)(ii) of DFARS 252.227-7013, $! or in FAR 52.227-19, as applicable. $! $!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! $! $! The information in this software is subject to change without notice and $! should not be construed as a commitment by Digital Equipment Corporation. $! $! DIGITAL assumes no responsibility for the use or reliability of its $! software on equipment that is not supplied by DIGITAL. $! $!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! $! $! Facility: DEC MCC Exporter Functional Module (FM) $! $! Abstract: Background thread server - startup command procedure $! $!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! $! $ show sym p1 P1 = "$1$dia1:[mcc_report.db]sam.RDB" $ IF P1 .NES. "" THEN GOTO START_BTS $ START_BTS: $! $! $! When a system is rebooted background process has to wait $! until MCC_MTS_PRIV_SHR.EXE and RDBSHR.EXE are installed. $! This procedure checks if the required images are installed $! and wait SLEEPINTERVAL time for another attempt. The $! number of attempts is defined in WAITPERIOD. $! $ SLEEPINTERVAL = "00:00:30" ! 30 sec $ WAITPERIOD = 40 ! $! $ COUNT = 0 $! $ LOOP: $! $! suppress messages $! $ DEFINE/USER_MODE SYS$ERROR NL: $ DEFINE/USER_MODE SYS$OUTPUT NL: $! $ install list sys$share:mcc_mts_priv_shr.exe $ SVRT1 = $SEVERITY $! $! suppress messages $! $ DEFINE/USER_MODE SYS$ERROR NL: $ DEFINE/USER_MODE SYS$OUTPUT NL: $! $ install list sys$share:rdbshr.exe $ SVRT2 = $SEVERITY $! $ IF (SVRT1 .AND. SVRT2) THEN GOTO OKAY $ OKAY: $ WAIT 00:00:30 $! $! end_of wait procedure $! $ BTS == "$SYS$SYSTEM:MCC_EXPORTER_FM_BG.EXE" $ BTS "$1$dia1:[mcc_report.db]sam.RDB" "" $! $ show dev $1$dia1:/file Files accessed on device $1$DIA1: (R7BYEG) on 25-SEP-1992 16:45:58.74 Process name PID File name 00000000 [000000]INDEXF.SYS;1 00000000 [SYSEXE]PAGEFILE1.SYS;2 SYSTEM_1 00000E45 [MCC.RULES.NADNVA]ADD_RE-TARGET_ALARMS_RULES_FOR.COM;3 BATCH_255 00000F56 [MCC]MCC_MIR_DIRECTORY.DAT;1 BATCH_255 00000F56 [MCC]MCC_MIR_ATTRIBUTE.DAT;1 BATCH_255 00000F56 [MCC]MCC_00.MCC_EXP_INST012_PMS;1 $ mana/ent DECmcc (V1.2.0) EXPORT NODE NETA.NADNR1 EXPORT TARGET = $1$DIA1:[MCC.REPORT.DB]sam.rdb,- export period = 00:05:00 Node DSP_NS:.NETA.NADNR1 AT 25-SEP-1992 16:46:08 Background exporting process is not set up show EXPORT NODE NETA.NADNR1 EXPORT TARGET = $1$DIA1:[MCC.REPORT.DB]sam.rdb Node DSP_NS:.NETA.NADNR1 AT 25-SEP-1992 16:46:13 No exporting for the specified entity show EXPORT NODE NETA.NADNIS EXPORT TARGET = $1$DIA1:[MCC.REPORT.DB]sam.rdb,- at start =(+00:05:00) Node DSP_NS:.NETA.NADNIS AT 25-SEP-1992 16:51:14 No exporting for the specified entity show EXPORT NODE NETA.NADNr1 EXPORT TARGET = $1$DIA1:[MCC.REPORT.DB]sam.rdb,- at start =(+00:05:00) Node DSP_NS:.NETA.NADNr1 AT 25-SEP-1992 16:56:15 No exporting for the specified entity exit lo SYSTEM logged out at 25-SEP-1992 17:17:00.34 SAM If you need log mask to be set ? Plse mail me asap as I am on site on Wednesday 30-SEP-1992 | |||||
3792.3 | Configuration | SEDSWS::MALLOY | Tue Sep 29 1992 09:22 | 14 | |
Hardware Configuration ----------------------- Vax3800 Memory 48 Meg 2x Rf71 This machine will be used to generating REPORTS only.(Hopefully) No alarm rules or event logger . The machine is the property of Digital. Gary | |||||
3792.4 | export target MUST be the same as argyment for BG | TOOK::SHMUYLOVICH | Tue Sep 29 1992 11:00 | 25 | |
The export target in the Exporter's directives and an argument to the background process MUST be the same. In your case they are different: 1. In export directive: >EXPORT NODE NETA.NADNIS EXPORT TARGET = $1$DIA1:[MCC.REPORT.DB]sam.rdb, - >export period = 00:05:00 ^ | 2. In the background: >$ BTS == "$SYS$SYSTEM:MCC_EXPORTER_FM_BG.EXE" >$ BTS "$1$dia1:[mcc_report.db]sam.RDB" "" ^ | If you want to use logical as an export target argument, please, refer to Historical Services Use Manual. SAm | |||||
3792.5 | In release notes | SEDSWS::MALLOY | Wed Oct 14 1992 13:05 | 9 | |
Exporter is case sensitive . This is in the release notes. This applies to both PhaseIV and PhaseV nodes. A bit of a pain in the neck. Hopefully this will be fixed in V1.3 Gary |