Operating System - HP-UX
1855762 Members
9760 Online
104103 Solutions
New Discussion

Re: Unix Administration Tools

 
SOLVED
Go to solution
Doug_85
Regular Advisor

Unix Administration Tools

I currently use sam, top and glance to perform administrative functions. Are there any other gui or command line tools that would be useful to have?

Thanks,
Doug
10 REPLIES 10
Sundar_7
Honored Contributor
Solution

Re: Unix Administration Tools

Ignite-ux - for system recovery management and to simplify installation of the systems

Measureware/Perfview - For performance management

System Control Manager - Gives you a centralized administration point for your servers.

procsize,kmeminfo,shminfo - useful while troubleshooting memory usage related issues

tusc - for tracing the system calls

vmstat- you should already have it - for virtual memory usuage monitoring

sar - System activity reporter.

cfg2html - download from net - to create a snapshot of the system configuration.
Learn What to do ,How to do and more importantly When to do ?
Jeff Schussele
Honored Contributor

Re: Unix Administration Tools

Hi Doug,

You absolutely need lsof to track down file usage - get it here:

http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/lsof-4.70/

Highly, highly recomended.

Rgds,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
Kent Ostby
Honored Contributor

Re: Unix Administration Tools

While its not a tool per se, ps can provide some useful information.

ps -ef | cut -c42-80 | sort -nr

gives you the processes using the most CPU

-------

ps -ef | awk '{if (index($5,":")==0){print $0}}'

will give you a list of processes that have been running > 24 hours.

Best regards,

Kent M. Ostby
"Well, actually, she is a rocket scientist" -- Steve Martin in "Roxanne"
Steven E. Protter
Exalted Contributor

Re: Unix Administration Tools

You are the tool.

Some things, especially if you end up working in single user mode, you have no gui tools at all. You have commands only.

You will need to learn the LVM commands, at least the basics to operate in that manner.

On a more question answering note, I am attaching a set of sar scripts for performance monitoring. Don't leave your system without them.

Also, Bill McNAmara has a 3 part series of articles on scripst no sysadmin should ever be without. Click on his name at the main forums page and you will see it listed on his threads.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Hemanth Gurunath Basrur
Honored Contributor

Re: Unix Administration Tools

Hello Doug,

Also, refer to the foll. link on various system management tools:

http://h71028.www7.hp.com/enterprise/cache/4225-0-0-225-121.aspx

Regards,
Hemanth
Olivier Decorse
Respected Contributor

Re: Unix Administration Tools

Hi,
if you have to manage the hardware, don't forget :
- stm (with gui),
- EMS (hardware monitor with alert through mail, snmp or syslog),
- ioscan (inside shell scripts).

If you have to share files or printers between unix and windows :
- SWAT (via internet navigator on http://localhost:901)

For security :
- HIDS (gui) will supervise any security problem.

Olivier.
They say "install windows 2k, xp or better", so i install unix !
Pete Randall
Outstanding Contributor

Re: Unix Administration Tools

To review you system's security readiness - Bastille:

http://www.software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B6849AA


Pete

Pete
R. Sri Ram Kishore_1
Respected Contributor

Re: Unix Administration Tools

Hi Doug,

Take a look at this thread:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=602106

HTH.

Regards,
Sri Ram
"What goes up must come down. Ask any system administrator."
Keith Bevan_1
Trusted Contributor

Re: Unix Administration Tools

Doug,

Have a look at the following products :-

UPM (Unix Privilege Manager)
URM (Unix Resource Manager)

Both available at :-

http://www.passgo.com/products/index.shtml

Keith
You are either part of the solution or part of the problem
Bill Hassell
Honored Contributor

Re: Unix Administration Tools

All my systems get both lsof (to show open files and network sockets) and sudo (to distribute root privileges). Ignite/UX is an imperative for all HP-UX systems and as mantioned, Bastille is useful as a teaching configuration guide for security. Along with Bastille, SSH is the tool of choice for secure communications.


Bill Hassell, sysadmin