- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Preparing System Document
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
09-29-2003 03:48 AM
09-29-2003 03:48 AM
I am in a new assignment to document around 10 hp-ux servers here along with some linux and solaris servers.
I am running the following Softwares on my hp boxes:
1. MCSG
2. HPOV Omniback II 3.5
3. OnlineJFS
4. MirrorDX-UX
5. VxVM
6. Oracle 8.1.7 and 9.2.0
If anyone have some blank system documentation, kindly send it to me. I will prepare a consolidated final document with all the input given by you along with my docuements and post it here for you all..
Looking for your help.
My email ID: cvijay at hexaware dot com
Thanks
Vijay
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2003 03:57 AM
09-29-2003 03:57 AM
Re: Preparing System Document
What is it you want to document? Hardware? Software?
You could start with the Ignite print_manifest command.
Software you can get from swlist.
Ioscan can be useful, along with diskinfo, lanscan, lanadmin.
I also use some small scripts for cpu info, RAM, etc:
echo `hostname` "is a " `model |sed 's/9000\/800\///' |sed 's/9000\/899\///'` "with" `ioscan -k |grep -n p
rocessor |wc -l` `cpuspeed` "Mhz processors and" `memory` "KB of memory"
the cpuspeed script looks like this:
HPUX=/stand/vmunix
MHZ=$(echo itick_per_tick/D \
| adb -k $HPUX /dev/kmem \
| tail -1 \
| awk '{print $2/10000}')
echo $MHZ
the memory script looks like this:
HPUX=/stand/vmunix
MAJORREV=$(uname -r | cut -f2 -d .)
if [ $MAJORREV -ge "11.0" ]
then
MYSYMBOL="phys_mem_pages"
else
MYSYMBOL="physmem"
fi
MYMEM=$(echo "${MYSYMBOL}/D" \
| adb $HPUX /dev/kmem \
| grep "${MYSYMBOL}: *." \
| awk '{printf "%.0f MB\n",$2/256}')
echo $MYMEM
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2003 04:05 AM
09-29-2003 04:05 AM
Re: Preparing System Document
Thats a great help Pete.
I appreciate it.
I am planning to do both hardware and software documentation. I attached a sample hardware documentation I prepared from docs.hp.com site. I need similar document something more easy to understand ...
if u have any such sample document for software and hardware document, kindly send me
thanks
Vijay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2003 04:07 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2003 04:30 AM
09-29-2003 04:30 AM
Re: Preparing System Document
What else do I do, do you ask? I run system fragmentation checks once a month, I keep a spreadsheet of all changes I make to systems, and I have HW documentation for the different types of servers on our floor stored away.
Hope it helps
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2003 04:47 AM
09-29-2003 04:47 AM
Re: Preparing System Document
These will also be helpful.
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/32070-90030/32070-90030_top.html&con=/hpux/onlinedocs/32070-90030/00/00/37-con.html&toc=/hpux/onlinedocs/32070-90030/00/00/37-toc.html&searchterms=worksheet&queryid=20030929-104210
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/32070-90030/32070-90030_top.html&con=/hpux/onlinedocs/32070-90030/00/00/39-con.html&toc=/hpux/onlinedocs/32070-90030/00/00/39-toc.html&searchterms=worksheet&queryid=20030929-104210
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B5158-90019/B5158-90019_top.html&con=/hpux/onlinedocs/B5158-90019/00/00/90-con.html&toc=/hpux/onlinedocs/B5158-90019/00/00/90-toc.html&searchterms=worksheet&queryid=20030929-104210
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/mpeix/onlinedocs/36922-90043/36922-90043_top.html&con=/mpeix/onlinedocs/36922-90043/00/00/23-con.html&toc=/mpeix/onlinedocs/36922-90043/00/00/23-toc.html&searchterms=worksheet&queryid=20030929-104210
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/J4269-90016/J4269-90016_top.html&con=/hpux/onlinedocs/J4269-90016/00/00/43-con.html&toc=/hpux/onlinedocs/J4269-90016/00/00/43-toc.html&searchterms=worksheet&queryid=20030929-104210
And there are lots more in http://docs.hp.com. Just give "worksheet" in the search criteria and bingo, there are lot of worksheets for you to use.
Hope this helps.
All the very best for creating an excellent system document.
Regards,
Hemanth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2003 06:43 PM
09-29-2003 06:43 PM
Re: Preparing System Document
The attached script i got from HP personal, thanks to him it is a very nice and famous one.
Find the attachment, which gives you the exact documentation in HTML format and stores in /tmp.
Copy the script in /tmp, run it, it will create /opt/contrib directory and go to
/opt/contrib/bin and run it from there.
Thanks,