- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Strange startup behavior after installing SGLX...
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
10-07-2006 10:31 PM
10-07-2006 10:31 PM
after installing the ServiceGuard patch starting of the package failed. As per patch documentation a new package control script was created and applied.
In the package logfile I found, that the function "customer_defined_run_cmds" is performed after start of the services and not before as described.
Is this a known behavior? How can I perform programs before the services are started?
Thanks,
Joerg
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2006 12:14 AM
10-08-2006 12:14 AM
Re: Strange startup behavior after installing SGLX_00096
There is a prescribed upgrade procedure.
Did you use it and install pre-requisite OS patches?
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2006 01:09 AM
10-08-2006 01:09 AM
Re: Strange startup behavior after installing SGLX_00096
in the patch description I can't find any dependencies (all: None; OS: SLES9)
And yes, I followed the installation instructions and the special instructions too.
I didn't get any error during installation, applying the new configuration and starting the node. Rejoining into the cluster without error.
Thanks,
Joerg
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2006 06:57 PM
10-08-2006 06:57 PM
Re: Strange startup behavior after installing SGLX_00096
Put in a call to support.
I'm pretty sure there was no change in the package control script that would affect the startup.
If you saved the original package control script then you can post both the old and the new. If you don't want to post them then you may need to give them to support for help.
By the way, there is a Serviceguard for Linux category in teh ITRC.
http://forums1.itrc.hp.com/service/forums/categoryhome.do?categoryId=555
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2006 09:17 PM
10-08-2006 09:17 PM
Re: Strange startup behavior after installing SGLX_00096
sorry about using the wrong category. I wanted to post in the serviceguard category, but I had made a mistake.
Attached you will find the old and the new control script. I have transfered the configuration from the old version to the new one without changes. The output of diff shows only differences of the template changes.
Thanks,
Joerg
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2006 11:33 AM
10-09-2006 11:33 AM
SolutionQuestion: Is this causing a problem, or do you just need to understand it?
Speculation: Maybe the timing difference between the run commands and services start is causing problems - or at least causing what you are seeing in the logs. Remember then when you do the run_commands, some commands may "fork" and exit before they have really done much to start.
Comment: generally, you should be able to use your old package control scripts if that helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2006 09:39 PM
10-09-2006 09:39 PM
Re: Strange startup behavior after installing SGLX_00096
I think the best way is to modify customer_defined_run_cmds, in order to guarantee that all commands are finished if the function returns.
Thank you very much for your help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2006 01:44 AM
11-11-2006 01:44 AM
Re: Strange startup behavior after installing SGLX_00096
today I tried to modify the content of the function "customer_defined_run_cmds" (the cluster in still in production, so I have to wait for a production break). All I tried didn't work. At last I removed the critical commands from the function and put them into the service script. Into the function "customer_defined_run_cmds" I added an echo command as first command. The output of this echo command appears into the package logfile: after startup of the services!
Any suggestions?