1826325 Members
3552 Online
109692 Solutions
New Discussion

scripts ... ????

 
SOLVED
Go to solution
someone_4
Honored Contributor

scripts ... ????

I was wondering if anyone has any good scripts for HPUX that will list and catogorize the drivers installed in a machine. And also a script that give good performance stats such as free space and
ide % and so on for HPUX and SCO-unix.
thanks
8 REPLIES 8
Robert Gamble
Respected Contributor

Re: scripts ... ????

Here is the SYSINFO script version 1.75 written by Scott Trusedale of HP
federico_3
Honored Contributor

Re: scripts ... ????

You can get sysinfo at:

http://hpux.dsi.unimi.it/hppd/hpux/Sysadmin/sysinfo-3.3.1/

or send me an email (federico.grattarola@fao.org) and i'll send you a very good script)


federico
Andreas Voss
Honored Contributor

Re: scripts ... ????

Hi,

at attachment is my script for displaying whole LVM structure.

Regards
Andreas Voss
Honored Contributor
Solution

Re: scripts ... ????

 
Richard Mertz
Regular Advisor

Re: scripts ... ????

Richard,

Have you tried ioscan for your driver question?

Richard
What anybody thinks of me is none of my business.
Bill Hassell
Honored Contributor

Re: scripts ... ????

List the drivers (and also non-default kernel parameters):

cat /stand/system

To see the disk space usage:

bdf

If you are looking for an inventory of your HP-UX system, there are several choices:

1. Get a copy of Ignite/UX from software.hp.com, install and run the command: print_manifest

2. Get a copy of nickel or gatherer.sh or sys.conf from this ftp site: ftp://contrib:9unsupp8@hprc.external.hp.com/sysadmin/inventory/

gatherer.sh will run on several versions of HP-UX and generates a lengthy listing of the system, while sys.conf is much shorter but runs on both HP-UX and Solaris. Nickel runs only on HP-UX but generates web pages automatically.

This ftp site contains a numnber of useful (but unsupported) tools and information for HP-UX.

For all the documentation on HP-UX, use the site: docs.hp.com


Bill Hassell, sysadmin
Alan Riggs
Honored Contributor

Re: scripts ... ????

lsdev
vmstat

Basic commands, run then in a script and capture the output as you please.
someone_4
Honored Contributor

Re: scripts ... ????

test