1834501 Members
2657 Online
110068 Solutions
New Discussion

Re: Disk Device

 
Sy-hoang Truong_1
Occasional Advisor

Disk Device

Hello,
Do you know which command on HP-UX 10.20 to verify the disk unused on my HP9000
- K260 - not by SAM.

If so, how can I increase the size of my existing volume group by using this
disk ?

Thank

1 REPLY 1
Javier Juarez_2
Occasional Advisor

Re: Disk Device

Hello!
First check the disk with
# pvdisplay /dev/dsk/c#t#d0
if you don't know the device file name check this
# ioscan -funCdisk
if pvdisplay command display some wrong, then make disk as physical for LVM
whith
# pvcreate -f /dev/rdsk/c#t#d0
then extend your volume group
# vgextend vg## /dev/dsk/c#t#d0
check with
# vgdisplay -v /dev/vg##

Now you can extend/create new logicals volumen

God Lock!!!