- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Mirrored root disk
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
01-27-2004 05:59 PM
01-27-2004 05:59 PM
As a part of Service guard testing I removed the internal HDD of rp8400 which has an OS mirror while working. The removal though not recommended, worked fine but when it was plugged in online, the LVM did not recognize the HDD. It was claimed in ioscan but the vgsync reported disk missing. Any solutions ?
Thanks,
Karthik S S
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2004 06:08 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2004 06:41 PM
01-27-2004 06:41 PM
Re: Mirrored root disk
You will need to do 'vgchange -a y vg00' following 'vgsync' as mentioned by James.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2004 06:42 PM
01-27-2004 06:42 PM
Re: Mirrored root disk
Just to be sure but is your root disk part of the cluster (cluster awaire)? If so use the option James gave. If not i am afraid the you just can go for the removal of the lvmtab and a vgscan to recreate it.
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2004 05:32 PM
01-29-2004 05:32 PM
Re: Mirrored root disk
You missed one process after re-plugging hdd. HDD of rp8400 is not hot swappable, it's just hot pluggable.
you can plug it in online.
You have to execute following command after plugging
vgcfgrestore -n vg00 /dev/dsk/cXtXdX
have a good day
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2004 05:39 PM
01-29-2004 05:39 PM
Re: Mirrored root disk
vgchange -a y vg00 should settle down the things as the disk has already got the information. vgsync will be automatically kicked as the extents would become stale.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2004 11:37 PM
01-29-2004 11:37 PM
Re: Mirrored root disk
vgcfgrestore would write the backup of the LVM disk header back to the disk. That would only have been usefull had you put in a brand new disk. You would then also have had to put in the LIF in order to be able to boot. (pvcreate -B ....
vgchange -a y and posibly a vgsync should only sync the few stale extents.
Regards,
Trond