- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- replacing 4Gb Disks with 9Gb
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-04-2001 02:08 AM
01-04-2001 02:08 AM
Because the disks are known to the volume groups etc as 4Gb disks I have a feeling that I will have to recreate the Vgs as well as the PVs.
Has anyone done such an upgrade or does anyone have best practice for this
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2001 02:34 AM
01-04-2001 02:34 AM
Re: replacing 4Gb Disks with 9Gb
Is it not possible to add more disks to the HASS ? We also use these things and the disks
are HH size, so that i can put up to eight disks into one HASS.
Rgds
Alexander M. Ermes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2001 02:45 AM
01-04-2001 02:45 AM
SolutionYou would need to check the max disk size for your vg, it seems that if you let the system default, you will not be able to add 9 Gb in the same vg look through the forum for other threads on the subject...
Now there is nothing stopping you to split the mirror, replace the disks in one cab defining new vg with 9Gb disks, and mirror again,then do the same with the other subsystem...
I do this when I need to move data from one subsystem to another...
Good luck
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2001 02:59 AM
01-04-2001 02:59 AM
Re: replacing 4Gb Disks with 9Gb
When a volume group is created, the default is to set the maximum disk size to the largest being added at creation time. If you are lucky, the sys. adm. bumped up this value so your 9gb drives will work. Use vgdisplay to view the maximum number of extents allowed.
If this was not the case, see if you can create a new vg with the new disks and copy data from the old to the new.
--Bruce
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2001 03:20 AM
01-04-2001 03:20 AM
Re: replacing 4Gb Disks with 9Gb
I first insert 8GB new disk modules in the remainder slots of HASS cabinet and then do pvcreate, vgcreate, newfs and mount the new file systems on the newer mountpoint.
Finally copy everything from 4GB disks to 9GB disks using cpio.
After copy has completed, invoke one of the editors like vi and modify /etc/fstab where I remove logical volumes for 4GB disks.
Sometimes, I do vgexport/vgimport to have the same volume group numbers as previously used ones.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2001 03:23 AM
01-04-2001 03:23 AM
Re: replacing 4Gb Disks with 9Gb
Good idea of Victor.
But keep in mind, if the MAX-PE is not enough to add the 8Gb to a Volume group, then you need to re-create the VG with the appropiate PE-size.
This is a option you can do:
- Split the mirror
- Remove the splitted disk and add a 8Gb disk
- Create a new VG, with the 8Gb disk and enough PE, mount the VG.
- Copy data accross.
- Remove the primary LV + disk
- Add the new disk and mirror again.
Good Luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2001 04:04 AM
01-04-2001 04:04 AM