1826498 Members
1842 Online
109692 Solutions
New Discussion

Re: UNIX Admin Task List

 
Steve Bazinet_1
Contributor

UNIX Admin Task List

I have been tasked with developing a list of UNIX Admin tasks that should be done on a box on a daily/weekly/monthy/etc... basis. The list assumes no automation tools. Does anyone have such a document that they use? Why re-invent the wheel if it already exists.

Thanks

Steve
5 REPLIES 5
Clemens van Everdingen
Honored Contributor

Re: UNIX Admin Task List

Hi,

There have been several threads about this subject.
Try this one:

http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x7fcff841489fd4118fef0090279cd0f9,00.html

Regards,
Clemens
The computer is a great invention, there are as many mistakes as ever, but they are nobody's fault !
Clemens van Everdingen
Honored Contributor

Re: UNIX Admin Task List

Hi,

Another thread with lost of external links:

http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xd3cca1abbac8d5118ff10090279cd0f9,00.html

C.
The computer is a great invention, there are as many mistakes as ever, but they are nobody's fault !
Sachin Patel
Honored Contributor

Re: UNIX Admin Task List

Sridhar Bhaskarla
Honored Contributor

Re: UNIX Admin Task List

Steve,

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

You may be disappointed if you fail, but you are doomed if you don't try
Anil C. Sedha
Trusted Contributor

Re: UNIX Admin Task List

I don't have a ready made task list, but can surely give you some inputs.

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
If you need to learn, now is the best opportunity