Title: | POLYCENTER Console Manager |
Notice: | Kits, Scans, Docs on CSC32:: as PCM$KITS:,PCM$DOCS:, PCM$SCANS: |
Moderator: | CSC32::BUTTERWORTH |
Created: | Thu Aug 06 1992 |
Last Modified: | Fri Jun 06 1997 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 1541 |
Total number of notes: | 6564 |
Hi! I've some difficulties starting PCM. In the startup procedure, I do a submit on the console$startup.com. After that, PCM is NOT up and running. I miss both the "Console Notify" and the "Console Daemon" process. The two processes dies with the final status: %SYSTEM-F-PRIVINSTALL, shareable images must be installed to... The secons time I run the startup, it works fine. Of course, I can start PCM twice but... HW: 3000-600 AXP SW: AXP/VMS 6.1 PCM 1.5 + MUP /Staffan OMS Sweden
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
525.1 | A workaround | ZENDIA::DBIGELOW | Innovate, Integrate, Evaporate | Tue Dec 20 1994 13:48 | 10 |
Staffan, Not sure what the problem is, but as a workaround, you can do the following in your batch submission: $ @sys$startup:console$startup install $ @sys$startup:console$startup Dave | |||||
525.2 | CSC32::BUTTERWORTH | Gun Control is a steady hand. | Tue Dec 20 1994 23:48 | 15 | |
The problem is that DECW$STARTUP hasn't run yet and thus the decwindows shareable libraries are not installed. Some of the PCM images are linked against these and the saemons choke because these images aren't present. You have two choices: Use sysman to place the CONSOLE$STARTUP procedure in the END phase of the startup databases. Modify your submit command and give it a delay of 1.5 minutes, e.g., $SUBMIT/AFTER="+01:30" SYS$STARTUP:CONSOLE$STARTUP Regs, Dan |