- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: UNIX Admin Task List
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
04-08-2002 09:58 AM
04-08-2002 09:58 AM
UNIX Admin Task List
Thanks
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2002 10:01 AM
04-08-2002 10:01 AM
Re: UNIX Admin Task List
There have been several threads about this subject.
Try this one:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x7fcff841489fd4118fef0090279cd0f9,00.html
Regards,
Clemens
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2002 10:02 AM
04-08-2002 10:02 AM
Re: UNIX Admin Task List
Another thread with lost of external links:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xd3cca1abbac8d5118ff10090279cd0f9,00.html
C.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2002 10:04 AM
04-08-2002 10:04 AM
Re: UNIX Admin Task List
Check this thread
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x7fcff841489fd4118fef0090279cd0f9,00.html
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x7fcff841489fd4118fef0090279cd0f9,00.html
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2002 10:29 AM
04-08-2002 10:29 AM
Re: UNIX Admin Task List
There will not be better answers to your question than that are mentioned in the thread already posted by Clemens in his second message.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2002 01:10 PM
04-08-2002 01:10 PM
Re: UNIX Admin Task List
1. Delete core files regularly from your system.
find / -name core -exec rm -f {} \;
2. Copy your /var/adm/syslog/syslog.log file to OLDsyslog.log
3. Reboot your server to kill any hung processes and refresh all running daemons.
4. Verify the dmesg log's for any errors.
5. Verify for new patches on the ITRC site.
Regards,
Anil