- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- SG unable to lock VG both nodes TOC
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
06-09-2005 03:36 AM
06-09-2005 03:36 AM
When unplugged the net cables on the running node, the running node crashes. The second node tries to enable the package and it fails causing the second node to crash. After both nodes are up and running. The syslog reports Unable to stat device /dev/dsk/c#t#d# missing.
The shutdownlog file report "Reboot after panic: SafetyTimer Expired, isr.ior".
We verified the hardware path running ioscan and the hardware path is active and claimed.
However we are unable to "vgdisplay vglock", or "vgchange -a y".
In the cluster configuration file we have "FIRST_CLUSTER_LOCK_PV /dev/dsk/c#t#d#" which is the primary path for the vglock. Is there a way to configure the secondary path (alternate link) with in the cluster configuration file?
Any suggestions
Thank you
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2005 03:43 AM
06-09-2005 03:43 AM
Re: SG unable to lock VG both nodes TOC
you can add in the cluster configuration file the lines:
SECOND_CLUSTER_LOCK_VG /dev/vglock
and
SECOND_CLUSTER_LOCK_PV Alternate_link (for every nodes)
Verify with the cmcheckconf command
and then run the cmapplyconf
Enrico
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2005 03:48 AM
06-09-2005 03:48 AM
Re: SG unable to lock VG both nodes TOC
only the LOCK_PV will change?
Do you have any idea why i am unable to "vgdisplay or vgchange" vglock and why the syslog is reporting unable to stat c#t#d#.
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2005 03:51 AM
06-09-2005 03:51 AM
Re: SG unable to lock VG both nodes TOC
You can activate the vg under mcsg as exclusice access.
vgchange -a e vgxx
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2005 03:55 AM
06-09-2005 03:55 AM
SolutionOn the other hand "can not stat disk_device" message in the syslog is not good. Usually can be attributed to a bad disk (not in your case obviously) or a bad disk controller. After the reboot, can you see all three paths to your disk using ioscan ?
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2005 04:21 AM
06-09-2005 04:21 AM
Re: SG unable to lock VG both nodes TOC
-To be able to see the drive on both nodes should activate the drive on share mode
eg. vgchange -a s /dev/vgXX
-Do you guys have any suggestions to force the cluster to look to the second path if the primary becomes unavailable.
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2005 05:03 AM
06-09-2005 05:03 AM
Re: SG unable to lock VG both nodes TOC
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2005 05:05 AM
06-09-2005 05:05 AM
Re: SG unable to lock VG both nodes TOC
About cluster aware vgs, you first need to do vgchange -c y vgxx and then start cluster.
Now check what happens.
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2005 07:19 PM
06-09-2005 07:19 PM
Re: SG unable to lock VG both nodes TOC
if you have other shared vg you can use one of these for the second vg lock e second pv lock.
Have you still the problem of the activation of the vg?
Enrico
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2005 07:45 PM
06-09-2005 07:45 PM
Re: SG unable to lock VG both nodes TOC
Second question is was the cluster lock vg activated on the node you ran the cmapplyconf at the time of activation
third, are you seeing any mesages in syslog that might indicate the cluster lock disc is unavailable?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2005 08:24 PM
06-09-2005 08:24 PM
Re: SG unable to lock VG both nodes TOC
Alternate links are not of any use in case of cluster lock. It only looks for one device file and when it tries to obtain lock it will see only that device file which comes only through one link ( You can configure any). That is why the message in syslog in there can not see this c#t#d#.
This can be achived by second PV lock defined for the device file through different path for the same device.
But worry here should be why after removing cable from one host even second can not see that disk. What type of link is this Fibre or SCSI ? Try to eleminate the problem of lock disk visibility from indivisual hosts without running cluster, once done there should not be any problems for the package to switch to second node when you remove cable from first.
Which cable you are removing exactly ?
How are standby lan configured ? Normally if you remove lan cable, it should switch to standby lan.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2005 07:42 AM
06-10-2005 07:42 AM
Re: SG unable to lock VG both nodes TOC
IT was suggested to remove the FIRST_CLUSTER_LOCK_PV and let the configuration use the VG only. Does anyone have completed this task. can you provide of example of MCSG conf file.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2005 08:18 PM
06-12-2005 08:18 PM
Re: SG unable to lock VG both nodes TOC
it work in my cluster.
MC/SG Version 11.15
Enrico
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2005 05:13 AM
06-13-2005 05:13 AM
Re: SG unable to lock VG both nodes TOC
Enrico, I saw your config file. We will try your suggestion. Are you defining 2 paths on one node and 2 paths on another node. Does each node paths points to a different controllers?. For example:
Node-a
Path1 -> CardA -> controller A
Path2 -> CardA -> controller B
Path3 -> CardB -> controller A
Path4 -> CradB -> controller B
Node-b
Path1 -> CardA -> controller A
Path2 -> CardA -> controller B
Path3 -> CardB -> controller A
Path4 -> CradB -> controller B
Your example.
VOLUME_GROUP /dev/vgoracle
VOLUME_GROUP /dev/vgovo
Node-a
FIRST_CLUSTER_LOCK_PV /dev/dsk/c10t0d4
SECOND_CLUSTER_LOCK_PV /dev/dsk/c16t0d5
Node-b
FIRST_CLUSTER_LOCK_PV /dev/dsk/c14t0d4
SECOND_CLUSTER_LOCK_PV /dev/dsk/c10t0d5
Thanks all for your input and help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2005 05:29 AM
06-13-2005 05:29 AM
Re: SG unable to lock VG both nodes TOC
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2005 06:00 AM
06-13-2005 06:00 AM
Re: SG unable to lock VG both nodes TOC
Thank you for your help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2005 06:03 AM
06-13-2005 06:03 AM
Re: SG unable to lock VG both nodes TOC
Any ideas?
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2005 06:54 AM
06-13-2005 06:54 AM
Re: SG unable to lock VG both nodes TOC
One of the most interesting aspects of MC/SG is that by the time you get the systems robust enough for MC/SG to function properly, package switches very seldom occur. Things like disk failure, NIC failure, network switch failures, etc. are are taken care of before MC/SG itself ever comes into action. In fact, I have never had a non user-initiated package failure in nearly 6 years of continuous MC/SG use.