- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: changing lock device
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
04-27-2009 10:02 PM
04-27-2009 10:02 PM
changing lock device
This is probably an easy one. I have switched from a SAN to a NAS, and now I need to change lock device from the old VG to one of the new.
I shut down the cluster with cmhaltcl -f and then I try to cmapplyconf, but the VG is not cluster aware. I can't make it cluster aware because "Cluster Services not available".
What part am I missing? If anyone could give me the steps I need to take to perform this task, I 'd be greatful.
Thanks ,
Kenneth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2009 10:43 PM
04-27-2009 10:43 PM
Re: changing lock device
If cluster services are halted...
vgchange -c n vgNN
vgchange -a y vgNN
cmapplyconf -C ...
vgchange -a n vgNN
cmruncl
vgchange -c y vgNN
cmrunpkg ...
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2009 11:21 PM
04-27-2009 11:21 PM
Re: changing lock device
Does it matter from wich node I do this? I read something about only activating the VG on one node.
I noticed one strange thing when trying to use SAM. When listing VGs available as lock devices, only the old, now unused VGs showed up, none of the new actually in use ones. Earlier I have move all of the packages to new disks, and have been running the packasges without problem since then, but it seems as the cluster is unaware of them.
Kenneth
(sorry for not awarding any points yet, I have to wait for next service window before trying the suggested)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2009 11:50 PM
04-27-2009 11:50 PM
Re: changing lock device
if you run vgdisplay on your clustered volume groups, as long as they show:
VG Status available, exclusive
then the cluster knows about them... really they should also be listed in the cluster configuration as well
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2009 10:55 PM
04-29-2009 10:55 PM
Re: changing lock device
does it refer to old one or the new one.
did you also do
cmcheckconf -v -C /etc/cmcluster/cmclconfig.ascii
cmapplyconf -v -C ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2009 03:50 AM
05-05-2009 03:50 AM
Re: changing lock device
Now let's assume you are not using a NAS, but a SAN array. Others have given the procedure to manually apply a cluster ID to the VG, and indicated that a lock disk must be referenced in the cluster ASCII file and activated and cmapplyconf performed.
The Managing Serviceguard manual @ http://docs.hp.com/en/B3936-90135/B3936-90135.pdf is the definitive resource:
Page 361+ addresses how to modify the cluster lock disk configuration.