- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- will vgchange & vgcfgrestore destroy the data or n...
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-06-2006 01:31 AM
01-06-2006 01:31 AM
::
::
::
--- Physical volumes ---
PV Name /dev/dsk/c19t7d6
PV Name /dev/dsk/c18t7d6 Alternate Link
PV Status unavailable
Total PE 1151
Free PE 265
Autoswitch On
PV Name /dev/dsk/c19t7d7
PV Name /dev/dsk/c18t7d7 Alternate Link
PV Status unavailable
Total PE 1151
Free PE 0
Autoswitch On
PV Name /dev/dsk/c19t8d0
PV Name /dev/dsk/c18t8d0 Alternate Link
PV Status unavailable
Total PE 1151
Free PE 0
Autoswitch On
how to make them PV Status available...
please suggest.
should i try with these commands?
#vgchange -a n /dev/vg03.
#vgcfgrestore -n /dev/vg03 /dev/rdsk/c19t7d6
#vgchange -a y /dev/vg03
will it destroy the data or not?
I need my data,
Please suggest
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2006 01:36 AM
01-06-2006 01:36 AM
SolutionDear Bunty,
Are you able to query the disks ( alternate links ).
Are they CLAIMED in #ioscan and do you get informations for #diskinfo ?
If you could get all the above and if you have the right #vgcfgbackup the data wont be lost.
With Regards,
Siva.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2006 01:39 AM
01-06-2006 01:39 AM
Re: will vgchange & vgcfgrestore destroy the data or not?
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2006 01:54 AM
01-06-2006 01:54 AM
Re: will vgchange & vgcfgrestore destroy the data or not?
As long as ioscan and diskinfo for thet PV is successfull, you have your data, if you can't get the output due to Disk Problems then you lost your data (if you have RAID/backup, then be ready for restore)
007
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2006 02:22 AM
01-06-2006 02:22 AM
Re: will vgchange & vgcfgrestore destroy the data or not?
These are the same disks you inquired about earlier in this string:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=988624
When you did a diskinfo on those particular disks you did not get any return, so in short these disks need to be replaced, vgchange and vgcfgrestore will not help you in this scenario.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2006 06:45 PM
01-08-2006 06:45 PM
Re: will vgchange & vgcfgrestore destroy the data or not?
vgchange and vgcfgrestore will not be of help to you. You can try following commands to check the data integrity:
a) #ioscan -fnC disk
Check whether disk devices are showing "claimed"
b) #diskinfo /dev/rdsk/c#t#d#
run diskinfo on all the disk devices which are showing PV status unavailable to check the size of the disk
c) See if you are able to read from the disk using the following command:
dd if=/dev/dsk/c#t#d# of=/dev/null bs=64k
where c#t#d# is the appropriate disk device file. If you are unable
to read the disk, then most likely you will have to recreate LUN and restore data.
Hope this helps.
Regards,
Amit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2006 12:49 AM
01-09-2006 12:49 AM
Re: will vgchange & vgcfgrestore destroy the data or not?
try to eceucte ioscan -fnc .. and check the disk status.if they CLAIMED in #ioscan and do you get informations
try # diskinfo /dev/rdsk/c19t7d6
vgcahnge and vgcfgbackup will not distroty the data
regards
tvs