- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Moving directories out of root file system.
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-30-2004 01:39 AM
11-30-2004 01:39 AM
hp-ux 11.00 64bit
oracle 8.1.7.4
SAP R/3 4.6C
i have come to upgrade my oracle 8 to 9i only to find my /oracle dir has a mount point of /. a consultants work some years ago has come back to haunt us! my root filesystem has not got the required freespace to continue the upgrade. am i right in thinking i will have to :
a) use ignite to make a boot tape vg00 and use this to reconfigure the root filesystem size.
b) fbackup my system. remove all lv's and recreate. then frecover.
i can then adjust /oracle independantly of /.
thanks for advice to be received.
dave.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2004 01:43 AM
11-30-2004 01:43 AM
Re: Moving directories out of root file system.
You've got it. Ignite is the only way to safely resize your root file systems and it's an excellent idea to get your /oracle directory re-located elsewhere.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2004 01:43 AM
11-30-2004 01:43 AM
Re: Moving directories out of root file system.
Could you post output of bdf ?
Regards,
Fred
"Reality is just a point of view." (P. K. D.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2004 01:47 AM
11-30-2004 01:47 AM
Re: Moving directories out of root file system.
I think the best way is to create a new lvol mounted on /oracle filesystem.
Before creating this filesystem make sur you have a backup of your actual /oracle.
After that you could expand just /oracle if you need....
Stf ;-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2004 01:54 AM
11-30-2004 01:54 AM
Re: Moving directories out of root file system.
please find attached a copy of my current bdf. i've already attempted unsuccesfully to copy away the /oracle contents, create a new LV and copy back in the data as i lose the LV's such as /oracle/PRD/sapdata*.
hope you can help.
thanks.
dave.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2004 02:00 AM
11-30-2004 02:00 AM
Re: Moving directories out of root file system.
As mentionned, you could very well create a new file system and copy /the content of /oracle in it, before removing anything, mount the copied FS on /oracle and test...
(to copy use cpio...)
What surprises me is I always thought standard oracle installation went in /opt/oracle, I sometimes create that part under vg00.., but I create a distinct filesystem for each version: /opt/oracle/product/
Like that when the DBAs want a new I create a new FS and when the DBAs have finished using a release I umount the FS and can reuse the freed space...
All the best
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2004 02:00 AM
11-30-2004 02:00 AM
Solution. Create LV
. Mount LV to a temporary place
. Stop all Oracle processes
. Unmount all LV mounted under /oracle
. move /oracle content to your new LV
. remount it in correct place
. remount all LV
. restart oracle
. correct /etc/fstab
Regards,
Fred
"Reality is just a point of view." (P. K. D.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2004 02:17 AM
11-30-2004 02:17 AM
Re: Moving directories out of root file system.
I definitely would go for a move because you cant have to soft under /oracle since / is of 147MB
And I suppose Fred ;) will agree:
move the content after unmount all the mountpoints after /oracle to a small filesystem of lets say 100MB
you could even use links (I wouldnt...)
or mount the FS to /oracle
But for your new installation go and follow OFA!!!
All the best
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2004 02:34 AM
11-30-2004 02:34 AM
Re: Moving directories out of root file system.
thanks for all your input. the only thing i was missing was a couple of mount points under my new /oracle to make things work.
might not of seen it without your suggestions.
cheers.
dave ;-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2004 02:36 AM
11-30-2004 02:36 AM