- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- can i add a package with a new vg online?
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-20-2003 01:33 AM
08-20-2003 01:33 AM
now I insert new disk and create a new vg
and I want to add a new package to the cluster using the new vg.
can i do this withou halt the cluster?
thanks a lot
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2003 03:49 AM
08-20-2003 03:49 AM
Re: can i add a package with a new vg online?
just cmcheckconf and cmapplyconf and you are done.
Regards,
Bernhard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2003 04:44 AM
08-20-2003 04:44 AM
Re: can i add a package with a new vg online?
BTW - there is some good documentation here:
http://docs.hp.com/hpux/ha/index.html
In particular, the "Managing MC/ServiceGuard".
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2003 05:04 AM
08-20-2003 05:04 AM
SolutionFor example:
cluster up and running, cmviewcl -v
Additional LVM work for new vg's.
cmmakepkg -p package.conf (* vi and modify *)
cmmakepkg -s package.cntl (* vi and modify *)
cmcheckconf -P package.conf
cmapplyconf -P package.conf
cmmodpkg -e -n node1 -n node2 package
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2003 05:14 AM
08-20-2003 05:14 AM
Re: can i add a package with a new vg online?
o I thought the cluster had to be down to run the "cmapplyconf".
o ALL VGs in the cluster must be listed in the "cluster ascii file".
o The cmapplyconf must have one entry for each package:
# The cluster must be stopped on all nodes prior to running
# this script
cmapplyconf -v -C /etc/cmcluster/asia.ascii -P /etc/cmcluster/cipkg/ci.cfg -P /etc/cmcluster/dbpkg/db.cfg
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2003 05:40 AM
08-20-2003 05:40 AM
Re: can i add a package with a new vg online?
That has changed dramatically since SG version 10.10, and above.
There are a lot of things that can be done with the cluster running.
check the latest Managing MC/ServiceGuard manual for what can and what cannot be changed while the cluster is running.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2003 07:39 AM
08-20-2003 07:39 AM
Re: can i add a package with a new vg online?
Thanks.
Stuart