- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Creating Phisical Disks , Logical volume Etc.....
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2008 12:21 AM
10-27-2008 12:21 AM
Creating Phisical Disks , Logical volume Etc........
Dears,
Can someone help me know how to Create Phisical Disks , Logical volume Etc...
PLS.
Nadine
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2008 12:29 AM
10-27-2008 12:29 AM
Re: Creating Phisical Disks , Logical volume Etc........
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2008 01:59 AM
10-27-2008 01:59 AM
Re: Creating Phisical Disks , Logical volume Etc........
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2008 04:02 AM
10-27-2008 04:02 AM
Re: Creating Phisical Disks , Logical volume Etc........
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
#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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2008 04:45 AM
10-27-2008 04:45 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2008 04:58 AM
10-27-2008 04:58 AM
Re: Creating Phisical Disks , Logical volume Etc........
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2008 05:01 AM
10-27-2008 05:01 AM
Re: Creating Phisical Disks , Logical volume Etc........
Find a specific document describing this at http://h21007.www2.hp.com/portal/site/dspp/menuitem.863c3e4cbcdc3f3515b49c108973a801?ciid=00089099cee021109099cee02110275d6e10RCRD
Hope that helps,
Cheers,
Wout
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2008 08:19 AM
10-27-2008 08:19 AM
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