- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- why list volume groups in cluster ascii?
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
12-17-2004 07:29 AM
12-17-2004 07:29 AM
why list volume groups in cluster ascii?
Please correct me if I'm wrong...the only situation where listing cluster vg's in the cluster ascii file is necessary -- is when you shutdown a cluster (w/ cmhaltcl) and then restart the cluster.
If I understand it correctly, the cluster unmarks the cluster vg's (vgchange -c n) upon cluster shutdown and re-marks those vg's listed in the cluster ascii (vgchange -c y) upon cluster startup.
Basically, I don't understand the need to list cluster vg's in the ascii file. Escpecially since it adds an hour or more to any cmapplyconf -C (even w/ the -k option).
Please clear up my misunderstanding.
tia,
Dan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2004 07:37 AM
12-17-2004 07:37 AM
Re: why list volume groups in cluster ascii?
The vg don't get unmarked and marked at the cluster startup / shutdown.
The reason the vg's are listed in the cluster vg is because it tells the cluster daemon about the vg's that are part of the packages for the cluster. When a package is configured and it uses filesystems from a vg, unless the cluster is aware that the vg is part of the cluster, it won't be able to start the package on the adoptive node. The vg gets activated on the node on which the package that is using that vg is running.
Check out the managing SG manual on the hp doc site. http://docs.hp.com
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2004 07:55 AM
12-17-2004 07:55 AM
Re: why list volume groups in cluster ascii?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2004 09:49 AM
12-17-2004 09:49 AM
Re: why list volume groups in cluster ascii?
However, having all of the SHARED VG's listed is useful, as it documents which VG's are used in the cluster packages, but it often also speeds certain operations up.
There is also the issue that if you had to reapply the cluster binary after making changes to the ascii file (say change the iP adress or node timeout values) then any VG's that are NOT listed in the ascii file will get unmarked as belonging to a cluster. Those that are listed do get the new cluster id rewritten to them
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2004 06:59 AM
12-20-2004 06:59 AM
Re: why list volume groups in cluster ascii?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2004 07:20 AM
12-20-2004 07:20 AM
Re: why list volume groups in cluster ascii?
If you have a vg already active, it may or may not do the vgchange -c n succesfully, I have not tested this recently
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2004 08:30 AM
12-20-2004 08:30 AM
Re: why list volume groups in cluster ascii?
I was always taught to include the Volume Groups in the cluster ascii file.
I forget why...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2004 09:44 PM
12-20-2004 09:44 PM
Re: why list volume groups in cluster ascii?
1. Let discuss about package control file:
pkg control file will only mount each logical volume to assigned mount point (it do not active or deactive volume group)
2. Cluster ascii file.
Cluster ascii file need you list vg because it must enable each vg whenever it start (cmruncl). Expecically lock vg
You can get more information at.
http://docs.hp.com/en/B3936-90065/index.html