Operating System - HP-UX
1830705 Members
2540 Online
110015 Solutions
New Discussion

Re: HP-UX System Administration Best Practices

 
Amit Dixit_2
Regular Advisor

HP-UX System Administration Best Practices

Hi,
I am currently administering 11 HP-UX IA64
servers running 11.23, in a development
environment

I want to know the best practices to monitor,
maintain these system.

Eg: Developers on a daily basis ftp's
files from one host to another or from
their system to HP-UX host.

How to centralize and monitor user logins
How to secure shutdown and reboot ?
How to centralize installation depot for
all the systems.

Managing samba
All these services are either not
confiugred or in hapazard manner.
Please guide me

Thanks,
Amit
6 REPLIES 6
Michael Tully
Honored Contributor

Re: HP-UX System Administration Best Practices

Here's a valuable contribution.

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=178934

You can capture ftp logging through /var/adm/syslog/syslog.log. You could also turn on extra logging by adding a 'lv' to the /etc/inetd.conf line of ftp.
ftp stream tcp nowait root /usr/lbin/ftpd ftpd -lv

Centralise logins through LDAP/NIS/NIS+

Add entries to /etc/shutdown.allow or leave the file blank, which means only root can use shutdown.
Anyone for a Mutiny ?
Michael Tully
Honored Contributor

Re: HP-UX System Administration Best Practices

Tyagi
Occasional Advisor

Re: HP-UX System Administration Best Practices



Hi Amit Sir,


First Of all congrats for ur new job.
well where r u now a days ????



DUSHYANT TYAGI
Bharat Katkar
Honored Contributor

Re: HP-UX System Administration Best Practices

HI Amit,

Best practise is to read more and more and keep learning, sharing your knowledge.
Keep working hard, always look out for preventive measure.
HAve a indepth look at the Site below:
docs.hp.com
All the best.

Regards
You need to know a lot to actually know how little you know
Petr Simik_1
Valued Contributor

Re: HP-UX System Administration Best Practices

Just a few tips:

centralize install depot (and many other things) is done by ignite:
http://www.software.hp.com/products/IUX/download.html


you can centralise syslog
by including
*.debug @hostname
than you will centralize system logging from any hosts to one.
john kingsley
Honored Contributor

Re: HP-UX System Administration Best Practices

Check out this book:
"The Practice of System and Network Administration"
by Thomas A. Limoncelli, Christine Hogan

This book is not platform specific, but discusses best practices for system administration. I found this book extremely helpful.