Operating System - HP-UX
1834571 Members
2803 Online
110069 Solutions
New Discussion

Know the HDD Size of the Server.

 
Ramana.Sv
Frequent Advisor

Know the HDD Size of the Server.

Hi,
we have HP9000 server(B.11.11), i want know the HDD Size in that Server.
if want uphrade the HDD how to Upgrade?? is there any procedure.


Thanks
SVR
7 REPLIES 7
Shrikant Lavhate
Esteemed Contributor

Re: Know the HDD Size of the Server.

Hi,

To know about HDD attched to server (internal HDD) use:

#ioscan -funC disk

Also, for detailed info about disk use;

#diskinfo

Will it remain a personal, if I broadcast it here!
Ramana.Sv
Frequent Advisor

Re: Know the HDD Size of the Server.


Hi iam getting like this

disk 0 0/0/1/1.15.0 sdisk CLAIMED DEVICE HP 36.4GMAS3367NC
/dev/dsk/c1t15d0 /dev/rdsk/c1t15d0

mean its 36.4 GB??????????????

pls ....

Thank's
Ramesh S
Esteemed Contributor

Re: Know the HDD Size of the Server.

Hi

As srikant said,

# diskinfo /dev/rdsk/cXtYdZ

will show the exact size in KB.

However, it seems like 36GB disk

Thanks & Regards

Ramesh
Shrikant Lavhate
Esteemed Contributor

Re: Know the HDD Size of the Server.

Yes, round about 36Gigs.

#diskinfo -v

It will yeild following info(from man pages):
Vendor and product ID
Device type
Size (in bytes and in logical blocks)
Bytes per sector
Revision level
SCSI conformance level data
Will it remain a personal, if I broadcast it here!
Ramana.Sv
Frequent Advisor

Re: Know the HDD Size of the Server.

Thanks for your help,
i have small question, i want update these HDD, means shell i add another BIG capacity HHD in this system is it possible?


Thanks
Ramesh S
Esteemed Contributor

Re: Know the HDD Size of the Server.

Hi

* Can check the HBA model to whether it supports your new disk capacity..

* if the disk belongs to any VG, then you need to backup the data, remove that PV from VG and upgrade your disk..

Thanks & Regards

Ramesh


Ramana.Sv
Frequent Advisor

Re: Know the HDD Size of the Server.

Hi ramesh,

how to know the Host Bus Adapter (HBA) in my server?, how to know the details, i mean any commands please....

Thank's