1824738 Members
3699 Online
109674 Solutions
New Discussion юеВ

Re: Sysadmin Tool.

 
SOLVED
Go to solution

Sysadmin Tool.

I'am looking for a script that gives me all the info of the system in a file, HTML would be nice, such as
2 OPERATING SYSTEM AND SYSTEM ENVIROMENT,
3 KERNEL DRIVERS AND CONFIGURATION.
4 INSTALLED FILESETS/PRODUCTS.
5 SYSTEM HARDWARE.
6 DISKS.
7 LOGICAL VOLUME MANAGER.
8 FILESYSTEMS.
9 SWAPSPACE.
10 NETWORK INTERFACES.
11 TAPE DRIVES.
12 INITTAB FILE.
13 CHECKLIST FILE.
14 PASSWD FILE.
15 GROUP FILE.
16 CRONTAB EXTRIES.

Best regards,Willy Schriemer
System Manager Factory Automation Systems
Philips Semiconductors MOS3 Submicron Waferfab
Building FB 2.018
Gerstweg 2
6534 AE Nijmegen

9 REPLIES 9
melvyn burnard
Honored Contributor
Solution

Re: Sysadmin Tool.

go look at what is available at:

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

My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
Alexander M. Ermes
Honored Contributor

Re: Sysadmin Tool.

Hi there.
Look for cfg2html in the forums.
if you cannot find it, go for
http://members.tripod.com/rose_swe/cfg/cfg.html
Rgds
Alexander M. Ermes
.. and all these memories are going to vanish like tears in the rain! final words from Rutger Hauer in "Blade Runner"
oiram
Regular Advisor

Re: Sysadmin Tool.

Hi,

Have you tried this command?
hpux show autofile
This will generate a shar file, after that you can unpackage it with sh file and you will obtain a directory with all the information of the system in html format.

Best regards.
Deshpande Prashant
Honored Contributor

Re: Sysadmin Tool.

Hi
Try this link for SysInfo utility.

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

Thanks.
Prashant Deshpande.
Take it as it comes.
Rodney Hills
Honored Contributor

Re: Sysadmin Tool.

A shell script called "nickel" by Sakic is geared directly towards either hpux 10.00 or 11.00. You can find the script at

http://www.unixguide.net/scripts/nickel108

Does a pretty good job of configuration gathering and displaying in html.

-- Rod Hills
There be dragons...
harry d brown jr
Honored Contributor

Re: Sysadmin Tool.

generic,

Most of this you can get from print_manifest.

live free or die
harry
Live Free or Die
John Donovan
Regular Advisor

Re: Sysadmin Tool.

Hi, Willy... As our two friends above accurately stated, the cfg2html program developed by Ralph Roth, HP ASE. I use it for all my servers and workstations. It is incorporated in our Disaster Recovery Plan. You can download the latest version from http://members.tripod.com/rose_swe/cfg/cfg.html Scroll down the page to "Free Downloads" and seletc HPUX. Just follow the instructions. If you have any difficulty or questions, feel free to contact me...

John Donovan donovaj@breedtech.com
"I have not failed. I've just found 10,000 ways that won't work." - Thomas Edison

Re: Sysadmin Tool.

I would like to thank everyone who has respondend to mine question. I installed cfg2html and everything works fine.

Thanks again for the response.
ralph roth_1
New Member

Re: Sysadmin Tool.

Attached find the latest cfg2html_hpux shell script as a SD + gzipped compressed archive.