Operating System - HP-UX
1825756 Members
3412 Online
109687 Solutions
New Discussion

Re: System Info from HP-UX server

 
SOLVED
Go to solution
Robert Dukes
Advisor

System Info from HP-UX server

Hi,

Is there a command that will produce a configuration document which provides indepth information on hardware/software on a HP-UX system. I need information relating to all configurable kernel parameters, LVM disk layouts, FS information, networking information including all network card info and static routes. Ive tried using the print_manifest command, and It gives me most of what im after, but only gives a subset of kernel parameters, and doesnt give enough info on network configuration.

Cheers, Rob.
8 REPLIES 8
Steven E. Protter
Exalted Contributor

Re: System Info from HP-UX server

Its called a script.

You have to write it.

I'm attaching a script that produces most of the information. Add a kmtune line to it and you will be close to done.

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
Jean-Luc Oudart
Honored Contributor

Re: System Info from HP-UX server

HI Rob,

I believe print_manifest (cf. ignite) might give you what you're looking for.

man print_manifest for more info

Regards
Jean-Luc
fiat lux
Jean-Luc Oudart
Honored Contributor

Re: System Info from HP-UX server

Sorry Rob, did go thru your post entirely.

Regards
Jean-Luc
fiat lux
Robert Dukes
Advisor

Re: System Info from HP-UX server

Thanks Steve.

Yes I know writing a script is an option, but I just wondered whether there were any other commands to provide the info I am after, similar to print_manifest - I guess there is not!
Jean-Luc Oudart
Honored Contributor

Re: System Info from HP-UX server

Rob

Have you checked the favorite sysadmin scripts ?

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

Regards
Jean-Luc
fiat lux
Patrick Wallek
Honored Contributor
Solution

Re: System Info from HP-UX server

Have a look at CFG2HTML. I believe it should give you all you require.

http://come.to/cfg2html
MZ_1
Advisor

Re: System Info from HP-UX server

If you are looking to document your system, try the nickle product in this link.

http://www.hp.com/workstations/segments/mcad/dassault/plmcc/perf_tools.html
Bill Hassell
Honored Contributor

Re: System Info from HP-UX server

You'll have to make a checklist of what you need. There are several scripts, sysinfo, cfg2html, nickel, gatherer.sh, and so on. Each has a collection of details, but there is no "complete" program or script since you have to define complete.

If you are documenting several servers and need the docs to be available online, take a look at the inventory scripts at: ftp://contrib:9unsupp8@hprc.external.hp.com/sysadmin/inventory/ where you'll find gatherer.sh and nickel. Nickel (like cfg2html) gathers a lot of data but turns all of it into dozens of web pages with a central index. It's all scripted so you can add items if you want.


Bill Hassell, sysadmin