- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- system inventory command
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
11-16-2005 09:37 PM
11-16-2005 09:37 PM
can i know which command will give the system hardware inventory..ie no of cpus,speed,mem,power supply etc.
thankx
arun
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2005 09:51 PM
11-16-2005 09:51 PM
Re: system inventory command
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2005 11:32 PM
11-16-2005 11:32 PM
Re: system inventory command
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=756203
This thread contains several methods of accomplishing what you want to accomplish.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2005 11:37 PM
11-16-2005 11:37 PM
Re: system inventory command
SAM - Resource management -> system properties - will give you the CPU speed
stm - will give you all hardware details ->CPU, memory, speed
dmesg - will give you memory information
swapinfo - swap information
ioscan -fn - device informations
Regards,
Sergejs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2005 04:07 AM
11-17-2005 04:07 AM
Re: system inventory command
if you have diagnostics insatlled then
#echo "selclass qualifier system;info;wait;infolog" ¦ cstm
This will dump it to the screen or you can output it to a file
Andy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2005 06:44 AM
11-17-2005 06:44 AM
SolutionHere it is :
1. /usr/sbin/cstm
2. /opt/ignite/bin/print_manifest
3. Nickel script. [ http://unixguide.net/scripts/nickel108 ]
4. HP Collection Utiltiy.
5. cfg2html , Link : http://come.to/cfg2html
Enjoy ,
hth,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2005 12:00 AM
11-26-2005 12:00 AM
Re: system inventory command
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2005 12:08 AM
11-26-2005 12:08 AM
Re: system inventory command
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2005 03:28 AM
11-27-2005 03:28 AM
Re: system inventory command
Cheers,
Raj.