- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: how to start a SG cluster without start packet...
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-14-2003 03:49 AM
03-14-2003 03:49 AM
thanx in advance
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2003 04:02 AM
03-14-2003 04:02 AM
Re: how to start a SG cluster without start packets
Otherwise there is no other way,as you cannot do a cmmodpkg -d wihtout the cmcld process running.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2003 04:06 AM
03-14-2003 04:06 AM
Re: how to start a SG cluster without start packets
Change each package control file, reconfigure the cluster then you can start it without any packages. Subsequently you can start the packages manually with cmrunpkg.
Regards,
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2003 04:09 AM
03-14-2003 04:09 AM
Re: how to start a SG cluster without start packets
Set AUTO_RUN NO in your packages configuration files
See also:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x826f42308663d611abdb0090277a778c,00.html
Regards
Rainer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2003 05:32 AM
03-14-2003 05:32 AM
Re: how to start a SG cluster without start packets
I finally came up with a script that modified all packages' AUT_START settings, distributed this to all cluster nodes, and finished with an cmapplyconf.
Since this is far from satisfactory, I wonder if it weren't possible to hold two different cluster config binaries in stock which one only would have to rename in case one wanted to start a cluster without also starting the packages?
Is this feasible?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2003 05:35 AM
03-14-2003 05:35 AM
Re: how to start a SG cluster without start packets
I can say it is not "supportable" but that just meas we have not tested it.
SO you may have to try it, and see how it goes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2003 05:39 AM
03-14-2003 05:39 AM
SolutionRegards,
Trond
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2003 05:43 AM
03-14-2003 05:43 AM
Re: how to start a SG cluster without start packets
You could also consider adding some logic to the script that constitutes the package so that it doesn't start any app or whatever. Sometimes it's useful for maintenance to have the package infrastrucure available (VG's etc) without the application.
Regards,
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2003 07:32 AM
03-14-2003 07:32 AM
Re: how to start a SG cluster without start packets
is it available for Service Guard A.11.09 ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2003 07:37 AM
03-14-2003 07:37 AM
Re: how to start a SG cluster without start packets
It does the same thing.
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2003 07:54 AM
03-14-2003 07:54 AM
Re: how to start a SG cluster without start packets
the text lines describing that item says:
# The default for PKG_SWITCHING_ENABLED is YES. In the event of a
# failure, this permits the cluster software to transfer the package
# to an adoptive node. Adjust as necessary.
PKG_SWITCHING_ENABLED YES
according to this, If I change it to NO, my packet won't switch to other node... then, what do I want a cluster for ?
I need to prevent packet starting when cluster forms, not prevent switching packet from a node to other when packet fails.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2003 08:03 AM
03-14-2003 08:03 AM
Re: how to start a SG cluster without start packets
HP have renamed the keyword to avoid this confusion.
Once you've started the package, you can change the setting with cmmodpkg.
Regards,
John