- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Adding disks to 12h array
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
01-21-2003 01:47 PM
01-21-2003 01:47 PM
After that is done, I simply have to pvcreate, vgextend, and lvextend to have them be part of an existing logica volume, right?
Is there a step-by-step guide anywhere for this?
TIA,
Brad
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2003 02:01 PM
01-21-2003 02:01 PM
Re: Adding disks to 12h array
You do a pvcreate, a vgextend, an lvextend, and finally an extendfs (or fsadm) to grow the filesystem.
Note that there is almost certainly no point in creating a LUN bigger than your biggest LUN within the existing VG otherwise almost certainly some PE's within the new LUN will not be accessible by LVM.
By the way, you can do all of this inside SAM and it works well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2003 02:05 PM
01-21-2003 02:05 PM
Re: Adding disks to 12h array
make an ioscan and insf to obtain the devicename of your new disks.
Then you had to
pvcreate /dev/rdsk/
vgextend vg<..> /dev/dsk/
lvextend -l
Best regards ...
Claus
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2003 02:09 PM
01-21-2003 02:09 PM
Re: Adding disks to 12h array
What are the steps to create a new LUN and then add it to an existing VG?
Your responses have been very helpful.
Thanks much.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2003 02:10 PM
01-21-2003 02:10 PM
SolutionAll LUNs are spread across all physical disks in the autoraid, so adding more disks will increase space available for LUN creation.
So you can create another LUN in this new space, or delete old LUN and create new bigger LUN. Then newly created or recreated LUN will be visible in ioscan, and you'll be able to do anything with it as it is an ordinary SCSI disk
Eugeny