Operating System - HP-UX
1834137 Members
2252 Online
110064 Solutions
New Discussion

Re: Creating Phisical Disks , Logical volume Etc........

 
Nadine Silue
Advisor

Creating Phisical Disks , Logical volume Etc........


Dears,

Can someone help me know how to Create Phisical Disks , Logical volume Etc...


PLS.

Nadine
7 REPLIES 7
Aneesh Mohan
Honored Contributor

Re: Creating Phisical Disks , Logical volume Etc........

Asif Sharif
Honored Contributor

Re: Creating Phisical Disks , Logical volume Etc........

chandra Sekhar_7
Frequent Advisor

Re: Creating Phisical Disks , Logical volume Etc........

Hi Nadline,

For Ex u have two disks are c1t0d0,c2t0d0

#pvcreate -f /dev/rdsk/c1t0d0
#pvcreate -f /dev/rdsk/c2t0d0
then
#mkdir -p /dev/vg01
#mknod /dev/vg01/group c 64 /dev/vg01
#vgcreate /dev/vg01 /dev/dsk/c1t0d0 /dev/dsk/c2t0d0
Verify the vg by #vgdisplay -v /dev/vg01
#lvcreate -L 2000M -n /dev/vg01
#mkfs -F vxfs /dev/vg01/
#mkdir -p /name
#mount /dev/vg01/ /
#vi /etc/fstab
Add the entry is /dev/vg01/vol1 /vol1 vxfs rw defaults 0 2
save the file.


Regards
Chadra
Nadine Silue
Advisor

Re: Creating Phisical Disks , Logical volume Etc........



Dears,


I have hp Unix 11iv3 installed on 1 single disk.

Can someone help me to know how to add another (1) disk and create a mirror disk.


Pls.
Adam W.
Valued Contributor

Re: Creating Phisical Disks , Logical volume Etc........

If your using PA-Risc here is a great Cheat sheet I use.
There are two types of people in the world, Marines and those who wish they were.
Wouter Jagers
Honored Contributor

Re: Creating Phisical Disks , Logical volume Etc........

Hiya,

Find a specific document describing this at http://h21007.www2.hp.com/portal/site/dspp/menuitem.863c3e4cbcdc3f3515b49c108973a801?ciid=00089099cee021109099cee02110275d6e10RCRD

Hope that helps,
Cheers,
Wout
an engineer's aim in a discussion is not to persuade, but to clarify.
Nadine Silue
Advisor

Re: Creating Phisical Disks , Logical volume Etc........


Dears,

Below please find the output of my ioscan -fnC disk.

Please can someone use this information to give me the step by step guide.


Pls.

Nadine


disk 0 0/4/1/0.0.0.0.0 sdisk CLAIMED DEVICE HP DH072BB978
/dev/dsk/c0t0d0 /dev/rdsk/c0t0d0
disk 1 0/4/1/0.0.0.1.0 sdisk CLAIMED DEVICE HP DH072BB978
/dev/dsk/c0t1d0 /dev/rdsk/c0t1d0
disk 4 0/4/1/0.0.0.2.0 sdisk CLAIMED DEVICE HP DH072BB978
/dev/dsk/c0t2d0 /dev/rdsk/c0t2d0
disk 5 0/4/1/0.0.0.3.0 sdisk CLAIMED DEVICE HP DH072BB978
/dev/dsk/c0t3d0 /dev/dsk/c0t3d0s2 /dev/rdsk/c0t3d0 /dev/rdsk/c0t3d0s2
/dev/dsk/c0t3d0s1 /dev/dsk/c0t3d0s3 /dev/rdsk/c0t3d0s1 /dev/rdsk/c0t3d0s3