- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Moving /opt (again...)
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-29-2000 11:50 PM
08-29-2000 11:50 PM
I'm new to HP-UX, have been running Linux, FreeBSD and some Solaris before. Now I have "inherited" an HP 9000 C100 running HP-UX B10.20 and I am trying to learn as much as possible.
Now, I have seen this question before but as I felt unsure regarding the answers I've seen (e.g. referring to a KB doc that I cannot find), I will ask this again. Bear with me, please...!
My boot/system disk is getting quite full and as I want to install more software under /opt I want to move /opt to a LV with much more space. How do I do this without the risk of anything BAAAD happening?
Regards,
/Per Berger
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2000 12:00 AM
08-30-2000 12:00 AM
Re: Moving /opt (again...)
If you do not have a free disk and want to use the existing Volume group ( other than /dev/vg00)where you have space, then create a logical volume of enough space for a file system which you want to move and copy the data from root VG file system to the new file system and mount the new file system in place of root VG filesystem. Obser the system for few days. If everything is file, then delete the OLD root VG file system and the space created by this can be used to extend other root VG file systems.
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2000 12:09 AM
08-30-2000 12:09 AM
Re: Moving /opt (again...)
/opt/oracle
/opt/netscape
etc...
and leave in opt what came with the install otherwise you will have hard work in migrating at the next release
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2000 01:12 AM
08-30-2000 01:12 AM
Re: Moving /opt (again...)
I agree with Victor. Subdividing /opt into addition mountpoints is a clean way to remain close to the original architecture. This is what we have done at my site.
A very good discussion can be found at:
http://my1.itrc.hp.com/cm/QuestionAnswer/1,1150,0xd05468c57f64d4118fee0090279cd0f9,00.html
..JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2000 05:21 AM
08-30-2000 05:21 AM
Re: Moving /opt (again...)
Divide and conquer! (That is /opt I mean.)
Tony
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2000 05:36 AM
08-30-2000 05:36 AM
Solutionspecifically, chapter 3 talks about logical volumes and all that good stuff.
Good luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2000 11:13 PM
08-30-2000 11:13 PM
Re: Moving /opt (again...)
Thanks a lot for all answers! Now I know what to do. The concept of LV:s is no problem for me, my primary job is as System Manager for a bunch of servers running Novell NetWare...
My first encounter with this forum has been a happy one...! I'll be back.
Regards,
/Per Berger