- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: STARTUP process hang
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2005 07:01 PM
08-24-2005 07:01 PM
Re: STARTUP process hang
Extracted from the log (comments are mine):
The OpenVMS system is now executing the site-specific startup commands.
...
(So process 434 is started in SYSTARTUP_VMS.COM)
...
Starting TCPware(R) for OpenVMS Version 5.6-2 ...
%RUN-S-PROC_ID, identification of created process is 0000041D
%RUN-S-PROC_ID, identification of created process is 0000041E
%DCL-W-IVKEYW, unrecognized keyword - check validity and spelling
\UP\
( - error in TCPWARE startup?? Could that cause a problem?)
...
(then WBEM startup, I guess:)
This command procedure assists with starting the OpenVMS
management web agents after installation.
Run the subagents/mibs
...
%DCL-I-SUPERSEDE, previous value of WBEM$DCL has been superseded
Run the webserver
%RUN-S-PROC_ID, identification of created process is 00000432
Run the DCL show application
%RUN-S-PROC_ID, identification of created process is 00000433
%RUN-S-PROC_ID, identification of created process is 00000434
%AMDS-I-EXLOGFILE, Executing AMDS$AM_AMDS_SYSTEM:AMDS$LOGICALS.COM
...
If the process causing problems was indeed PID 434, could it be what is showing itself as "the DCL show application"? When running in startup, that may block OPA0 if it's waiting for input ("TYPE/PAGE"? READ SYS$COMMAND?).
It might be a good idea to scan *.COM for the this string (just a hint)
Willem
OpenVMS Developer & System Manager
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2005 07:13 PM
08-24-2005 07:13 PM
Re: STARTUP process hang
Starting TCPware(R) for OpenVMS Version 5.6-2 ...
%RUN-S-PROC_ID, identification of created process is 0000041D
%RUN-S-PROC_ID, identification of created process is 0000041E
%DCL-W-IVKEYW, unrecognized keyword - check validity and spelling
\UP\
2) PID 00000434 died when you stopped STARTUP. In startup.log :
%DCL-I-SUPERSEDE, previous value of WBEM$DCL has been superseded
Run the webserver
%RUN-S-PROC_ID, identification of created process is 00000432
Run the DCL show application
%RUN-S-PROC_ID, identification of created process is 00000433
%RUN-S-PROC_ID, identification of created process is 00000434 <==
So, it was WDEM that caused it. Whatever it may be (I thought it was WEBES which I saw misbehaving on our nodes regularly).
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2005 07:15 PM
08-24-2005 07:15 PM
Re: STARTUP process hang
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2005 07:33 PM
08-24-2005 07:33 PM
Re: STARTUP process hang
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2005 07:54 PM
08-25-2005 07:54 PM
Re: STARTUP process hang
%DCL-W-IVKEYW, unrecognized keyword - check validity and spelling
\UP\
<<<
This was just a comment missing its "!" (in TCPWARE:ROUTING.COM). As it's -W- it shouldn't do any harm.
>>>
PID 434, could it be what is showing itself as "the DCL show application"?
<<<
AFAIK, no. Process WBEM$DCLSHOW - this is for WBEM DCL SHOW (CPU, CLUSTER, DEVICE, ...)support.
>>>
So, it was WBEM that caused it.
<<<
Menawhile, I think so, too. The course of action is
STARTUP.COM -> @TCPWARE:STARTNET.COM -> @TCPWARE:SERVERS.COM -> @SYS$SPECIFIC:[WBEM]WBEM$STARTUP.COM and $RUN/PROCESS=HR_MIB SYS$SYSTEM:TCPIP$HR_MIB
and then
STARTUP.COM -> @SYS$STARTUP:AMDS$STARTUP
Guess I'll move the WBEM startup out of TCPware startup and back into SYSTARTUP_VMS.COM.
>>>
Could it be that /detached was missing when the RUN was done of the 3rd process
<<<
I always thought that RUN/PROCESS implied /DETACH - I could be wrong. I'll add it to the HR_MIB startup.
Thanks, all. I'll keep you updated.
cu,
Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2005 11:03 PM
08-26-2005 11:03 PM
Re: STARTUP process hang
I would not recommend moving it to SYS$STARTUP. If there is a problem with the WBEM startup, it will cascade STARTUP_VMS.COM (which would give us a WHOLE different set of problems)
Instead, create a file that can be found using the SYS$STARTUP logical (either in the node specific or System common [SYSMGR] or [SYS$STARTUP] directories; a question of personal taste question). Then add it to the STARTUP database FOLLOWING the phase that invokes STARTUP_VMS.COM (which is in phase LPBEGIN). The phase following LPBEGIN is LPMAIN. So:
- create SYS$COMMON:[SYSMGR]WBEM$STARTUP.COM as follows:
$ FILENAME = "SYS$SPECIFIC:[WBEM]WBEM$STARTUP.COM"
$! As insurance against accidents, check that the file exists.
$ IF F$SEARCH(FILENAME) .NES. ""
$ THEN
$ @'FILENAME'
$ ELSE
$ WRITE SYS$ERROR "''FILENAME' not found"
$ ENDIF
- add it to the Layered Products STARTUP database
$ MCR SYSMAN ADD FILE WBEM$STARTUP.COM/PHASE=LPMAIN/MODE=SPAWN/NODE=
If there is a problem, the fact that it is a SPAWN will isolate the problem from the rest of the startup.
- Bob Gezelter, http://www.rlgsc.com
$ MCR SYSMAN ADD FILE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2005 06:47 PM
10-16-2005 06:47 PM
Re: STARTUP process hang
a big hardware rebuild of the computer room gave me the opportunity to reboot the machine a few times, testing what the f**k the cause was.
And the loser was...
TCPIP$HR_MIB !
(which I have to start explicitly when using WBEM under TCPware, see the Insight Management Agents Installation instructions at http://h71000.www7.hp.com/openvms/products/mgmt_agents/install.html )
It seems that a simple RUN is not enough to fully detach the process. I replaced it by RUN/DETACH and have a working OPA0: after startup.
Thanks, everybody, for the insightful hints leading me to the solution.
cu,
Martin
- « Previous
-
- 1
- 2
- Next »