- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Increasing / with mirroring
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
11-17-2006 07:00 AM
11-17-2006 07:00 AM
I have the / partition too small. I would like to extend it. I understand it's contigious with no easy way to increase it. The official way is to Ignite it and restore it, during which to increase it.
Now I have a 2nd unused disk. I have both Online JFS and Mirror-UX installed. Can someone please post instructions for accomplishing this change with Mirror-UX? I.e. Mirror to the second disk, get to lvol3, break the mirrors, increase lvol3 on 2nd disk, then mirror lvol4, etc. Then break the mirrors and mirror it back where disk 2 overwrites disk 1.
Am I missing something, can this be done?
Only way is to Reignite your system. Or there is an unsupported way to extend (I read in this forum)
1. Find out the next logical volume to your root file system. Say lvol4.
2. Reduce the mirrors on lvol4.
lvreduce -m 0 /dev/vg00/lvol4 /dev/dsk/cxtydz
where cxtydz is the primary disk. This will free up space after lvol3, your root logical volume.
3. Now you can extend root as it has the contiguous space available.
lvextend -L new_size_in_mb /dev/vg00/lvol3
fsadm -b
This should extend the filesystem.
4. Extend the mirror back to primary on lvol4.
lvextend -m 1 /dev/vg00/lvol4 /dev/dsk/cxtydz
You may have to turn-off "strict" on lvol4 if it gives you any error.
If you don't have onlineJFS or if you have any doubts, use make_tape_reocvery process.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2006 07:06 AM
11-17-2006 07:06 AM
Re: Increasing / with mirroring
The second part of the post is a comment from another thread.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2006 07:08 AM
11-17-2006 07:08 AM
SolutionI think I would prefer the known safety of doing this via Ignite, taking my backup, rebuilding vg00's primary disk and then re-mirroring to the secondary disk.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2006 07:12 AM
11-17-2006 07:12 AM
Re: Increasing / with mirroring
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2006 07:16 AM
11-17-2006 07:16 AM
Re: Increasing / with mirroring
Check this thread...
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1030157
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2006 07:26 AM
11-17-2006 07:26 AM
Re: Increasing / with mirroring
I already saw that thread. Are you talking about the Ignite-UX way or the Mirror-UX way?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2006 07:29 AM
11-17-2006 07:29 AM
Re: Increasing / with mirroring
If you can't afford downtime then you can do it "online" with the mirror method.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2006 07:54 AM
11-17-2006 07:54 AM
Re: Increasing / with mirroring
The Technical Knowledge Base actually describes a procedure to extend the root filesyatem without resorting to Ignite.
See document #KBRC00006582 for the details.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2006 09:13 AM
11-17-2006 09:13 AM