HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Add additional disks to my HP-UX
Operating System - HP-UX
1833760
Members
2188
Online
110063
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
03-05-2003 12:41 PM
03-05-2003 12:41 PM
Add additional disks to my HP-UX
I have an HP9000 K360, 10.20 with 3 disks (4G/each) and 3 mirrors. I would like to add one additional disk (9G) and one mirror. Please help me with all steps to proceed this. Thanks in advance.
Jacqueline
Jacqueline
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 12:52 PM
03-05-2003 12:52 PM
Re: Add additional disks to my HP-UX
I don't believe you'll have a problem with adding the 9 gig disk into the same volume group as the other 4 gig disks but you might. So make a separate volume group for the 9 gig disk, else, you'll be limited to the number of extents per 4 gig disk.
Add disk.
reboot
ioscan -fknC disk
verify new disk
dd if=/dev/dsk/c... of=/dev/null count=1000000
control C
blocks listed in/out
pvcreate -f /dev/rdsk/c....
vgcreate /dev/vg** /dev/dsk/c...
vgdisplay -v vg**
verify disk
Add disk.
reboot
ioscan -fknC disk
verify new disk
dd if=/dev/dsk/c... of=/dev/null count=1000000
control C
blocks listed in/out
pvcreate -f /dev/rdsk/c....
vgcreate /dev/vg** /dev/dsk/c...
vgdisplay -v vg**
verify disk
Support Fatherhood - Stop Family Law
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2003 09:58 PM
03-06-2003 09:58 PM
Re: Add additional disks to my HP-UX
I think some steps on the volume group creation were left out.
Process to creage a new volume group, assuming vg01 does not exist, and disks are at location c0t1d0 and c1t1d0.
# pvcreate -f /dev/rdsk/c0t1do
# pvcreate -f /dev/rdsk/c1t1d0
# cd /dev
# mkdir /vg01
# cd vg01
# mknod group c 64 0x010000
# vgcreate /dev/vg01 /dev/dsk/c0t1d0 /dev/dsk/c1t1d0
# strings /etc/lvmtab
# lvcreate -L 10 -m 1 /dev/vg01/lvol1
# newfs -F vxfs /dev/vg01/rlvol1
# mkdir /myvol
# mount /dev/vg01/lvol1 /myvol
# bdf
modify the /etc/fstab file to have this new mount point come up from now on.
may want to backup the new configuration.
# vgcfgbackup /dev/vg01
Jon
Process to creage a new volume group, assuming vg01 does not exist, and disks are at location c0t1d0 and c1t1d0.
# pvcreate -f /dev/rdsk/c0t1do
# pvcreate -f /dev/rdsk/c1t1d0
# cd /dev
# mkdir /vg01
# cd vg01
# mknod group c 64 0x010000
# vgcreate /dev/vg01 /dev/dsk/c0t1d0 /dev/dsk/c1t1d0
# strings /etc/lvmtab
# lvcreate -L 10 -m 1 /dev/vg01/lvol1
# newfs -F vxfs /dev/vg01/rlvol1
# mkdir /myvol
# mount /dev/vg01/lvol1 /myvol
# bdf
modify the /etc/fstab file to have this new mount point come up from now on.
may want to backup the new configuration.
# vgcfgbackup /dev/vg01
Jon
"Do or do not. There is no try!" - Yoda
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP