- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- I need to change a package setting
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
03-12-2010 08:06 AM
03-12-2010 08:06 AM
The RUN_SCRIPT_TIMEOUT & HALT_SCRIPT_TIMEOUT settings in my package config file need to be increased.
I made the change and cmcheckconf runs clean for both the cluster and the package.
During my upcoming maintenance window I am going to run the following commands.
cmhaltcl
vgchange -a n vg01 vg02
cmcheckconf -P pckg.conf
cmapplyconf -P pckg.conf
cmruncl -v
I know this is fairly routine, but I do this so infrequently I thought I'd CMA and ask some people with expertise if I've got it correct.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2010 08:19 AM
03-12-2010 08:19 AM
SolutionTo change the Script timeouts on a package you do not need to stop anything. It can be done with the package & cluster running.
You would need to halt to change network info; or to change the Service timeout or falfast I believe for the version your on.
Regards,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2010 08:44 AM
03-12-2010 08:44 AM
Re: I need to change a package setting
http://docs.hp.com/en/B3936-90079/ch07s05.html?btnNext=next%A0%BB
It says "Script timeouts: Package may be either running or halted." so you dont need to stop your package or cluster. You need to:
1-)Edit the ASCII package configuration file.
2-)Verify your changes
cmcheckconf -v -P pkg1.ascii
3-)Distribute your changes to all nodes:
cmapplyconf -v -P pkg1.ascii
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2010 08:53 AM
03-12-2010 08:53 AM
Re: I need to change a package setting
So I started the application manually. SG thinks the package is down.
Also I need to confirm that the timeout setting is long enough now, so I will still have a downtime.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2010 09:54 AM
03-12-2010 09:54 AM
Re: I need to change a package setting
======================
"...When this originally failed due to the Timeout setting, SG didn't successfully start the package although it did mount the filesystems.
So I started the application manually. SG thinks the package is down.
Also I need to confirm that the timeout setting is long enough now, so I will still have a downtime...."
>>> SG thinks the pkg is down, but your f/s mounted. I'm thinking SG is running pkg. So run cmviewcl and check this. Cause the script startup kicks off the pgk.cntl file, which mounts the filesystems, and in most kicks off the appl. So I'm thinking the pkg is up and is running even though your appl didn't start.
No matter, you can still just change your timeout settings, with things up and running. You don't need to vgchange anything. Just make your chgs, run pkg cmcheckconf and then cmapplyconf.
Regards,
Rita