Operating System - HP-UX
1753394 Members
7075 Online
108792 Solutions
New Discussion юеВ

pvcreate problem on hpux 11i

 
SOLVED
Go to solution
Srinivas Thokala_1
Frequent Advisor

Re: pvcreate problem on hpux 11i

Use # strings /etc/lvmtab
and make sure the particular disk is not already part of any VG before using pvcreate.

If not use #pvcreate -f /dev/rdsk/cxdxtx

SRao
Srinivas Thokala
Sridhar Bhaskarla
Honored Contributor
Solution

Re: pvcreate problem on hpux 11i

Sharif,

If you didn't need those volume groups, then what you did was correct - vgexporting the volume groups.

Is your lvmtab looking clean now?. For ex., are you getting any more errors when you do a 'vgdisplay -v' or 'lvlnboot -v' ?.

You can do an 'ioscan -fnC disk' and look at the output. Those are all the disks you have on the system. You would probably see NO_HW status for the path corresponding to the device file c9t0d3. c9- indicates that it was most probably a SAN disk. You might have lost it during your SAN maintenance.

-Sri
You may be disappointed if you fail, but you are doomed if you don't try
sharif naser_1
Frequent Advisor

Re: pvcreate problem on hpux 11i

sri,

The disk is not in any volume group, that why it is inaccessible, it is there under /dev/dsk.

how come it is there. it should not.

i think i will remove it.

anyway thanks alot Sridhar for help.

regards,