- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: root filesystem keep on increasing
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-14-2002 02:45 AM
05-14-2002 02:45 AM
root filesystem keep on increasing
The root filesystem / is keep on increasing at the live server(from 22% used until now 88% used). when I shutdown my Oracle database, the / filesytem free space increase from 22% to 88%.
I have check with Oracle support, there is no log files written to / filesystem. Futhermore, there is no permission for Oracle user to write into / filesytem.
Now I am suspecting the MC Service Guard having problem.
Anybody encounter this before?
regards,
Fei Wen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2002 02:49 AM
05-14-2002 02:49 AM
Re: root filesystem keep on increasing
HTH,
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2002 02:49 AM
05-14-2002 02:49 AM
Re: root filesystem keep on increasing
hi
R u shutting down oracle with the control script. I have faced a similar problem like this . My oracle was writing the logs to /etc/cmcluster/"pkg name"/control.sh.log file. check the size of the control.sh.log file
CTK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2002 02:50 AM
05-14-2002 02:50 AM
Re: root filesystem keep on increasing
When you are having MC Service Guard, please check the following
1. Check the /var/adm/syslog/syslog.log file. There are lot of messages being logged into it by MCSG.
2. Under the /etc/cmcluster directory, if you have got packages, check the /etc/cmcluster/
These are the two I could think of as of now. I shall post you more as I find something more.
-Sukant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2002 02:57 AM
05-14-2002 02:57 AM
Re: root filesystem keep on increasing
Check for huge core dump file under /
#ls core
if you suspect the MCSG.
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2002 03:30 AM
05-14-2002 03:30 AM
Re: root filesystem keep on increasing
If you don't already have "lsof" installed, get it from here and install it:
http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/lsof-4.61/
Then use it to determine what processes have what files open under the ROOT filesystem.
Now the ROOT filesystem usually INCLUDES these directories:
/
/dev
/etc
/sbin
/stand
The /dev directory sometimes has "regular" files in it, which it shouldn't have! To find "regular" files that don't belong in /dev do this:
find /dev -type f -exec ls -l {} \;
The /etc directory should also never be used for logs or anything other than CONFIGURATION files.
Using lsof, and the PID of the orcale processes you can find what files they have open:
lsof -p PIDNUMBERHERE
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2002 04:25 AM
05-14-2002 04:25 AM
Re: root filesystem keep on increasing
If Oracle is stopped and started thru ServiceGuard I would suggest checking the package scripts.
Any filesystem swap on /?
Regards,
Trond