- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- stale logical volume.
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-20-2002 01:33 AM
06-20-2002 01:33 AM
stale logical volume.
my one of the hardisk has failed and thats in a logical volume which is mirrored and showing stale , now when i replace the hard disk , how do i resync the mirrored logical volume ,please suggest.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2002 01:36 AM
06-20-2002 01:36 AM
Re: stale logical volume.
Is that harddisk bootable, or does it contain data files only?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2002 01:40 AM
06-20-2002 01:40 AM
Re: stale logical volume.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2002 01:43 AM
06-20-2002 01:43 AM
Re: stale logical volume.
have a look at "vgcfgrestore" to restore LVM configuration to a (new) disk, and at "vgsync" to resync a whole volume group, or "lvsync" to resync an individual logical volume.
good luck,
Thierry.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2002 01:57 AM
06-20-2002 01:57 AM
Re: stale logical volume.
You should have a look at the man page from 'vgcfgrestore'
# vgcfgrestore -n /dev/yourvg /dev/rdsk/c5t5d0
(Replace with your disk name)
When replacing a disk it is best to have the volume un-available.
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2002 02:04 AM
06-20-2002 02:04 AM
Re: stale logical volume.
I assume you already pvcreated the new harddisk. If you haven't done so, use pvcreate -f /dev/rdsk/c#t#d# first. It is recommended that you enter single-user mode before, to make sure no-one is accessing your system. From ISL, type hpux -is.
Then, vgcfgrestore and vgsync as already suggested.
HTH,
Vince