- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Adding bigger disks to vg00
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-01-2003 10:08 PM
01-01-2003 10:08 PM
They are mirrored with mirror UX.
Being a Solaris admin I will try to relate how I would think it could be done..
Can I break the mirror add one of the new diks, create my filesystems on the new disk then in single user mode dd all the data over?
Is there an easier way?
Jeremy
Sunadmin@jslracing.com
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-01-2003 10:21 PM
01-01-2003 10:21 PM
Re: Adding bigger disks to vg00
1.
a. reduce all the mirrors in vg00.
b. reduce the vg00 and remove the mirror disk.
c. shutdown the system replace the disk.
d. do a pvcreate on this 9gb disk with -B option and start mirroring allover again and create this as an primary disk.
e. try shutdown and booting the disk with this new disk. If this are fine follow the same with the other disk.
2. second option would be to shutodwn the system replace the disk with the same ID
and then do vgcfgrestore on this new disk. And the do vgsync
this will syncronize all the mirrors.
For second option just check that you have hpux -lq.
Thanks
Rajeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-01-2003 10:45 PM
01-01-2003 10:45 PM
Re: Adding bigger disks to vg00
The Ignite option is by far the better one, and you can include all your volume groups in the backup, not just vg00 (although the vgexport command is an equally valid solution for the extra ones).
Second option is:
1.break the mirror
2.total backup of system
3.Note down the sizes of each filesystem (bdf)
4.replace the disks
5.just install the OS and create/increase the file system to the values noted in step 3
6. restore from backup
7.mirror the disk to the second
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-01-2003 11:35 PM
01-01-2003 11:35 PM
Re: Adding bigger disks to vg00
Take two ignite backup tapes of the existing vg00 volume group.
shutdown and replace the drive.
Boot from the ignite tape and restore the vg00 configuration into the new disks.
check this hpdoc which can help you
http://www1.itrc.hp.com/service/cki/search.do?category=c0&mode=id&searchString=UIUXKBRC00010068&searchCrit=allwords&docType=Security&docType=Patch&docType=EngineerNotes&docType=BugReports&docType=Hardware&docType=ReferenceMaterials&docType=ThirdParty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2003 02:36 AM
01-02-2003 02:36 AM
SolutionUse Ignite to recreate your vg00. Breaking a mirror, adding a larger size physical disk, and re-mirroring does not change the original limits of the LVM geometry. It is only during a 'vgcreate' that the 'max_pe' and 'pe_size' are established. Thereafter the original values are applied during any 'vgextend'. If default values were used with your 4GB disks you will likely find that about 1GB of your 9GB disk will be inaccessible (insufficient PEs). Have a look at the man pages for 'vgcreate' for more information.
Download current Ignite software (including documentation) from here:
http://www.software.hp.com/products/IUX/index.html
Use 'make_tape_recovery' to create a tape archive for all of vg00.
# make_tape_recovery -x inc_entire=vg00 -I -v -a /dev/rmt/0mn
Boot from the tape, choose the Advanced Installation option targeting your new disk. You can resize your filesystems too during this process.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2003 07:49 AM
01-02-2003 07:49 AM
Re: Adding bigger disks to vg00
You can do following as well.
1. Shutdown the system and install two 9GB disks in the machine.
2. Boot the system.
3. Add 9GB disks to vg00 by running vgextend command. use pvcreate -B option for one of the disk.
4. Break the mirrors.
5. use pvmove to move the data from original root boot disk to 9GB disk ( which has been created using pvcreate -B option)
6.once the pvmove ran successfully you can go ahead and repeat the same thing for second 9 GB disk to create the mirror.
7. Finally remove the 4 GB disks from the system using vgreduce /dev/vg00 .......
This works well if you try it. This procedure is the simplest procedure. Make sure you follow correct steps which creating the physical volumes and mirrors.
It is best if you can take Ignite tape for the system first before going ahead with above solution.
Thanks,
-pap
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2003 08:46 AM
01-02-2003 08:46 AM
Re: Adding bigger disks to vg00
http://software.hp.com/products/IUX/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2003 09:14 AM
01-02-2003 09:14 AM
Re: Adding bigger disks to vg00
If you are replacing the 4GB disk with higher capacity disk, using Ignite-UX will be safest way to do it.
Thanks.
Prashant.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2003 06:45 AM
01-03-2003 06:45 AM
Re: Adding bigger disks to vg00
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2003 06:54 AM
01-06-2003 06:54 AM
Re: Adding bigger disks to vg00
After the ignite boot, there is an interface that lets you interupt and modify the installation.
I used it to get around making the root fs to small on a new system, an ignite server.
Your solaris approach is fine, and the reduce option is the same thing. Ignite is just a better tool for the same job.
Steve
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com