- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: House Keeping Policy For HP-UX Systems
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
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
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
тАО01-24-2001 11:25 PM
тАО01-24-2001 11:25 PM
House Keeping Policy For HP-UX Systems
Can anyone prescribe a House Keeping Policy for the HP-UX Systems i.e., regular log file maintenance, regular sys admin tasks which needs to be conducted.
Please give your suggestion/ideas on this to make a better procedure.
In case any known policy is available for the same, please mention it.
Servers : L1000, R390 and A class
Workstation : B1000
Thanks and Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-25-2001 12:58 AM
тАО01-25-2001 12:58 AM
Re: House Keeping Policy For HP-UX Systems
Theres been lots of question similar to this before. To see all the replies do search in the forums for housekeeping.
Basically your policy should be;
1. Clean out /tmp and /var/tmp regularly.
2. Keep output from bdf weekly so you can compare to see if space usage is creeping up.
3. You should have a cron job which does a dmesg - every 5 mins or so which appends to /var/adm/messages (and in /etc/mail/aliases root email redirected to your personal email account for alarms etc.)
4. Check syslog regularly.
5. Check diagnostic logs (logtool) in STM (xstm) weekly.
6. Check bad login attempts weekly (lastb)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-25-2001 03:49 AM
тАО01-25-2001 03:49 AM
Re: House Keeping Policy For HP-UX Systems
Here's a good thread with suggestions and links to others:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0x7fcff841489fd4118fef0090279cd0f9,00.html
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-25-2001 06:02 AM
тАО01-25-2001 06:02 AM
Re: House Keeping Policy For HP-UX Systems
Follow any and all suggestions in the other threads to clean up logs....keep after programmers and dba's to keep their directories cleaned up.
And BEFORE any cleanups....make sure I have solid backups on everything !!!!!!!!!!!!!!
And oh yes.....as much of this you can automate in scripts...do it. Remember, scripted once and cron'd..and it's done for all the next times.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-25-2001 05:27 PM
тАО01-25-2001 05:27 PM
Re: House Keeping Policy For HP-UX Systems
Some users are good about keeping up their directories and maintaing their own stuff. I have a site where users actually clean up their files in /tmp and /var/tmp. (IMAGINE THAT ONE!)
An oracle server will require lots of log maintenance for oracle, but very little "user" disk space monitoring. A file server will require much less log maintenance, but constant and chronic disk useage by user.
(I suggest setting up hard quota limits disabeling accounts that go over their limit) Ha Ha Ha! I wish I could really do that one! :)
If a server is connected to the internet, then you will want to monitor syslog very often. If the system is on a private network then there will be little need to monitor syslog thouroughly.
Anyway, once you know what your servers are doing and how they are connected, then you should have an idea of what needs to be done.
I usually recommend setting up a cron job for cleaning up /tmp and /var/tmp most other tasks can be automated as well via a script.
I use the accounting package quite frequently. This adds lots of disk space to /var/adm, but gives me loads of nice information. I automate everything on in a single script for accounting, as well as fixing permissions on 100+ users directories and files each night, cleaning up core files, removing rhosts files, netrc files, etc...
I think you get the idea though....
Regards,
Shannon