- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Disk serial Number??
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
12-10-2002 05:04 PM
12-10-2002 05:04 PM
Disk serial Number??
My system is running on L2000 box and hpux11.0. A few days ago, I changed my new external drive cause disk fault from old external drive to new external drive same product and my syster is running on-line service. after changed my disk drive(C6399-63001,ST318404LW,18G),don't know my new disk drive's serial Number. I tried to STM and some kinds of shells on system for got the serial number. They said "serial : 3BT0MMGG00007201JNWN" but, I think , that serial number is longer compare with old serial number. so want to know new disk drive's Serial number exactly. I have no idea how do I do about my problem. please tell me any solution.
p.s
my system has to running continue
thanks for regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2002 05:11 PM
12-10-2002 05:11 PM
Re: Disk serial Number??
The sysinfo utility will normally give you the disk serial numbers. Can be had at:
http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/sysinfo-3.3.1/
You'll have to download the source & compile it for 11.0.
Soemone may post a link for an 11.0 binary.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2002 05:27 PM
12-10-2002 05:27 PM
Re: Disk serial Number??
mstm
F2
highlight the disk
select tools from the menu
information --> run
This will display the serial number.
I'm sure this can be scripted though cstm, will this will get it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2002 05:44 PM
12-10-2002 05:44 PM
Re: Disk serial Number??
I have been run "mstm" before but, They said "serial : 3BT0MMGG00007201JNWN" , above mentioned like that.
Do you have any methods?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2002 05:45 PM
12-10-2002 05:45 PM
Re: Disk serial Number??
# echo "selclass type disk;info;wait;infolog" | cstm >/tmp/disk.out
This will get all disk serial numbers.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2002 06:21 PM
12-10-2002 06:21 PM
Re: Disk serial Number??
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2002 11:54 PM
12-10-2002 11:54 PM
Re: Disk serial Number??
if u have a FC60 you can type
#amdsp -i
and you'll receive a S/N from the disk array, then
#amdsp -a
and you'll have a long list containing also the S/Ns of the disks in the disk array.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2002 12:13 AM
12-11-2002 12:13 AM
Re: Disk serial Number??
In a previous post, someone asked to get SN programmatically :
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x39a63a1c04ffd61190050090279cd0f9,00.html
I attached my last C program (just use make to compile it) and give a special file as an argument to get the SN.
Regards.