1753454 Members
6155 Online
108794 Solutions
New Discussion юеВ

Re: Disk Configuration

 
SOLVED
Go to solution
augusto cossa
Frequent Advisor

Disk Configuration

Hi,

How can I list the information from server about the disk configuration? I meaning, the disk capacity.

Thanks,

A Cossa
5 REPLIES 5
Andy Monks
Honored Contributor
Solution

Re: Disk Configuration

From the diskinfo command :-

diskinfo /dev/rdsk/c0t6d0 (or whatever your disk is called)

For a full list of device files do :-

ioscan -fnkCdisk

Just make sure you use the rdsk device file.
Ruediger Noack
Valued Contributor

Re: Disk Configuration

Hi,

Is it this you are looking for ?

1. You need the rawdevices of all disks
ioscan -fnCdisk
2. Diskinformation :
diskinfo
e.g. diskinfo /dev/rdsk/c0t6d0

Ruediger
Alex_7
Occasional Advisor

Re: Disk Configuration

Hi,

with #ioscan -fnC disk; you see device file for each disk drom you configuration and with "#diskinfo /dev/rdsk/cxtxdx"; information about disks.

alex.
augusto cossa
Frequent Advisor

Re: Disk Configuration

Hi,

Thanks to you all. It was vary helpfully.

A Cossa
CHRIS ANORUO
Honored Contributor

Re: Disk Configuration

Hi Augusto,

For the value in gbyte, divide size with bytes per sector.

Cheers!
When We Seek To Discover The Best In Others, We Somehow Bring Out The Best In Ourselves.