- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Finding what hardware is installed
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
04-02-2002 10:45 AM
04-02-2002 10:45 AM
dmesg tells me the amount of physical memory, and it looks like it also lists other things such as tape drives and hard disks. Is there another command out there that prints a more detailed description of hardware, including a bit more detail than simply stape, sctl, sdisk, etc., but includes maybe the manufacturer, model, etc..
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2002 10:48 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2002 10:49 AM
04-02-2002 10:49 AM
Re: Finding what hardware is installed
The ioscan or lssf command can give you this information.
Alternatively, there is a tool called stm, which you can run to give you a listing (cstm, mstm, xstm). My personal favorite is xstm because of the big pictures. :^)
Good luck
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2002 10:49 AM
04-02-2002 10:49 AM
Re: Finding what hardware is installed
# echo "selall;info;wait;infolog
> view
> done
> "|cstm > server-info
# more server-info
Other commands ..
# ioscan -fn
==> shows hrw path
# /opt/ignite/bin/print_manifest
==> ignite related info
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2002 11:14 AM
04-02-2002 11:14 AM
Re: Finding what hardware is installed
I'd also recommend the sysinfo utility - available at:
http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/sysinfo-3.3.1/
Get the pre-compiled version. Highly recommended. Gives complete details on firmware, disk pathing, LVM info, etc.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2002 12:29 PM
04-02-2002 12:29 PM
Re: Finding what hardware is installed
Dev Last Last Op
Num Path Product Active Tool Status
=== ==================== ========================= =========== =============
1 8 Bus Adapter (580) Information Successful
2 10 Bus Adapter (580) Information Successful
3 10/0 SCSI Interface (15) Information Successful
4 10/0.0 C1300 Array (DGCC1300WDR0 Information Successful
.. then at cstm prompt type: sel dev device_nbr
for which you need to collect information
.. type then info then infolog, here an example:
cstm>sel dev 1
cstm>info
-- Updating Map --
Updating Map...
cstm>infolog
-- Converting a (964) byte raw log file to text. --
Preparing the Information Tool Log for Bus Adapter on path 8 File ...
.... newton.rose.hp.com : 15.43.232.70 ....
-- Information Tool Log for Bus Adapter on path 8 --
Log creation time: Tue Apr 2 12:23:08 2002
Hardware path: 8
Product ID: Bus Adapter
Hardware Path: 8
Module Type: I/O Adapter
Hardware Model: 0x580
Hardware Revision Number: 0x7
Software Revision Number: 0
Software Model Number: 0xb
Software Option: 0x50
Hard Physical Address: 0xfff88000
Slot Number: 2
IODC Revision: 0
SPA Size: 0x100
Standard input: END[Press space to continue, q to quit, h for help]
Hope this helps !
T??
PAP (a.k.a Please Assign Points!)