- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HP-UX System Configuration Collection Script.
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2002 04:32 PM
04-01-2002 04:32 PM
I am looking for a script that collects system config information for future reference. It should collect information such as "swapinfo", "vgdisplay"...etc.
Ignite-UX has a command called print_manifest. But the info it collects is not comprehensive enough.
Any help would be greatly appreciated.
Thanks
.....PAndian.........
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2002 05:07 PM
04-01-2002 05:07 PM
Re: HP-UX System Configuration Collection Script.
VOLUME GROUP OUTPUT
Look for Spare Disks
Volume Group vg00
Other Volume Groups
COntents of /etc/fstab
ioscan output
Operating System & other HP supplied
Other Vendor Supplied Software
Kernel Information
lsdev
sysdef
/etc/services
/etc/inetd.conf
/etc/inittab
Run Level start/stop
/etc/syslog.conf
Swap & Dump Information
Lan related parameters
Printer Information
User Administration
Crontab & at
Essential Processes
HTH
-Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2002 05:08 PM
04-01-2002 05:08 PM
Re: HP-UX System Configuration Collection Script.
http://www.introcomp.co.uk/hpux/index.html
It has scripts already written, so no need to write your own.
Hope this helps.
Scott.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2002 05:10 PM
04-01-2002 05:10 PM
Re: HP-UX System Configuration Collection Script.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2002 05:15 PM
04-01-2002 05:15 PM
Re: HP-UX System Configuration Collection Script.
Here some links to scripts that you may find useful:
http://www.grc.hp.com/docs/nickel/
http://members.tripod.com/rose_swe/cfg/cfg.html
-Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2002 06:34 PM
04-01-2002 06:34 PM
Re: HP-UX System Configuration Collection Script.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2002 10:49 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2002 05:45 AM
04-02-2002 05:45 AM
Re: HP-UX System Configuration Collection Script.
cfg2html is the best utility. it gives an html file and a text file which clearly describes the system configuration.
the following link will help u.
http://members.tripod.com/rose_swe/cfg/cfg.html
regds
ravi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2002 06:59 AM
04-02-2002 06:59 AM
Re: HP-UX System Configuration Collection Script.
Check this.
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x026250011d20d6118ff40090279cd0f9,00.html
Also check the attached SysInfo script.
Thanks.
Prashant Deshpande.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2002 11:19 AM
04-02-2002 11:19 AM
Re: HP-UX System Configuration Collection Script.
I'd also recommend the sysinfo utility - available at:
http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/sysinfo-3.3.1/
Get the pre-compiled version. Highly recommended. Gives complete details on firmware, disk pathing, LVM info, etc.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2002 11:41 AM
04-02-2002 11:41 AM
Re: HP-UX System Configuration Collection Script.
If you have ignite loaded the their is a script called "print_manifest" unser /opt/ignite/bin run that and redirect to a file.
Thanks,
Mike
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2002 01:03 PM
04-02-2002 01:03 PM
Re: HP-UX System Configuration Collection Script.
Hope it helps
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2002 02:33 PM
04-02-2002 02:33 PM
Re: HP-UX System Configuration Collection Script.
As other have already suggested cfgtohtml, I also back the same. I am using this script on both HP and SUN and its works fine. It almost provides all the information required.