- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Mirroring the Root Volume Group on HPUX 10.20
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
05-16-2001 06:13 AM
05-16-2001 06:13 AM
Mirroring the Root Volume Group on HPUX 10.20
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2001 06:15 AM
05-16-2001 06:15 AM
Re: Mirroring the Root Volume Group on HPUX 10.20
vgextend /dev/vg00 /dev/dsk/cxtxd0
mkboot -l /dev/rdsk/cxtxd0
mkboot -a "hpux -lq (;0)/stand/vmunix" /dev/rdsk/cxtxd0
mkboot -a "hpux -lq (;0)/stand/vmunix" /dev/rdsk/cytyd0
lvextend -m 1 /dev/vg00/lvolx /dev/dsk/cxtxd0
lvlnboot -Rv /dev/vg00
setboot -a full hardware path (es:8/4.5.0)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2001 06:22 AM
05-16-2001 06:22 AM
Re: Mirroring the Root Volume Group on HPUX 10.20
and after the stuff Vincenzo gave you, which makes sure you have a bootable drive, you need to mirror the software
<
lvextend -m 1 /dev/vg00/lvol1 /dev/dsk/cxtyd0
lvextend -m 1 /dev/vg00/lvol2 /dev/dsk/cxtyd0
lvextend -m 1 /dev/vg00/lvol3 /dev/dsk/cxtyd0
lvextend -m 1 /dev/vg01/lvol4 /dev/dsk/cxtyd0
lvextend -m 1 /dev/vg01/lvolx /dev/dsk/cxtyd0
good luck,
Thierry.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2001 06:22 AM
05-16-2001 06:22 AM
Re: Mirroring the Root Volume Group on HPUX 10.20
As a general guide to common administration tasks (particularly working with LVM to extend filesystems and/or mirror logical volumes), I would look at "HP-UX System Administration Tasks":
http://docs.hp.com/hpux/onlinedocs/B2355-90672/B2355-90672.html
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2001 06:29 AM
05-16-2001 06:29 AM
Re: Mirroring the Root Volume Group on HPUX 10.20
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2001 06:38 AM
05-16-2001 06:38 AM
Re: Mirroring the Root Volume Group on HPUX 10.20
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2001 06:57 AM
05-16-2001 06:57 AM
Re: Mirroring the Root Volume Group on HPUX 10.20
good luck