- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Cluster
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-09-2009 05:20 AM
03-09-2009 05:20 AM
Thanks....
Biju
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2009 05:33 AM
03-09-2009 05:33 AM
SolutionStandard Service Guard Cluster configuration techniques:
Make changes to package files and configuration.
cmquerycl (not always needed for an already running cluster)
cmcheckconf
cmapplyconf
What file you edit depends on how your cluster was set up in the first place.
In general a shared filesystem is mounted by a package, so the package control script is where that is done.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2009 05:34 AM
03-09-2009 05:34 AM
Re: Cluster
# vgchange -c y vg.new
Modify control script to add "vg.new".
rgs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2009 05:50 AM
03-09-2009 05:50 AM
Re: Cluster
"I have assigned points to 5 of 76 responses to my questions."
Please assign points to your thread
http://forums11.itrc.hp.com/service/forums/helptips.do?#33
This is a way of saying thanks to the right answers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2009 06:58 AM
03-09-2009 06:58 AM
Re: Cluster
If it is new VG, ofcourse you should put it in cluster ascii to make the VG cluster aware.
If it is not a new VG and just a filesystem addition on existing VG then just edit the corrosponding package control file and update it with cmcheckconf and cmapplyconf.
Also make sure that you have exported and imported on adoptive nodes to create device files for new lv. You need to create new mount points also on adoptive nodes.
Just check this recent thread.
http://forums13.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1236610369939+28353475&threadId=1306762
Ganesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2009 07:00 AM
03-09-2009 07:00 AM
Re: Cluster
On the primary node
edit the cntl file and add the vg and filesystem name
take the vg map file
On the partner node
import the map file
On the primary node
umount /paydb (filesystem name)
vgchnage - a n vg
vgchange -c y vg
vgchange - a e vg
On the partner node
vgchange -c n vg
vgchnage -a y vg
mount /paydb_arch
(this is for checking before runnig he pkg the filesystem is getting mounted or not if being get mounted procede with the activity)
umount /paydb_arch
vgchange -a n /paydb_arch
vgchange - cy vg
On the primary node
vgchange -c n vg
vgchange -a y vg
mount /paydb (mount the filesystem back to primary node)
cmhaltpkg pkgname
On partner node
cmrunpkg pkg
Regards
Biju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2009 07:16 AM
03-09-2009 07:16 AM
Re: Cluster
- once "vgchange -c y" is done on one node, no needs to do it on partners node. The modification introcuded by "vgchange -c ..." is done on the VG itself, not in lvmtab. So forget "vgchange -c n vg" at beginning of step 4 and "vgchange - cy vg" at end of same step.
- once activated in exclusive mode on one node, you can only activate the vg in read-only on partner nodes. So in step 4, replace "vvgchange - cy vg" by "vgchange -a r vg", and change "mount /paydb_arch" by "mount -o ro ..."
- in step 5, forget "vgchange -c n vg" and "vgchange -a y vg", since you left it opend in exclusive mode in step 3
- You can add the new vg in the main cluster configuration file for further uses.
Eric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2009 09:11 AM
03-09-2009 09:11 AM
Re: Cluster
sp,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2009 10:14 AM
03-09-2009 10:14 AM
Re: Cluster
http://sysdigg.blogspot.com/2008/04/how-to-add-filesystem-to-mc-service.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2009 01:01 AM
03-10-2009 01:01 AM
Re: Cluster
After creation of new VG and new filesystem ..you have to make those VG to cluster ware and mutual exclusssive ..
for that two commands are there ..
vgchange -C y vgname
vgchange -a e vgname
afterthat you have to edit package control script and add vgname and filesystem information in that ..finaly you have to export/inport the vg to adoptive name with vgexport/vgimport command ....
I hope the luns you used in your Vg are visible to both if the cluster node..
Regards
Ashish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2009 01:05 AM
03-10-2009 01:05 AM
Re: Cluster
something wrong with my answer ?