- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HPUX - commands to identify system particulars
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
05-28-2003 01:46 PM
05-28-2003 01:46 PM
HPUX - commands to identify system particulars
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2003 01:50 PM
05-28-2003 01:50 PM
Re: HPUX - commands to identify system particulars
# /opt/ignite/bin/print_manifest | lp -dprintername
or if you want the output sent to a file:
# /opt/ignite/bin/print_manifest > /tmp/system_name.manifest
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2003 01:50 PM
05-28-2003 01:50 PM
Re: HPUX - commands to identify system particulars
One of my favorites is the 'print_manifest' command, which is available if you have installed Ignite-UX. It will give you a great report about each system.
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2003 01:51 PM
05-28-2003 01:51 PM
Re: HPUX - commands to identify system particulars
# ioscan -kfn
# model
# echo "selclass qualifier memory;info;wait;infolog" | cstm > /tmp/meminfo
# echo "selclass qualifier cpu;info;wait;infolog"|cstm > /tmp/cpuinfo
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2003 01:52 PM
05-28-2003 01:52 PM
Re: HPUX - commands to identify system particulars
or
sam
Performance Monitors
system properties
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2003 01:53 PM
05-28-2003 01:53 PM
Re: HPUX - commands to identify system particulars
...and of course, since you routinely run Ignite 'make_tape_recovery', you already have a gratuitous "manifest" available:
# /var/opt/ignite/recovery/latest/manifest
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2003 01:53 PM
05-28-2003 01:53 PM
Re: HPUX - commands to identify system particulars
or view /var/opt/ignite/recovery/latest/manifest
If you don't have it installed, get it installed.
There are some other programs that can generate some of these:
# echo "selclass qualifier cpu;info;wait;infolog" | cstm
# echo "selclass qualifier memory;info;wait;infolog" | cstm
# echo "selclass type disk;info;wait;infolog" | cstm
# echo "selclass type lan;info;wait;infolog" | cstm
Regards
Michael
"When I have trouble spelling, it's called fat finger syndrome"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2003 02:03 PM
05-28-2003 02:03 PM
Re: HPUX - commands to identify system particulars
This is for hardware only. It won't give you a summary like print_manifest, but it will give you lots of good details. It'll point out if you have bad memory or other hardware problems, and it will provide info such as firmware rev levels. Perhaps more than you want, but I'd encourage you to check it out.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2003 02:11 PM
05-28-2003 02:11 PM
Re: HPUX - commands to identify system particulars
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2003 02:16 PM
05-28-2003 02:16 PM
Re: HPUX - commands to identify system particulars
Download a current version of Ignite for 10.20 while there is still time!
You want version "A" A.3.7.95 from here;
http://www.software.hp.com/products/IUX/download.html
The 'make_recovery_tape' tool is the same as in the 11.x "B" version, including the Ignite manifest features.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2003 03:18 PM
05-28-2003 03:18 PM
Re: HPUX - commands to identify system particulars
The latest for 10.20 is A.3.7.95 and is available at:
http://software.hp.com/products/IUX/download.html#down10
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2003 03:29 PM
05-28-2003 03:29 PM
Re: HPUX - commands to identify system particulars
BTW, you really should install Ignite and make a recovery tape before you need it.
Good luck,
Tom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2003 03:34 PM
05-28-2003 03:34 PM
Re: HPUX - commands to identify system particulars
Nickel also good.See attachment.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2003 04:01 PM
05-28-2003 04:01 PM
Re: HPUX - commands to identify system particulars
http://come.to/cfg2html
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2003 08:00 PM
05-28-2003 08:00 PM
Re: HPUX - commands to identify system particulars
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2003 02:31 AM
05-29-2003 02:31 AM
Re: HPUX - commands to identify system particulars
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 contains:
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 contains:
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
Other interfaces could be obtained through ioscan.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2003 08:10 AM
05-29-2003 08:10 AM