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-1645993.1
Update Date:2017-10-05
Keywords:

Solution Type  Technical Instruction Sure

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


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




In this Document
Goal
Solution
 Using CAM BUI:
 Using CAM sscs CLI:
References


Applies to:

Sun Storage 6780 Array - Version Not Applicable and later
Sun Storage 6540 Array - Version All Versions and later
Sun Storage Flexline 380 Array - Version Not Applicable and later
Sun Storage 6580 Array - Version Not Applicable and later
Sun Storage 6180 Array - Version Not Applicable and later
Information in this document applies to any platform.

Goal

Sun Storage 2500, 2500-M2, and 6000 arrays support Dynamic Volume Expansion (DVE). DVE is an operation that allows the user-visible capacity of a volume to be extended. This document explains the methods to expand a volume's capacity.

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

Before proceeding with Volume Expansion, ensure the array is optimal and the Volume Group (VG) on which the affected volume resides has sufficient capacity to support the larger volume size.

 

Using CAM BUI:

     1. From the Storage System Summary page, expand the array, and choose Volumes.

            screen

     2. From the Volume Summary page, select the volume to expand.

           screen

     3. From the Volume Details page, click Expand.

           screen

     4. Click OK.

          screen

     5. Specify the amount of additional capacity and click OK.

          screen

     6. A message specifies that dynamic volume expansion is in progress.         

           screen

 

 

Using CAM sscs CLI:

 

Location of sscs:

Windows    c:\Program Files\Sun\Common Array Manager\Component\sscs
Solaris      /opt/SUNWsesscs/cli/bin/sscs
Linux       /opt/sun/cam/private/cli/bin/sscs

 

Syntax to expand a volume:

sscs modify -a <array-name> [-p<pool-name>] [-e <number<TB|GB|MB|KB|Bytes|BLK>>] volume <volume-name>

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

-p, --pool <pool-name>     ---> Specifies the pool in which the volume resides.

-e, --extend <number<TB|GB|MB|KB|Bytes|BLK> ---> Extends the volume size by a specified amount.

volume <volume-name> ---> Specifies the volume name.

 

Example :

  1. List the array name.

         # sscs list array
            Array: 6180
     
  2. List the details of the volume that needs to be expanded.

    #sscs list -a 6180 volume test2

    Volume: test2
      Type:                            Standard
      WWN:                             XX:XXX:XX:XXX:XX:
      Pool:                            Default   ------------------------>Pool Name
      Profile:                         Default
      Virtual Disk:                    Test1
      Size:                            100.000 GB
      State:                           Free
      Status:                          Online
      Action:                          Ready
      Condition:                       Optimal
      Read Only:                       No
      Controller:                      B
      Preferred Controller:            B
      Modification Priority:           High
      RAID Level:                      5
      Segment Size:                    512 KB
      Read Cache:                      Enabled
      Write Cache:                     Enabled
      Write Cache with Replication:    Enabled
      Write Cache without Batteries:   Disabled
      Write Cache Active:              True
      Flush Write Cache After:         10 s
      Disk Scrubbing:                  Enabled
      Disk Scrubbing with Redundancy:  Disabled
      Security:                        Non-Secure
      Pre-Read Redundancy Check:       Disabled

     
  3. Expand the volume by 10GB.

    #sscs modify -a 6180 -p Default -e 10GB volume test2
     

 

References

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

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