- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Mirrored Root vol grp
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
03-12-2002 08:48 PM
03-12-2002 08:48 PM
I have a mirrored root volume group with 2 disks. If I extend the lvol size of /usr on th primary disk,
What do I need to do to reflect the same size on the mirrored disk?( I need to have the same size on the /usr )
Thnks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2002 08:52 PM
03-12-2002 08:52 PM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2002 08:54 PM
03-12-2002 08:54 PM
Re: Mirrored Root vol grp
# lvdisplay -v /dev/vg00/lvol3 | more
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2002 08:59 PM
03-12-2002 08:59 PM
Re: Mirrored Root vol grp
hi,
when u do lvextend it will take care of mirroring
lvextend -m 1 /dev/vg01/lvolX /dev/dsk/cxtydz
Vijeesh CTK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2002 08:59 PM
03-12-2002 08:59 PM
Re: Mirrored Root vol grp
If you increase the size of an already mirrored
volume the mirror will also increase. To increase /usr you will to do one of two things. If you have OnLine JFS not a problem you can do it on the fly. If you haven't you will need to do this in single user mode.
There are some logical volumes that cannot be done with OnLine JFS, and these are ones that
are of the contiguous variety.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2002 09:05 PM
03-12-2002 09:05 PM
Re: Mirrored Root vol grp
Thnks for the suggestions. Pl consider this discussion thread closed