- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to retrieve data from old disk ( VG00)
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
04-09-2009 02:33 AM
04-09-2009 02:33 AM
How to retrieve data from old disk ( VG00)
But I am getting below problem.
When I do
a.) vgimport /dev/vg04 /dev/dsk/c2t0d0 , I am getting error " Unable to read the physical volume"
b.) when I try to create vgcreate /dev/dsk/c2t0d0" I am getting error "device busy" , I checked lvmtab, which is not having entry for this device, and also minor number is unique.
c.) o/p pvdisplay is as below..
# pvdisplay -l /dev/dsk/c2t0d0
/dev/dsk/c2t0d0:LVM_Disk=yes
d.) o/p from hpsmh is as below
=======================================
# /usr/sam/lbin/disklist -p -c /opt/hpsmh/session/0001/fs -y
Fri Apr 10 04:20:52 2009
64000/0xfa00/0x1|0/1/1/0.1.0;|/dev/dsk/c2t1d0;|LVM|vg00|65552|1|0|140014|512|286749488|HP 146 GMAP3147NC|online
64000/0xfa00/0x2|0/1/1/0.0.0;|/dev/dsk/c2t0d0;|LVM|-|4|1|0|140014|512|286749488|HP 146 GMAP3147NC|online
64000/0xfa00/0x3|0/0/3/0.0.0.0;|/dev/dsk/c0t0d0;|unused|-|0|1|0|0|0|0|TEAC DV-28E-B|online
#
=================================================
So how to resolve this problem how can I retrieve data from that disk. ??? please help me..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2009 02:42 AM
04-09-2009 02:42 AM
Re: How to retrieve data from old disk ( VG00)
Not sure what are the commands you have executed.
Try these commands.
#mkdir /dev/vg00old
#mknod /dev/vg00old/group c 64 0x040000
#vgimport /dev/vg00old /dev/dsk/c2t0d0
#vgchange -q n -a y /dev/vg00old
#vgdisplay vg00old
Ganesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2009 03:04 AM
04-09-2009 03:04 AM
Re: How to retrieve data from old disk ( VG00)
I followed the same step but at vgimport it says "Unable to read the physical volume"
=====================================
# vgimport /dev/vg00old /dev/dsk/c2t0d0
vgimport: Unable to read the physical volume.#
======================================
This is the reason just to confirm I executed command "pvdisplay" it says LVM disk
==================================
# pvdisplay -l /dev/dsk/c2t0d0
/dev/dsk/c2t0d0:LVM_Disk=yes
#
==================================
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2009 03:44 AM
04-09-2009 03:44 AM
Re: How to retrieve data from old disk ( VG00)
That means there is no valid LVM headers on the disk. It could have been corrupted.
Ganesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2009 03:44 AM
04-09-2009 03:44 AM
Re: How to retrieve data from old disk ( VG00)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2009 03:49 AM
04-09-2009 03:49 AM
Re: How to retrieve data from old disk ( VG00)
# /usr/sbin/pvck -y