Operating System - HP-UX
1832604 Members
2312 Online
110043 Solutions
New Discussion

Re: How to identify replaced the disk is New or Not?

 
SOLVED
Go to solution
unixguy_1
Regular Advisor

How to identify replaced the disk is New or Not?

Dear friends ,

i used the below mentioned command to check the HDD is a problem.

diskinfo,Ioscan, and i used DD also.
and it's showing the disk status,Then The vendor is changed the new HDD.
i used the diskinfo command to check that it's showing the same Product-ID,i thought they changed the same model of the HDD,but i would like to knwo whether that HDD is New or not?

is there any tool to find that?
pls give the details in Advance.

Thanks,
Unixguy.

9 REPLIES 9
Jaime Bolanos Rojas.
Honored Contributor

Re: How to identify replaced the disk is New or Not?

Hi Unixguy,

There is not really a way from the command line to know if the HD is new, you can check to see if it is a different HD by checking the serial number on it, but that´s all.

Regards,

Jaime.
Work hard when the need comes out.
Ganesan R
Honored Contributor

Re: How to identify replaced the disk is New or Not?

Hi,

What do you mean by New? Do you mean to ask the disk is brand new or used one ?

Or vendor used existing disk or replaced with another disk?

But there is no way to find whether it is brand new or already used disk from remote. What you can do is, check the serial number of the disk in cstm and compare it with old serial number if you have.

#cstm
cstm>map

cstm>sel dev 15 -->(here 15 is the dev number of the disk)

cstm>info
-- Updating Map --
Updating Map...
cstm>il

Will give the disk details including serial number.

Again why do you want to check? Any specific reason? After all we need to check the integrity of the disk. that's enough
Best wishes,

Ganesh.
Pete Randall
Outstanding Contributor

Re: How to identify replaced the disk is New or Not?

There's no tool that I know of. You might be able to inspect the disk or it's packaging for some indication of whether it's refurbished or remanufactured but there's no way, other than asking the vendor, to tell if it's new.


Pete

Pete
Steven E. Protter
Exalted Contributor

Re: How to identify replaced the disk is New or Not?

Shalom,

Best bet is to look at cstm output.

If you don't mind booting the system, PA-RISC base systems have utilities for displaying and even updating the firmware on disks.

This is a task I always left to the HP hardware team.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
unixguy_1
Regular Advisor

Re: How to identify replaced the disk is New or Not?


Dear Friends,

Thanks a for giving the Wonderful support.

Customer is repalaced the failed disk,i don't knwo they are replacing that disk is used one or new brand disk.

after that i checked the replaced the disk is working,no problem at all,but i would like to know,whether that disk is new or not.

that's why i ask.......

Hi Ganesan,

the cstm is a Inbulit in our HP-Unix.

iam waiting for your reply.

Regards,
unixguy.

Pete Randall
Outstanding Contributor

Re: How to identify replaced the disk is New or Not?

Like I (and others) said, the only way to find out is to ask the vendor that replaced it if it's new or not. Then you also need to be able to trust the vendor's answer because there is no way to verify.


Pete

Pete
Ganesan R
Honored Contributor
Solution

Re: How to identify replaced the disk is New or Not?

Hi Unixguy,

It is not inbuilt. You need to install it from support plus CD. Product name is called support tools manager. If you don't have the CD you can download it from here.

http://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B6191AAE

Use the below command to check if it is already installed or not.

# swlist |grep -i support
OnlineDiag B.11.11.18.05 HPUX 11.11 Support Tools Bundle, Dec 2006
#
Best wishes,

Ganesh.
unixguy_1
Regular Advisor

Re: How to identify replaced the disk is New or Not?


Dear Friends,

it's resolved,i closed the issue.....

Regards,
unixguy.

Jaime Bolanos Rojas.
Honored Contributor

Re: How to identify replaced the disk is New or Not?

Unixguy,

Usually if you ask the vendor, they will be honest with you, they will tell you that when replacing parts they will reserved the right to use a new or refurbished part to fix a damaged one.
Most new parts are shipped with new equipment, and the replacements parts is like a lottery, you never know what you are going to get, but they will fix your system :-) that´s the good part.

Regards,

Jaime.
Work hard when the need comes out.