- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: System information
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-03-2002 07:25 AM
06-03-2002 07:25 AM
System information
Is there any handy command which gives system information like no. of cpu,memory,system defects etc...?
Sysinfo can be installed. But it is comprehensive.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2002 07:28 AM
06-03-2002 07:28 AM
Re: System information
Do a forums search on cpu speed. This question comes up often.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2002 07:28 AM
06-03-2002 07:28 AM
Re: System information
Since I'm sure you make periodic Ignite recovery tapes, you have a free report everytime you run 'make_tape_recovery' without doing anyting else! See the Ignite system manifest:
/var/opt/ignite/recovery/latest/manifest
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2002 07:29 AM
06-03-2002 07:29 AM
Re: System information
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x5bca91ccb36bd611abdb0090277a778c,00.html
hope it helps..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2002 07:30 AM
06-03-2002 07:30 AM
Re: System information
# print_manifest (if ignite present)
# stm
# dmesg
# ioscan -fn
# sam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2002 07:32 AM
06-03-2002 07:32 AM
Re: System information
Try this link:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x53b2ba808b46d611abda0090277a778c,00.html
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2002 07:34 AM
06-03-2002 07:34 AM
Re: System information
Try STM.
echo 'selclass qualifier all;info;wait;infolog' |cstm >/tmp/system_info.txt
more /tmp/system_info.txt
If you don't have STM installed on your system, you can download and install STM from this site,
http://software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=B6191AAE
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2002 07:53 AM
06-03-2002 07:53 AM
Re: System information
Try the Sysinfo utility
http://gatekeep.cs.utah.edu/hppd/hpux/Sysadmin/sysinfo-3.3.1/
Gives all you asked & MUCH more.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2002 07:59 AM
06-03-2002 07:59 AM
Re: System information
1. print_manifest if you ahve ignite installed.
2. stm
3. dmesg
4. sam--->perforamnce monitors---->system properties
5.top
6.glance
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2002 09:43 AM
06-03-2002 09:43 AM
Re: System information
echo "selall;info;wait;infolog;view;done" | cstm | mail user_name@xxx.xxx.xxx.com
HTH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2002 10:27 AM
06-03-2002 10:27 AM
Re: System information
Sandip
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2002 01:29 AM
06-04-2002 01:29 AM
Re: System information
You can also try using the nickel utility. This will collect all system informations and will be available in HTML format.
Regds,
Salam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2002 03:12 AM
06-04-2002 03:12 AM
Re: System information
http://www.unixguide.net/scripts/hpsysinfo130
Is cool
sysinfo
hostname : topaz
model : 9000/899/K570 (server)
CPU : (3) PA8000 200 MHz (PA-RISC 2.0)
RAM : 1023.9 MB
OS : HP-UX B.11.00 (64-bit)
JVM : Java 1.3.1.01-release (/opt/java1.3/bin/java)
Options
sysinfo -?
usage: print_help [-gdpaqv?]
-g : general stats (default)
-d : disk info
-p : patches installed
-a : all of the above
-q : quiet mode (no progress status; use if redirecting output to a file)
-v : sysinfo version
-? : describe options
Steve steel