- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Reclaiming space in a partition
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
08-04-2005 01:02 AM
08-04-2005 01:02 AM
Am I right to think I might just copy /opt to some free space on an another drive. Then drop /opt and make is smaller. Then copy back /opt. Then just extend the size of /usr.
And do this on off hours so I could shutdown the Apps that run from here.
Or is there another way to do this?
Marty
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2005 01:14 AM
08-04-2005 01:14 AM
SolutionIt can be done online on the fly if you have a product called Online-JFS installed. With the help of this product you can reduce a file system online safely. Once /opt is reduced there should not be any problems in extending /usr.
To find if you have the product installed or not do
MY201:/>>swlist -l product |grep -i online
OnlineJFS B.11.11 Online features of the VxFS File System
If you do not have the product but have free or unallocated space in vg00, then also you could achive this.
Another option will be to do it temporarily by creating file system in the VG with free space and then mount it somewhere in /usr i.e. /usr/oracle.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2005 01:22 AM
08-04-2005 01:22 AM
Re: Reclaiming space in a partition
Yes, your approach is sound. The other way to do this would be to make an Ignite make_tape_recovery backup and use it to re-create your root volume group, resizing the logical volumes in the process:
http://www.docs.hp.com/en/IUX/
In either case it is going to require downtime. With your approach I would suggest going to single user mode in order to get the file systems unmounted so you can work on them.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2005 01:45 AM
08-04-2005 01:45 AM
Re: Reclaiming space in a partition
# swlist -l product |grep -i online
PHKL_22393 1.0 VxFS 31 OnlineJFS cumulative patch
PHKL_24745 1.0 VxFS 31 OnlineJFS cumulative patch
And vg00 is all consumed. That why the question.
It might be time to do like Pete says and use the Ignite tape. If I do this I can install bigger System drives (18GB to 36GB) and add some more memory. I have been just waiting for a reason to do all of this any way.
Can you point me to some good Ignite documention the would step me through the process? I understand the concept. I have not done a recover with Ignite.
Marty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2005 02:08 AM
08-04-2005 02:08 AM
Re: Reclaiming space in a partition
You have the patched but not the product. The product should be there to achive this. The ignite documentation is available here.
http://www.docs.hp.com/en/IUX/faq.html#set7
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2005 02:15 AM
08-04-2005 02:15 AM
Re: Reclaiming space in a partition
here you can find some useful links for you:
http://www.docs.hp.com/en/oshpux11iv2.html#Ignite-UX
Regards,
Alex
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2005 02:16 AM
08-04-2005 02:16 AM
Re: Reclaiming space in a partition
Here's the link for the Administration Guide:
http://www.docs.hp.com/en/B2355-90872/index.html
Pete
Pete