HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Replace mirror disk
Operating System - HP-UX
1834313
Members
2411
Online
110066
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
10-03-2002 07:09 PM
10-03-2002 07:09 PM
Hi all
How can i repalce mirror disk. The disk I want to replace was fault
How can i repalce mirror disk. The disk I want to replace was fault
Viet Nam
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2002 07:26 PM
10-03-2002 07:26 PM
Solution
Hi,
What kind of disk you have?
for non hot swapable non root disk follow the procedures below:
Let us assume that the disk /dev/dsk/c1t1d0 has to be replaced. This disk belongs to the data volume group vg01.
1. Replace the failed disk.
2. Boot your system into multi user mode as usual.
3. Use the vgcfgrestore command to restore the LVM configuration data from a configuration backup file to the physical volume:
# vgcfgrestore -n vg01 /dev/rdsk/c1t1d0
4. Activate the volume group for including any physical volumes that were previously listed as missing:
# vgchange -a y vg01
5. The vgsync command synchronizes the physical extents of each mirrored logical volume in the volume group. Synchronization occurs only on the physical extents that are stale mirrors of the original logical extent.
# vgsync vg01
NOTE: The synchronization process can be time consuming, depending on the hardware characteristics and the amount of data.
6. Check successful completion by
# pvdisplay -v /dev/dsk/c1t1d0
which should not show up any stale extents and finally by
# vgdisplay -v vg01
What kind of disk you have?
for non hot swapable non root disk follow the procedures below:
Let us assume that the disk /dev/dsk/c1t1d0 has to be replaced. This disk belongs to the data volume group vg01.
1. Replace the failed disk.
2. Boot your system into multi user mode as usual.
3. Use the vgcfgrestore command to restore the LVM configuration data from a configuration backup file to the physical volume:
# vgcfgrestore -n vg01 /dev/rdsk/c1t1d0
4. Activate the volume group for including any physical volumes that were previously listed as missing:
# vgchange -a y vg01
5. The vgsync command synchronizes the physical extents of each mirrored logical volume in the volume group. Synchronization occurs only on the physical extents that are stale mirrors of the original logical extent.
# vgsync vg01
NOTE: The synchronization process can be time consuming, depending on the hardware characteristics and the amount of data.
6. Check successful completion by
# pvdisplay -v /dev/dsk/c1t1d0
which should not show up any stale extents and finally by
# vgdisplay -v vg01
Did you take a backup?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2002 07:46 PM
10-03-2002 07:46 PM
Re: Replace mirror disk
check this attachment doc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2002 08:41 PM
10-03-2002 08:41 PM
Re: Replace mirror disk
Thank for all reply. Now I can do it
Viet Nam
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP