- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Cluster lock device name changed after server cras...
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
07-11-2006 11:02 PM
07-11-2006 11:02 PM
Cluster lock device name changed after server crash
cmcld: Unexpected error from cluster lock query (lock_id=0): Invalid argument.
When doing an spmgr display the unit is shown with the word Error where the hardware path should be. It looks like this was caused by the fact we are running Securepath 3.0d and did not make the device files persistent accross reboots. Therefore, I have been able to vgimport the cluster package units fine, but I have a call with HP raised regarding the cluster lock device.
My HP-UX guru has suggested we might need to remove the lun from spmgr and then re-attach it, ioscan and insf (assumingly on both nodes)
and then reconfigure the cluster with the new device name, which sounds feasible. I just wondered if anyone else has been faced with this problem? I'll post HP's response when I receive it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2006 11:38 PM
07-11-2006 11:38 PM
Re: Cluster lock device name changed after server crash
I would also suggest this may be a good time to consider changing to a Quorum Server, rather than a cluster lock disc.
The software is free.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2006 11:43 PM
07-11-2006 11:43 PM
Re: Cluster lock device name changed after server crash
When the device changes, your cluster cant startup because at cluster ascii, you already state cluster lock device. if your device changes, your cluster cant find the cluster lock device. you must run vgscan, vgexport and vgimport for new devices.
Do you have configuration before and after changes? please compare instant number before and after.
Usually, i tried to make same with before changes. the command is ioinit. but you must know the original configuration.
At the future, collect ioinit at /etc/ioinit and /stand/ioinit. so if you get device changes after reboot, please copy ioinit file and put at /stand and /etc, and reboot again. I hope you will get the original devices.
Thanks
Freddy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2006 11:47 PM
07-11-2006 11:47 PM
Re: Cluster lock device name changed after server crash
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2006 11:55 PM
07-11-2006 11:55 PM
Re: Cluster lock device name changed after server crash
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2006 12:04 AM
07-12-2006 12:04 AM
Re: Cluster lock device name changed after server crash
vgexport -v -s -p -m mapvg* /dev/vg*
2. vgexport all share vg at secondary node
vgexport vg*
3. ftp map file from primary node to seconday node
4. create directory vg* at /dev
mkdir /dev/vg*
mknod /dev/vg*/group c 64 0x010000
note minor number ( 0x010000) is a unique number check with command: ll /dev/vg*/group
4. vgimport all share disk at secondary node
vgimport -v -s -m mapvg* /dev/vg*
5. change cluster ascii file for secondary node. with a new device
6. apply cluster ascii file with comand cmapplyconf -C
7 if success, you can startup your cluster
thanks
freddy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2006 12:23 AM
07-12-2006 12:23 AM
Re: Cluster lock device name changed after server crash
A cluster will start without a cluster lock being available. This is true for both cluster lock disk and quorum server.
You cannot configure or re-configure a cluster without the lock being available, but if it becomes unavailable after the cluster is configured it does not prevent you starting the cluster. The lock is only required when a tie break situation arises. At this point if the cluster cannot communicate with the cluster lock then both halves of the cluster will fail.