# pvcreate -f /dev/rdsk/c2t1d0 ; fiziksel disk Phisycal Volume olarak tanmlanr.
# pvcreate -B /dev/rdsk/c2t1d0 ; disk bootable olarak tanmlanr.
# mkboot /dev/rdsk/c2t1d0 ; diskin bootable olabilmesi için
# mkboot -a "hpux -l q (;0)/vmunix" /dev/rdsk/c2t1d0
# vgextend -f vg00 /dev/dsk/c2t1d0 ; vg00 V'olume Group 'a yeni tanmlanan PV eklenir.
Eğer yaratlan Logical Volume ler diğer bir diske aynalanacak (mirror) ise aşağıdaki komut satırı kullanlabilir.
# for i in 1 2 3 4 5 6 7 8 ; do lvextend -m 1 /dev/vg00/lvol$i /dev/dsk/c2t1d0 & ; done
Değişiklik yapıldktan sonra kontrol etmek için;
# lvlnboot -v
Boot Definitions for Volume Group /dev/vg00:
Physical Volumes belonging in Root Volume Group:
/dev/dsk/c2t0d0 (0/1/1/0.0.0) -- Boot Disk
/dev/dsk/c2t1d0 (0/1/1/0.1.0) -- Boot Disk
Boot: lvol1 on: /dev/dsk/c2t0d0
/dev/dsk/c2t1d0
Root: lvol3 on: /dev/dsk/c2t0d0
/dev/dsk/c2t1d0
Swap: lvol2 on: /dev/dsk/c2t0d0
/dev/dsk/c2t1d0
Dump: lvol2 on: /dev/dsk/c2t0d0, 0
Salı, Ekim 10, 2006
Kaydol:
Kayıt Yorumları (Atom)
Hiç yorum yok:
Yorum Gönder