- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to find SCSI serial number of a disk drive?
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
Discussions
Discussions
Discussions
Forums
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
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-19-2003 12:04 PM
тАО11-19-2003 12:04 PM
How to find SCSI serial number of a disk drive?
VxVM has vxdmpinq which does this. Is there a command in HP-UX which can do the same?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-19-2003 12:14 PM
тАО11-19-2003 12:14 PM
Re: How to find SCSI serial number of a disk drive?
In my case, I have experienced the same problem on command prompt.
The answer was to use the mstm or cstm which are easy way to find that.
# mstm -> select 'disk' -> infomation -> run
Best Regards.
Patrick
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-19-2003 12:47 PM
тАО11-19-2003 12:47 PM
Re: How to find SCSI serial number of a disk drive?
echo "selclass qualifier hard;info;wait;infolog"|cstm that will give you info about all disks and if you just want serial number then
echo "selclass qualifier hard;info;wait;infolog"|cstm|grep "Serial Number"
But remember you need to have diagnostics loaded for stm to run
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-19-2003 11:13 PM
тАО11-19-2003 11:13 PM
Re: How to find SCSI serial number of a disk drive?
Use the lssf <
Thanx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-21-2003 05:42 AM
тАО11-21-2003 05:42 AM
Re: How to find SCSI serial number of a disk drive?
Just select your disk en you wil get all inforamtion you need
success
Idriz