- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- sessionlog file too big - home dir fills up
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-15-2004 02:24 AM
11-15-2004 02:24 AM
sessionlog file too big - home dir fills up
I have an hp-ux11 machine with a few users who log in via exceed. Just recently, two users have gotten a "disk space full" message while working. Upon looking, the /home dir is full. In both cases, we traced the problem to a sessionlog file that had gone to >100MB in size. The user could not log out and noone else could log in. I logged in as root at the console and deleted the session file, but the machine still saw the partition as full so I had to reboot it. Has anyone had this problem?
Does anyone have any advice as to how I can keep this from happening again? Any way to clear this without having to reboot?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2004 02:26 AM
11-15-2004 02:26 AM
Re: sessionlog file too big - home dir fills up
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2004 02:31 AM
11-15-2004 02:31 AM
Re: sessionlog file too big - home dir fills up
Next time try to truncate the files.
# cp /dev/null sessionlog
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2004 02:39 AM
11-15-2004 02:39 AM
Re: sessionlog file too big - home dir fills up
What is in the logfile
What fills it up
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2004 03:00 AM
11-15-2004 03:00 AM
Re: sessionlog file too big - home dir fills up
Unfortunately I didn't get the chance to look at the first sessionlog file. The 2nd one contained the same error message over and over - I'm assuming - I didn't scroll through the entire 109 MB file. It seemed to be complaining about an application license key being invalid, but the application named isn't even installed on that machine, so I'm just as mystified as before looking at it. I've been combing through the user's startup files and such, but this machine has run the same single graphics app for a couple years and nothing has changed (as far as I know!) on it for at least the last month. This is the first time I've had a problem with a large sessionlog file.
Thanks for your reply.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2004 03:45 AM
11-15-2004 03:45 AM
Re: sessionlog file too big - home dir fills up
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2004 04:11 AM
11-15-2004 04:11 AM
Re: sessionlog file too big - home dir fills up
It's best to do an 'fuser filename' before removing a file to see who/what is accessing it.
To release that file you could have killed that particular users session and forcibly logged him/her out.
The best thing to do is figure who/what was generating that error message you saw. If you solve that, you whould solve your whole problem.