- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- /opt file system is getting full
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
05-16-2008 05:07 AM
05-16-2008 05:07 AM
/opt file system is getting full
Here is the output of su command.
du -xk /opt | sort -rn | more
9348174 /opt
8323408 /opt/app/oracle
8323408 /opt/app
8148672 /opt/app/oracle/product
3962698 /opt/app/oracle/product/8.1.7
3149672 /opt/app/oracle/product/9.2.0
2355192 /opt/app/oracle/product/8.1.7/odg
2351944 /opt/app/oracle/product/8.1.7/odg/reco
1036302 /opt/app/oracle/product/expsrv6.3.2.1
823434 /opt/app/oracle/product/expsrv6.3.2.1/olap
632188 /opt/app/oracle/product/8.1.7/bin
472304 /opt/app/oracle/product/9.2.0/bin
441544 /opt/app/oracle/product/9.2.0/assistants
439602 /opt/app/oracle/product/9.2.0/assistants/dbca
434492 /opt/app/oracle/product/9.2.0/assistants/dbca/templates
412134 /opt/app/oracle/product/8.1.7/javavm
409746 /opt/app/oracle/product/9.2.0/javavm
387578 /opt/app/oracle/product/8.1.7/javavm/admin
353406 /opt/app/oracle/product/9.2.0/javavm/admin
263732 /opt/app/oracle/product/9.2.0/lib
211364 /opt/emc
207360 /opt/emc/SYMCLI/V6.4.0
207360 /opt/emc/SYMCLI
199706 /opt/app/oracle/product/9.2.0/oem_webstage
177952 /opt/app/oracle/product/expsrv6.3.2.1/olap/OES_PROD
153622 /opt/app/oracle/product/9.2.0/jre/1.4.2
153622 /opt/app/oracle/product/9.2.0/jre
153428 /opt/app/oracle/product/expsrv6.3.2.1/olap/OES_SPEC
153420 /opt/app/oracle/product/expsrv6.3.2.1/olap/OES_SPEC/oec632
153396 /opt/app/oracle/product/expsrv6.3.2.1/olap/OES_ACT
153388 /opt/app/oracle/product/expsrv6.3.2.1/olap/OES_ACT/oec632
153364 /opt/app/oracle/product/expsrv6.3.2.1/olap/OES_PROD/oec632
148320 /opt/app/oracle/product/9.2.0/jre/1.4.2/lib
147168 /opt/app/oracle/product/9.2.0/lib32
134918 /opt/app/oracle/product/8.1.7/lib
132758 /opt/java1.4
132300 /opt/app/oracle/product/9.2.0/ctx
125492 /opt/emc/SYMCLI/V6.4.0/shlib
120742 /opt/OV
120298 /opt/app/oracle/product/9.2.0/oem_webstage/oracle
110784 /opt/app/oracle/product/9.2.0/olap
110516 /opt/app/oracle/product/9.2.0/oem_webstage/oracle/sysman
108814 /opt/java1.4/jre
107882 /opt/ignite
104580 /opt/app/oracle/product/expsrv6.3.2.1/olap/OES_SOP
104572 /opt/app/oracle/product/expsrv6.3.2.1/olap/OES_SOP/oec632
Standard input
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2008 05:13 AM
05-16-2008 05:13 AM
Re: /opt file system is getting full
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2008 05:15 AM
05-16-2008 05:15 AM
Re: /opt file system is getting full
Normally /opt should only be used for OS applications, in your case the Oracle software has also been installed in /opt.
Create a new filesystem /dev/vgxx/lvoly for the Oracle software. Stop your application and satabase(s), copy/move the software from /opt/app/oracle to the new filesystem and create a link from /opt/app/oracle to the new filesystem
An other option is to create a new filesystem and mount it on /opt/app/oracle using the same steps to move/copy the data.
Last option is to extend your current /opt filesystem.
Hope this helps a bit.
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2008 05:50 AM
05-16-2008 05:50 AM
Re: /opt file system is getting full
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2008 05:54 AM
05-16-2008 05:54 AM
Re: /opt file system is getting full
I also agree with Robert-Jan as to what your Oracle directory is not properly placed. You need to create a new file system for this.
REMINDER: before you attempt any file operations, do not forget to do a full backup.
good luck!
kind regards
yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2008 06:11 AM
05-16-2008 06:11 AM
Re: /opt file system is getting full
/dev/vg28/lvol1 20480000 7610792 12670016 38% /oralogs
/dev/vg34/lvol1 30720000 16284336 14210172 53% /oradata3
/dev/vg18/lvol1 20480000 11059588 9273288 54% /oradata2
/dev/vg03/lvol1 40960000 35401256 5515384 87% /oradata1
I l9ike to keep it seperate for several reason, but primarily for tape backup reasons. You should definately create some new FS's and move your Oracle information over. Hope this helps a bit.
Adam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2008 01:03 PM
05-16-2008 01:03 PM
Re: /opt file system is getting full
However, you should make sure you still need both versions of Oracle. You should also ask your DBAs to make sure they don't have any old patch files left out there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2008 10:18 AM
05-18-2008 10:18 AM
Re: /opt file system is getting full
http://forums12.itrc.hp.com/service/forums/questionanswer.do?threadId=1209240