1832994 Members
2214 Online
110048 Solutions
New Discussion

Re: SysInfo

 
Prashant Zanwar_4
Respected Contributor

SysInfo

I am looking out for SysInfo for HP UX 11.0.
What is the recent version?
Does the sysinfo create html & text output? If so how?
Thanks and regards
Prashant
"Intellect distinguishes between the possible and the impossible; reason distinguishes between the sensible and the senseless. Even the possible can be senseless."
8 REPLIES 8
Pete Randall
Outstanding Contributor

Re: SysInfo

Sanjay_6
Honored Contributor

Re: SysInfo

Hi,

you can also use cfg2html which created both a text as well as html output file.

Download and install the depot file from this location.

http://www.cfg2html.com/

Hope this helps.

Regds
Franky_1
Respected Contributor

Re: SysInfo

Hi,

or just use "print_manifest" from the Ignite Bundle ...

Regards

Franky
Don't worry be happy
Sundar_7
Honored Contributor

Re: SysInfo

I dont believe it creates html file. As noted above, cfg2html and Nickel can be used to create detailed configuration report about your system.

sysinfo is more of a quick command to get the number of processors installed in the system , the memory etc.
Learn What to do ,How to do and more importantly When to do ?
Uday_S_Ankolekar
Honored Contributor

Re: SysInfo

The latest version is available here.

http://www.magnicomp.com/cgi-bin/mcdownload.cgi

-USA..
Good Luck..
Muthukumar_5
Honored Contributor

Re: SysInfo

sysinfo is a shell script which creates only text output about system informations with process / memory / patches etc...

You can download the script over ,
http://www.unixguide.net/scripts/hpsysinfo146

or pete location there,

Copy the contents of the script to /usr/bin/sysinfo file

Then change mode it to 755 execution.
(chmod 755 /usr/bin/sysinfo )

sysinfo -h will all informations about that.

Easy to suggest when don't know about the problem!
Prashant Zanwar_4
Respected Contributor

Re: SysInfo

Hi,
I got what I was searching for. Actually it is a custom software provided by HP to cutstomer. This can be installed using swinstall and it generates a /usr/bin/SysInfo which after run generates /tmp/sysinfo__`date`.html file. It is created using sysinfo -a -H options.
Thanks for all replies. Its great help
Rgdz
Prashant
"Intellect distinguishes between the possible and the impossible; reason distinguishes between the sensible and the senseless. Even the possible can be senseless."
Prashant Zanwar_4
Respected Contributor

Re: SysInfo

Closing on above comments
"Intellect distinguishes between the possible and the impossible; reason distinguishes between the sensible and the senseless. Even the possible can be senseless."