- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Disk space crunch.
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
10-18-2002 09:42 AM
10-18-2002 09:42 AM
We are upgrading Omniback on 10.20. we have only 150 meg on /opt and our upgrade requires more space. Is it possible to install this on say /opt/master (it is a seperate file system which has the required space) and then link it to /opt/omni? we install the omniback as a fileset (swpackaged). The whole idea is to get rid of the space issue in /opt and we cannot free any space there.
Best Regards
Joe.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2002 09:58 AM
10-18-2002 09:58 AM
Re: Disk space crunch.
It sounds like it should work. As long as the permissions are all correct, I don't see how OmniBack and swinstall could complain. Do you have enough room to make a new LV & filesystem for /opt/omni? It probably will work just as well, and it might be less confusing.
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2002 10:07 AM
10-18-2002 10:07 AM
Re: Disk space crunch.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2002 10:11 AM
10-18-2002 10:11 AM
Re: Disk space crunch.
Thanks. Can someone help with the steps please.
Best Regards
Joe.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2002 10:25 AM
10-18-2002 10:25 AM
Re: Disk space crunch.
Which steps? For the OmniBack 4.0 upgrade? Or for making the LV and filesystem? By the way, Thomas is right. We made separate /var/opt/omni/db40 filesystems for the systems we upgraded to OB 4.0.
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2002 10:47 AM
10-18-2002 10:47 AM
Re: Disk space crunch.
Thanks. I mean the steps to install in /opt/master(where we have space) and then link to /opt/omni so that it works fine. we already made the package for the upgrade. We just have to swinstall it.
Thanks
Joe.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2002 11:00 AM
10-18-2002 11:00 AM
Re: Disk space crunch.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2002 11:47 AM
10-18-2002 11:47 AM
Re: Disk space crunch.
Good option. But we cannot create a seperate VG. The reason is this package would be installed in multiple sites and in all the sites we have crunch on /opt but /opt/master is OK. Given this situation what would be the best option.
Thanks
Joe.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2002 12:06 PM
10-18-2002 12:06 PM
SolutionI agree with Clay, but if you really want to use your /opt/master mount, here is one way to try it (assuming you have a good backup copy of everything before you start):
1. Stop OmniBack.
/sbin/init.d/omni stop
2. Move all your existing /opt/omni files over to /opt/master/omni (emptying out the old /opt/omni so you can reclaim the space)
mv /opt/omni /opt/master
3. Create a symlink for /opt/omni to point to /opt/master/omni
ln -s /opt/master/omni /opt/omni
4. Restart OmniBack and try your upgrade.
/sbin/init.d/omni start
These steps will stop OmniBack, move everything in /opt/omni to /opt/master/omni, and restart OmniBack. I think you'll need to do that rather than trying to swinstall it directly into /opt/master/omni.
Good luck!
JP