- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- how to secure /root filesystems
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-28-2007 03:38 AM
11-28-2007 03:38 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2007 03:40 AM
11-28-2007 03:40 AM
Re: how to secure /root filesystems
No shell access is also a good bet.
If all else fails, the baseball bat training method works pretty well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2007 03:44 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2007 06:10 AM
11-28-2007 06:10 AM
Re: how to secure /root filesystems
Nothing / no-one should be writing to the root filesystem. / is always static with the very very few exceptions of some delivered HPUX apps that must put log files in /etc.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2007 07:13 AM
11-28-2007 07:13 AM
Re: how to secure /root filesystems
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2007 12:04 PM
11-28-2007 12:04 PM
Re: how to secure /root filesystems
By removing files from /var/tmp?? that are older than X days.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2007 04:30 PM
11-28-2007 04:30 PM
Re: how to secure /root filesystems
if your / root filesystem full frequently you should consider moving the /.secure into different lvol, so that to avoid any corruption in your auditing files
my 2 cents
WK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2007 07:39 PM
11-28-2007 07:39 PM
Re: how to secure /root filesystems
Mark Syder (like the drink but spelt different)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2007 08:37 PM
11-28-2007 08:37 PM
Re: how to secure /root filesystems
This is another lvol!
Because the user is using sudo, he is root too, more or less. root cannot prevent another root from doing something on the system.
Consider to increase the lvol mounted to /var or free up some space there.
Question is, could the application write to another directory or is the path fixed to /var?
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2007 11:20 PM
11-28-2007 11:20 PM
Re: how to secure /root filesystems
/var is indeed the most critical filesystem in HP-UX as it can be filled by anyone (sudo is not required) because /var/tmp is 777 (as it should be). If the huge files are being created in /var/tmp, then the only solution is to create a separate lvol just for /var/tmp (which is a good idea in general). Then if /var/tmp fills, /var is not affected. As an administrator, you need to set a policy for space in /var/tmp...large files more than a few days old are automatically removed. (You can mitigate the outrage by moving those files to another lvol as a quarantine and return them after some discussions). And of course, ask the users' managers to order more disks for their employees so they can continue using larger spaces in /var/tmp.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2007 01:25 AM
11-29-2007 01:25 AM