- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Adding new package with reassigning already used r...
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-30-2004 07:46 PM
08-30-2004 07:46 PM
although this doesn't really pose a problem it would be nice to know if it worked.
In preparation of a major redesign of one of our clusters I would like to configure a new package which is supposed to substitute two other now separate packages (i.e. join the two).
While in general there's no problem in adding a new package to a running cluster I here do have the constraint to reassign resources already in use by the two packages this one will replace (i.e. 2 IPs, several VGs, LVs, FSs).
Would the cluster let me reassign these already active resources by a cmapplyconf while it is still running those other packages?
For now I do not intend to run the new package,
I just would like to update the cluster config binaries on the nodes with the new package definition.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2004 07:54 PM
08-30-2004 07:54 PM
Re: Adding new package with reassigning already used resources
ex: you want to join pkg1 and pkg2 resources
1. halt packages
cmhaltpkg pkg1 pkg2
2. remove one package
cmdeleteconf -p pkg2
3. add resources IP,VG,... to pkg1 config files
4. check config cmcheckconf ...
5. apply config cmapplyconf
6. start package pkg1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2004 07:56 PM
08-30-2004 07:56 PM
Re: Adding new package with reassigning already used resources
I know the "usual" procedure.
Currently I cannot halt any packages.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2004 08:05 PM
08-30-2004 08:05 PM
SolutionIt applied them both ok.
Of course, you would not want to have them both run at the same time ;-]
If you do make the changes, I would advise having the AUTO_RUN set to NO for the new package until you are ready to go live with it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2004 09:37 PM
08-30-2004 09:37 PM
Re: Adding new package with reassigning already used resources
thanks for verifying applicability for me.
I know that the hard work lies in the package's control script, especially since the intended logic involved in the packages' mutual interaction during package start/stop and failover is quite bizarre on this client's application.
Also thanks for providing the SG extension MIB (see my other thread http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=684521&admit=716493758+1093943673771+28353475 )
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2004 09:43 PM
08-30-2004 09:43 PM
Re: Adding new package with reassigning already used resources
Glad someone found it for you