- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: System Documentation Procedure
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
06-17-2004 02:39 AM
06-17-2004 02:39 AM
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.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2004 02:44 AM
06-17-2004 02:44 AM
Re: System Documentation Procedure
print_manifest should help you.
# man print_manifest
Best regards,
Ettore
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2004 02:50 AM
06-17-2004 02:50 AM
Re: System Documentation Procedure
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2004 02:53 AM
06-17-2004 02:53 AM
Re: System Documentation Procedure
I would prefer..
cfg2html will give you all info in html information. you can download it from ..
http://www.cfg2html.com
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2004 02:56 AM
06-17-2004 02:56 AM
Solutionprint_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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2004 03:52 AM
06-17-2004 03:52 AM
Re: System Documentation Procedure
http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/alpha.html