Operating System - HP-UX
1834644 Members
2373 Online
110069 Solutions
New Discussion

Re: Need to create hardware schema.

 
Kristopher March
Regular Advisor

Need to create hardware schema.

I am in the process of creating a hardware schema for the V-class box I am responsible for. (First time doing this sort of thing)

So far, I have the following:
Sys Info from SAM. I copied it into Excel
and I did ioscans on tape, disk, and lan devices. The listings for Disk are very long so I just totaled them up and placed onto a separate page.
I don't have Vendor information on the hardware. Nor do I know how to get it without calling HP.

Is there anything I am missing before I present this to anyone?
"This ain't no burger flippin job!"
9 REPLIES 9
Mark Greene_1
Honored Contributor

Re: Need to create hardware schema.

You may also want the output from uname -a, swlist, and /opt/ignite/bin/print_manifest.

HTH
mark
the future will be a lot like now, only later
S.K. Chan
Honored Contributor

Re: Need to create hardware schema.

You might want to check out other tools to simplify your process.
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x95a68cc5e03fd6118fff0090279cd0f9,00.html

Also try..
# /opt/ignite/bin/print_manifest

and .. cstm
# echo "selall;info;wait;infolog
> view
> done
> "|cstm > systeminfo.txt
# more systeminfo.txt
MANOJ SRIVASTAVA
Honored Contributor

Re: Need to create hardware schema.

Hi Kristopher

Do you have ignite . You can just do a print manifest and direct the o/p to a file , the information there is well laid in terms of the controller ,cpu , disk , memory etc.

Also HP H/W engineers ahve a good script which is sysinfo and can be run with -h option to give you a html document.

I am attaching a print mainfest of one of our V class servers for your reference.


Manoj Srivastava

Sebastian Galeski_1
Trusted Contributor

Re: Need to create hardware schema.

Find script called: collect.sh

rgds. seba
Kristopher March
Regular Advisor

Re: Need to create hardware schema.

I will try your suggestions. Thank you.
"This ain't no burger flippin job!"
Sanjay_6
Honored Contributor

Re: Need to create hardware schema.

Hi,

Try cfg2html,

http://members.tripod.com/rose_swe/cfg/cfg.html

Hope this helps.

regds
James R. Ferguson
Acclaimed Contributor

Re: Need to create hardware schema.

Hi:

As suggested, the Ignite "manifest" is a great source of documentation. Since you no doubt already create routine 'make_tape_recovery' tapes for disaster recovery [ :-)) ], here's a *free* benefit. Every time you run 'make_tape_recovery' you automatically get a new "manifest" file created summarizing your system configuration. You can find it here:

/var/opt/ignite/recovery/latest/manifest

Regards!

...JRF...
Bill McNAMARA_1
Honored Contributor

Re: Need to create hardware schema.

Apart from xstm/mstm/cstm,
you should consider collecting via nickel

http://www.grc.hp.com/docs/nickel

You can find visio templates and stensils at:

http://www.sisp.hp.com/SISP/ELogin.tcl

(
http://www.sisp.hp.com/SISP/LoginFrame.tcl?area=stencils&doc=info/VisioStencils
)

for physical representation.

Later,
Bill
It works for me (tm)
H.Merijn Brand (procura
Honored Contributor

Re: Need to create hardware schema.

This is a perl script (requires some modules) that visualizes the system's structure using cstm (somewhat like xstm), with all the hardware info you need. The structure is displayed in perl/Tk and can be printed on any PostScript printer.
Enjoy, Have FUN! H.Merijn