- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: HP-UX System Administration Best Practices
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
08-02-2004 04:42 PM
08-02-2004 04:42 PM
HP-UX System Administration Best Practices
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2004 04:56 PM
08-02-2004 04:56 PM
Re: HP-UX System Administration Best Practices
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2004 04:59 PM
08-02-2004 04:59 PM
Re: HP-UX System Administration Best Practices
CIFS/Samba
http://docs.hp.com/hpux/onlinedocs/B8724-90044/B8724-90044.html
Software distributor
http://docs.hp.com/hpux/onlinedocs/B2355-90740/B2355-90740.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2004 05:18 PM
08-02-2004 05:18 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2004 05:33 PM
08-02-2004 05:33 PM
Re: HP-UX System Administration Best Practices
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2004 09:29 PM
08-02-2004 09:29 PM
Re: HP-UX System Administration Best Practices
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2004 05:58 AM
08-03-2004 05:58 AM
Re: HP-UX System Administration Best Practices
"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.