This is a discussion on How do I view what data exists on a hard drive? within the AIX Operating System forums, part of the Unix Operating Systems category; --> I have an AIX server that had crashed before I took over the department. I replaced the root drive ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I have an AIX server that had crashed before I took over the department. I replaced the root drive ( fixing the server ) and still have 3 additional existing drives that I would like to see what is on them before I destroy the data. How do I view what is currently on a drive that was not part of a fresh OS install? |
| |||
| On Jun 18, 3:03 pm, unixrick <rick....@sage.com> wrote: > I have an AIX server that had crashed before I took over the > department. I replaced the root drive ( fixing the server ) and still > have 3 additional existing drives that I would like to see what is on > them before I destroy the data. How do I view what is currently on a > drive that was not part of a fresh OS install? lqueryvg -Atp hdisk1 --> query the VGDA for LV's and PV's that are in the VG or just try to import the vg --> importvg -y testvg hdisk1 |
| ||||
| On Jun 18, 3:18 pm, c00p <cdevi...@gmail.com> wrote: > On Jun 18, 3:03 pm, unixrick <rick....@sage.com> wrote: > > > I have an AIX server that had crashed before I took over the > > department. I replaced the root drive ( fixing the server ) and still > > have 3 additional existing drives that I would like to see what is on > > them before I destroy the data. How do I view what is currently on a > > drive that was not part of a fresh OS install? > > lqueryvg -Atp hdisk1 --> query the VGDA for LV's and PV's that are in > the VG > > or just try to import the vg --> importvg -y testvg hdisk1 Thanks....just what I needed!! |