How to read EMC disk space

Hi

I am using Solaris8.I want to find the total disk space of my server.Can anyone please tell that which field in below mentioned code signifies the disk space and whether this space is in Mb or GB.

 
  c11t0d52 <EMC-SYMMETRIX-5264 cyl 4 alt 2 hd 15 sec 64>
          /sbus@6,0/fcaw@1,0/sd@0,34
  c11t0d53 <EMC-SYMMETRIX-5264 cyl 4 alt 2 hd 15 sec 64>
          /sbus@6,0/fcaw@1,0/sd@0,35
  emcpower0a <EMC-SYMMETRIX-5264 cyl 18311 alt 2 hd 15 sec 64>
          /pseudo/emcp@0
  emcpower1a <EMC-SYMMETRIX-5264 cyl 18311 alt 2 hd 15 sec 64>
          /pseudo/emcp@1
  emcpower2a <EMC-SYMMETRIX-5264 cyl 18311 alt 2 hd 15 sec 64>
          /pseudo/emcp@2

Cheers,
Ankur

You can't, from the above. Probably you will need to use format to see the cylinder size from the partition table eg for c11t0d52 .

You will probably need to use Navisphere or whatever software your EMC device is using to match the LUN's and check the LUN sizes.

what if we don't choose to download and install the management software?

My answer is based on my personal experience. I manage a CX500 and you launch Navisphere by hitting the controller via a web browser--no software to install. In my case:
http://emcspa

Since sharmaankur85 output appears to be mounting the LUN's via powermt (based on the device names) I assume sharmaankur85 has the same option. Powermt is an EMC licensed product and works hand-in-hand with Navisphere.

On the solaris side you can try to gleem some data out of powermt:

# powermt display dev=all

I tried it on one of my porduction systems but it does not produce device sizes either.