Operating System - HP-UX
1833998 Members
1641 Online
110063 Solutions
New Discussion

Re: System Documentation Procedure

 
SOLVED
Go to solution
Amit Dixit_2
Regular Advisor

System Documentation Procedure

HI,
I am handling few of HP-UNIX servers running
some database and programming env for which
I have to prepare a document detailing about
all the server's and their H/W and S/W
details, network details of LAB and etc can
somebody tell me what all or how to write the
same.
IF any body having procedure for the same
please help me.

Thanks,
Amit.
5 REPLIES 5
Fabio Ettore
Honored Contributor

Re: System Documentation Procedure

Hi,

print_manifest should help you.
# man print_manifest

Best regards,
Ettore
WISH? IMPROVEMENT!
Amit Dixit_2
Regular Advisor

Re: System Documentation Procedure

Hi,
I need to know the procedure to document
hard copy of the lab setup and H/W and S/W
details of each server and network layout.

Thanks,
Amit
Uday_S_Ankolekar
Honored Contributor

Re: System Documentation Procedure

/opt/ignite/bin/print_manifest is easy way to get all the info you needed.
I would prefer..
cfg2html will give you all info in html information. you can download it from ..
http://www.cfg2html.com

-USA..
Good Luck..
harry d brown jr
Honored Contributor
Solution

Re: System Documentation Procedure

I usually do a print_manifest, as Ettore has shown, plus I include an "ioscan -fn" and "vgdisplay -v":

print_manifest >/tmp/`hostname`_pm.txt;ioscan -fn > /tmp/`hostname`_io.txt; vgdisplay -v>/tmp/`hostname`_vg.txt

additionally you might want to do more network documentation:

netstat -rn
lanscan
lanadmin
cat /etc/services
cat /etc/resolv.conf
cat /etc/nsswitch.conf
...

live free or die
harry
Live Free or Die
Ashwani Kashyap
Honored Contributor

Re: System Documentation Procedure

Get sysinfo script from here and it should give you all the information about your system .

http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/alpha.html