- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Unable to form cluster - Mirror disk are in stale ...
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
05-31-2004 01:15 AM
05-31-2004 01:15 AM
Unable to form cluster - Mirror disk are in stale condition
I'm facing a problem while starting the cluster, the disk which is mirrored is not getting displayed. After doing a vgdisplay one of the disk is missing. There is no error on the syslog file. The mirror disk is /dev/dsk/c5t0d0.
Attached are the log files for all commands. Do I need to break the cluster or is it the problem with the Disk.
Can someone help me in fixing the same.
Regards,
Dayanand Naik.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2004 01:29 AM
05-31-2004 01:29 AM
Re: Unable to form cluster - Mirror disk are in stale condition
diskinfo dev/rdsk/c5t0d0
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2004 01:33 AM
05-31-2004 01:33 AM
Re: Unable to form cluster - Mirror disk are in stale condition
One immediate way is to remove the mirror and put your server back working (I think is your production server).
So one option i assume you haven't tried.
# lvreduce -k -m 0 /dev/vgora/lvu01 /dev/dsk/c4t0d0
I hope this should work. See man lvreduce to read about -k option. This is specially for such conditions.
That should help.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2004 01:52 AM
05-31-2004 01:52 AM
Re: Unable to form cluster - Mirror disk are in stale condition
Next - is this the same on all nodes in cluster?
If cluster is down, a vgdisplay /dev/vgora should reveal
vgdisplay: Volume group not activated.
vgdisplay: Cannot display volume group "/dev/vgora".
Then, on one of the nodes, vgchange -c n /dev/vgora
vgchange -a y /dev/vgora
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2004 02:06 AM
05-31-2004 02:06 AM
Re: Unable to form cluster - Mirror disk are in stale condition
Daya please read the line in previous post:# lvreduce -k -m 0 /dev/vgora/lvu01 /dev/dsk/c4t0d0
as
# lvreduce -k -m 0 /dev/vgora/lvu01 /dev/dsk/c5t0d0
Regards,
Bharat
p.s. I simply did cut and paste of the command. Anyway apologies for the same.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2004 12:24 AM
06-01-2004 12:24 AM
Re: Unable to form cluster - Mirror disk are in stale condition
If diskinfo proves the /dev/dsk/c5t1d0 disk is unavailable, then the VG can still be activated through the package control script.
While awaiting the repair/replacement of that disk, change the control script line that reads:
VGCHANGE="vgchange -a e"
to
VGCHANGE="vgchange -a e -q n"
-SD-
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2004 06:33 PM
06-08-2004 06:33 PM
Re: Unable to form cluster - Mirror disk are in stale condition
sorry i could not reply back, as suggested i tried to reduce the volume group but it gives an error. Attached is the same.
It was a production server, which is moved to another location. So i had to bring this up, while doing the same, Cluster was not comming up.
root @ csora1 # lvreduce -k -m 0 /dev/vgora/lvu01 /dev/dsk/c5t0d0
Physical extents on remaining physical volumes are stale or
Remaining physical volumes are not responding.
lvreduce: The LVM device driver failed to reduce mirrors on
the logical volume "/dev/vgora/lvu01".
Do i have to remove this logical volume and recreate the same. Doing this i will loose data, and i can restore the data back as i have all the backups in place. Kindly let know the steps in doing the same.
Any suggestions.