- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- external disk problem in a cluster environment
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-20-2006 03:44 PM
05-20-2006 03:44 PM
I had 4 disks (146x4 GB each) in an external storage ds2300. I made mirror. Now I am seeing something wrong with one of disk. I am giving you the command outputs. Please help.
Rgds,
Rana
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2006 06:02 PM
05-20-2006 06:02 PM
Re: external disk problem in a cluster environment
The error messages are for this disk and some lvols are showing as stale because those lvols would be using this disk for mirror so i would request you to chech the physical status by reseating it and then run ioscan it should show as CLAIMED.
Then u try to deactivate and activate the vg but even after reseating its not showing as CLAIMED then u have to get the disk replaced and restore the vgconfiguration then activate andexecute vgsync so it will copy all the data to the disk.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2006 06:39 PM
05-20-2006 06:39 PM
Re: external disk problem in a cluster environment
I have resetted the hard disk but it is not claimed. So I am going to replace the disk with a new one. Could you please tell me what would be my next steps and commands to rebuild it? Will it auto regenarate the mirror or I have to do everything manually?
Should I have to halt the package and cluster?
Regards,
Rana
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2006 07:30 PM
05-20-2006 07:30 PM
Re: external disk problem in a cluster environment
My new disk is claimed. Please tell me how can I restore the vgconfiguration?
Rgds,
Rana
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2006 08:03 PM
05-20-2006 08:03 PM
Solution#vgcfgrestore -n
It will restore the vg configuration then activate the vg and execute vgsync command so it will create mirror on that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2006 08:29 PM
05-20-2006 08:29 PM
Re: external disk problem in a cluster environment
Great. Its working. Whatelse do I need to do? That's it?
Rgds,
Rana
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2006 05:56 PM
05-21-2006 05:56 PM
Re: external disk problem in a cluster environment
Please execute the following command
#vgsync vg01
Now check with the following command for any stale Logical Volume , If none , then nothing more needs to be done.
#vgdisplay - v vg01
-Amit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2006 10:17 PM
05-21-2006 10:17 PM
Re: external disk problem in a cluster environment
To copy the data to this newly replaced disk u need to execute the following command
# vgsync
It will copy all the data and as per step of Amit if u execute lvdisplay command u'll find all the extents as current, no stale extents will be there.