- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: About mirror
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
02-14-2003 07:42 PM
02-14-2003 07:42 PM
About mirror
thanks
david
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2003 07:56 PM
02-14-2003 07:56 PM
Re: About mirror
MAXPE is defined per PV. If you didn't override it during the installation, then MAXPE=Size_of_Disk/PE_Size. So, if you add a bigger disk later, only MAXPE extents will be allocated from it. The rest of the space will be unusable.
You cannot mirror logical volumes across volume groups. The best and safeway to recreate vg00 with a bigger PE is through make_tape_recovery. Install Ignite UX, create a make_tape_recovery tape and recover the system from the tape. Once IUX is loaded, you can use the command
/opt/ignite/bin/make_tape_recovery -v -i -x inc_entire=vg00 -f /dev/rmt/0m
This will create the ignite tape. Boot from the tape and you will get into interactive install session. Select your boot disk as the new disk and it will recover the OS on the new disk. Once everything is up and running, you can add the old boot disk into vg00 and extend the mirrors.
If something fails, you can always boot from the old disk.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2003 08:47 PM
02-14-2003 08:47 PM
Re: About mirror
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2003 09:53 PM
02-14-2003 09:53 PM
Re: About mirror
Its not possible to make vg03 as bootable and more over if you go through the documentation of mirroring LVM the you'll see to mirror a LV they need to be in same VG. Across VG mirroring is not possible.
Rajeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2003 04:02 PM
02-17-2003 04:02 PM
Re: About mirror
01. pvcreate -B -f /dev/disk_in_question
02. mkboot /dev/disk_in_question
03 mkboot -a "hpux" /dev/disk_in_question
04 create a vg on /dev/disk_in_question
05 create LV same as vg00 on /dev/disk_in_question
remeber to create LV with -C y -r n for boot root ans swap.
06 now copy everything from vg00 to respective LVs on new LVs on disk_in_question
07 update the fstab on of the root vol of disk in question.
This way you can at least have a boot disk with everything intact....
Repeat step 6 and 7 on regular basis till you can do re-installation using make_recovery.
Hope this helps...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2003 12:45 AM
02-18-2003 12:45 AM
Re: About mirror
The MAX_PE limit can be overcome by igniting a tape using IGNITE and then using that tape to change the settings of the vg00 VG.
But even you do all this and increase the MAX_PE and include the bigger size hard disk into VG00 ,if you use it for mirroring with the existing hard disk then still you will face a situation where you can mirror only the amount of the smaller hard disk size.
The best option would be to include a hard disk with the equal size of the existing VG00 and mirror them or replace all the vg00 hard disks with a larger size.
Revert