- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: One disk is bad!
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
07-13-2005 04:17 AM
07-13-2005 04:17 AM
One disk is bad!
I replace it with a good one,
Ioscan can find it.
I can not recreate the lv and vg on the new disk,
I failed to remove the old vg04 and logic volume as well.
Which file i meed vi,
Can you give me the steps.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2005 04:28 AM
07-13-2005 04:28 AM
Re: One disk is bad!
vgchange -a y vg04
then you should be able to run lvcreate
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2005 04:47 AM
07-13-2005 04:47 AM
Re: One disk is bad!
vgcfgrestore -n vg04
error:
more arguments required
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2005 04:52 AM
07-13-2005 04:52 AM
Re: One disk is bad!
vgcfgrestore -n /dev/vg04
vgchange -a y /dev/vg04
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2005 04:56 AM
07-13-2005 04:56 AM
Re: One disk is bad!
You need to mention the disk device name
vgcfgrestore /dev/vg04 /dev/rdsk/c0t10d0 (or whichever is the new disk)
then vgchange -a y /dev/vg04
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2005 05:35 AM
07-13-2005 05:35 AM
Re: One disk is bad!
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2005 04:02 PM
07-13-2005 04:02 PM
Re: One disk is bad!
first the disk should be in the same id ....
the steps are
# vgcfgrestore -n /dev/vg_name /dev/rdsk/cXtXdX
example:
# vgcfgrestore -n /dev/vg01 /dev/rdsk/c3t15d0
Volume Group configuration has been restored to /dev/rdsk/c3t15d0
you will get message like this ...
then
# vgchange -a y /dev/vg_name
In your case it should be:
# vgcfgrestore -n /dev/vg04 /dev/rdsk/c0t10d0
# vgchange -a y /dev/vg04
this should solve your problem....
regds
Venkatesan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2005 05:03 PM
07-13-2005 05:03 PM
Re: One disk is bad!
1. vgcfgrestore -n /dev/vg04 /dev/rdsk/c0t10d0
2. vgchange -a y /dev/vg04
3. vgsync /dev/vg04 if disk is part of miirored volume
4. Restore file system if it is non mirrored disk
Regards
Mahesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2005 06:32 PM
07-13-2005 06:32 PM
Re: One disk is bad!
did the suggestions of ITRC people work?
I saw that you don't assign points for efforts of ITRC people to help you. Can you assign them? This forum is a great forum, full of experience but it has an etiquette too.
No points for me here please....
Thanks for your collaboration!
Best regards,
Fabio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2005 03:43 AM
07-14-2005 03:43 AM
Re: One disk is bad!
#diskinfo -v /dev/rdsk/c0t10d0
has an output that shows the disks header info and the correct size. The new disk could potentially be bad even though IOSCAN says CLAIMED.
Good Luck!