- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Adding physical disk to volume group
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
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
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
тАО04-07-2003 07:47 AM
тАО04-07-2003 07:47 AM
Adding physical disk to volume group
Is it easy to add additional drives to the physical volume?
What steps are required to add one or two additional drives? Does RAID array have to be rebuilt?
Forgive me if some of this doesn't make since. I am a DBA ... not a UNIX SysAdmin.
Thanks in advance for any advice.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-07-2003 08:00 AM
тАО04-07-2003 08:00 AM
Re: Adding physical disk to volume group
If you want more detailed info, I can attach it:
1. Do an ioscan and check for available disks.
2. Verify that the "available" disks are not used on ANOTHER system. Many disks can be presented to multiple systems.
3. Bring up sam in a graphical window.
4. Have sam check for available disks.
5. Use the sam feature to add disks to VGs.
6. Creat new Logical Volume on new disk, or extend existing logical volumes to new disk. (Use sam.)
6. Do you use "raw" filesystems or mounted file systems.
7. If mounted, create new filesystems, or extend existing file systems onto new disk.
If you don't have any "unused" disks, then you have more work ahead of you, which depends on the vendor and model of disk that you have. What kind of disk is it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-07-2003 08:10 AM
тАО04-07-2003 08:10 AM
Re: Adding physical disk to volume group
We are using StorageWorks SAN from Compaq.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-07-2003 08:18 AM
тАО04-07-2003 08:18 AM
Re: Adding physical disk to volume group
Is that volume group vg00??
If it is and you have extended vg00 out to an external disk array...hmmm...maybe some folks are okay with this...not my preference.
If it is something other than vg00, then my next question becomes...What software are you running? MC/SG by any chance?
And lastly....you ask about adding drives to the physical volume? Are you asking to add physical volumes to the volume group - or - add more physical disk to the array?
I'm trying to improve my listen while I read skills...so before I answer I want to be sure I have your needs...exactly.
Let us know,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-07-2003 10:31 PM
тАО04-07-2003 10:31 PM
Re: Adding physical disk to volume group
I think you are asking about adding another disk in Disk array and configuring it as a part of Raid-5 volume.
It all depends on your Disk array capabilities if it allowing you to add a disk in Raid-5 volume without recreating raid then it's not a problem other wise you can do 2 things.
1. Add new disks in array and configure them as new lun (it has to be done in Array) then add thoes disks in same volume group using LVM commands.
in this case you may do compromise with data security.
2. take a full backup then add new disk in array and rebuild LUN using old and new disks
and restore data back but this will be time consuing work..
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-08-2003 05:12 AM
тАО04-08-2003 05:12 AM
Re: Adding physical disk to volume group
* There are two volume groups vg00 and vgprod. Sorry to mislead you.
* Yes, we are running MC/SG.
* We need to add more physical disk to the array.
Thanks.