Sun Microsystems, Inc.  Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition
   Home | Current Systems | Former STK Products | EOL Systems | Components | General Info | Search | Feedback

Asset ID: 1-71-1645041.1
Update Date:2017-10-05
Keywords:

Solution Type  Technical Instruction Sure

Solution  1645041.1 :   Sun Storage Common Array Manager (CAM): How to Expand a Virtual Disk in a Sun Storage 2500, 2500-M2, or 6000 Array  


Related Items
  • Sun Storage Common Array Manager (CAM)
  •  
  • Sun Storage 2540 Array
  •  
  • Sun Storage 2540-M2 Array
  •  
  • Sun Storage 2510 Array
  •  
  • Sun Storage 6130 Array
  •  
  • Sun Storage 6180 Array
  •  
  • Sun Storage 6780 Array
  •  
  • Sun Storage 2530-M2 Array
  •  
  • Sun Storage 2530 Array
  •  
  • Sun Storage 6540 Array
  •  
  • Sun Storage 6140 Array
  •  
  • Sun Storage 6580 Array
  •  
Related Categories
  • PLA-Support>Sun Systems>DISK>Disk Software>SN-DK: CAM
  •  




In this Document
Goal
Solution
 Rules for Expanding Virtual Disks
 Steps for expanding a Virtual Disk Using the CAM BUI
 Steps for expanding a Virtual Disk Using CAM sscs CLI
References


Applies to:

Sun Storage 2530-M2 Array - Version Not Applicable and later
Sun Storage Common Array Manager (CAM) - Version 6.0 and later
Sun Storage 2540 Array - Version Not Applicable and later
Sun Storage 6540 Array - Version All Versions and later
Sun Storage 6130 Array - Version All Versions and later
Information in this document applies to any platform.

Goal

This document shows how to expand a virtual disk, or vdisk, in a Sun Storage 2500, 2500-M2, or 6000 array using Sun Storage Common Array Manager (CAM). Expanding vdisk size allows increasing the volume size, and in turn increasing file system size for the host.

The information in this document expands on procedures documented in the official CAM documentation. Documentation for all CAM versions is on the Disk Device Software Documentation page on the Oracle Technology Network.

Solution

Rules for Expanding Virtual Disks

  • RAID 0 - Up to 30 disk drives with 06.xx firmware and 224 disk drives with 07.xx firmware. A minimum of one disk drive is required for virtual disk expansion.
  • RAID 1 - Up to 30 disk drives with 06.xx firmware and 224 disk drives with 07.xx firmware. A minimum of two disk drives is required for virtual disk expansion.
  • RAID 3, RAID 5 and RAID 6 - Up to 30 disk drives. A minimum of one disk drive is required for virtual disk expansion.
  • All RAID levels - Maximum of two disk drives at a time can be used for virtual disk expansion.
  • To expand the size of a virtual disk, there must be sufficient unassigned disks, and the virtual disk must be online and ready.

When you expand a virtual disk, its disk drives must be of the same capacity and of the same type. The different disk drive types are:

  • Serial Advanced Technology Attachment (SATA)
  • Serial Attached SCSI (SAS)
  • Fibre Channel (FC)
  • Solid State Drive (SSD)

 

Steps for expanding a Virtual Disk Using the CAM BUI


  1. From the Storage System Summary page, expand an array and choose Virtual Disks.

    screen shot

  2. From the Virtual Disk Summary page, select a virtual disk.   

    screen shot

                                                                                        
  3. From the Virtual Disk Details page, click Expand to see the disks available for virtual disk expansion.

    screen shot

  4. From the Expand Virtual Disk page, select the disks you want to include in the virtual disk expansion.

    screen shot

  5. Click OK.

    screen shot

  6. The Virtual Disk Details page is refreshed, and a message confirms the virtual disk expansion.

          screen shot

 

 

Steps for expanding a Virtual Disk Using CAM sscs CLI


 

Location for sscs:

Solaris : /opt/SUNWstkcam/bin/
Linux : /opt/sun/cam/bin/
Windows : C:\Program Files\Sun\Common Array Manager\bin

 

Command syntax:

sscs modify -a <array-name>  [-d <disk-name[,diskname...]>] vdisk <virtual-disk-name>

where:
a, --array <array-name>
Specifies the array that is associated with the virtual disk changes.

-d,--disk <disk-name,...>
Specifies particular disks to be added to the virtual disk

vdisk <virtual-disk-name>
Specifies the virtual disk that you want to Expand/modify.


 

Example:

  1. List the array name.

    # sscs list array
    Array: 6180
     
  2. List the virtual disk details.

    # sscs list  -a 6180 vdisk
     Virtual Disk: Test1
     Virtual Disk: test2

    # sscs list -a 6180 vdisk test2
     Virtual Disk: test2
     Status:               Optimal
     State:                Ready
     Number of Disks:      4
     RAID Level:           1
     Hot Spare Coverage:   No
     Total Capacity:       272.455 GB
     Configured Capacity:  0.000 MB
     Available Capacity:   272.455 GB
     Array Name:           6180
     Array Type:           6180
     Disk Type:            Fibre Channel
     Security:             Non-secure
     Maximum Volume Size:  272.455 GB
     Associated Disks:
       Disk:               t85d07
       Disk:               t85d05
       Disk:               t85d06
       Disk:               t85d04
     
  3. List available unassigned disks.

    # sscs list -a 6180 disk

    [....]

    Tray: 85    Disk: t85d15
      ID:                 Tray.85.Drive.15
      Array:              6180
      Array Type:         6180
      Slot Number:        15
      Role:               Unassigned >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
      Mirror Disk:        -
      Virtual Disk:       -
      State:              Enabled
      Status:             Optimal
      Capacity:           136.727 GB
      Type:               Fibre Channel
      Speed (RPM):        10033
      Firmware:           055A
      Serial Number:      xxxx123      xxx123
      WWN:                xx:xx:xxx:xxx:xxx:xx
      Security:           None
      Disk Locked:        False
      Array Lock Key ID:  -

    Tray: 85    Disk: t85d16
      ID:                 Tray.85.Drive.16
      Array:              6180
      Array Type:         6180
      Slot Number:        16
      Role:               Unassigned >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
      Mirror Disk:        -
      Virtual Disk:       -
      State:              Enabled
      Status:             Optimal
      Capacity:           136.727 GB
      Type:               Fibre Channel
      Speed (RPM):        10033
      Firmware:           055A
      Serial Number:      xxxx123      xxx123
      WWN:                xx:xx:xxx:xxx:xxx:xx
      Security:           None
      Disk Locked:        False
      Array Lock Key ID:  -
      
  4. Expand the virtual disk.

    # sscs modify -a 6180 -d t85d15,t85d16 vdisk test2 

 

References

<NOTE:1611403.1> - How to Add the Additional Storage Space Created from Dynamic LUN Expansion to the Solaris Operating System
<NOTE:1645993.1> - Sun Storage Common Array Manager (CAM): How to Expand a Volume in a Sun Storage 2500, 2500-M2, or 6000 Array

Attachments
This solution has no attachment
  Copyright © 2018 Oracle, Inc.  All rights reserved.
 Feedback