Unable to understand disk layout and where are the free space

Hi

I am unable to understand the disk layout of one of my disk attached to v240. This is newly installed system from jumpstart.

I am unable to see the free space on backup slice 2 and there are 0 to 8 slices listed when I run format and print the disk info, also there is no reference of slice 7.

Please find the output from format

#echo |format

Searching for disks...done


AVAILABLE DISK SELECTIONS:
       0. c0t0d0 <SEAGATE-ST373307LSUN72G-0507-68.37GB>
          /pci@1c,600000/scsi@2/sd@0,0
       1. c0t1d0 <SUN72G cyl 14087 alt 2 hd 24 sec 424>
          /pci@1c,600000/scsi@2/sd@1,0
Specify disk (enter its number):
partition> p
Current partition table (original):
Total disk sectors available: 143358320 + 16384 (reserved sectors)

Part      Tag    Flag     First Sector         Size         Last Sector
  0 unassigned    wm                 0           0               0
  1 unassigned    wm                 0           0               0
  2 unassigned    wm                 0           0               0
  3 unassigned    wm                 0           0               0
  4 unassigned    wm                 0           0               0
  5        usr    wm                34        1.00GB          2097185
  6 unassigned    wm                 0           0               0
  8   reserved    wm         143358321        8.00MB          143374704

From prtvtoc

bash-3.00# prtvtoc /dev/dsk/c0t0d0s2
* /dev/dsk/c0t0d0s2 partition map
*
* Dimensions:
*     512 bytes/sector
* 143374738 sectors
* 143374671 accessible sectors
*
* Flags:
*   1: unmountable
*  10: read-only
*
* Unallocated space:
*       First     Sector    Last
*       Sector     Count    Sector
*     2097186 141261135 143358320
*
*                          First     Sector    Last
* Partition  Tag  Flags    Sector     Count    Sector  Mount Directory
       5      4    00         34   2097152   2097185
       8     11    00  143358321     16384 143374704

Please help!

Thanking in anticipation

please don't use QUOTE tags for code... just use the CODE (# in editor) tags!

for your question:
your disk has an EFI disk label. you can change the label by running "format -e" and choose "label" and then the "SMI" label.

provide 2 outputs,
format -> p -> p
and
df -h

why? and the "format -> p -> p" is already in his first post...

I see, because of the missing code tag, I couldn't read. Got it now

---------- Post updated at 05:17 PM ---------- Previous update was at 05:15 PM ----------

something is not right, which disk was selected before you used the prtvtoc table? 0 or 1 ? Unlikely that it is 0, the first disk right?

Thanks Duek!

When I am trying to label the disk I am getting the below error

partition> label
  Unable to get current partition map.
  Cannot label disk when partitions are in use as described.

Not sure if I have followed your instructions! Executed the format -e option and select the disk 0 then I tried labeling. Is that what you mean or I am doing it wrongly.

you can't relabel a disk that is in use...

Thanks Duke!

I removed one of the slice which was used for metadb and run the format -> type-> auto and its appears to be okay, however I am still struggling with disk space and number of slices as its still showing 0,1,2,3,4,5,6,8 and 2 is still not showing the entire disk.

as already told: the disk has an EFI not an SMI label...
SunBlog: Changing a disk label (EFI / SMI)

Thanks a ton Duke! It's perfect now. Appreciate your help.