Start a Conversation

Unsolved

This post is more than 5 years old

5816

June 13th, 2012 09:00

SYMCLI command to gather Current and Max Subscription.

Fellow VMAX admins:

I frequently look at this screen (attached below) on my SMC Screen to check where we stand on our Allocated %, Current and Maximum Subscription. Is there a command which I can use in SE to pull this information?

I tried  "symcfg show -sid XXXX -pool -detail -thin -gb (after referring to another thread over here).

I get only the Max Subcription but not the related information that I was looking for:

Any help would be most appreciated.

# symcfg show -sid XXXX -pool tier01 -detail -thin -gb

Symmetrix ID: XXXX

Symmetrix ID                  : XXXX

Pool Name                     : tier01

Pool Type                     : Thin

Technology                    : FC

Dev Emulation                 : FBA

Dev Configuration             : RAID-5(3+1)

Pool State                    : Enabled

# of Devices in Pool          : 600

# of Enabled Devices in Pool  : 232

# of Enabled Tracks in Pool   : 573498432

# of Allocated Tracks in Pool : 208769592

# of Shared Tracks in Pool    :   0

Max. Subscription Percent     : 350

Rebalance Variance            :   1%

Max devs per rebalance scan   : 256

Pool Reserved Capacity        : None

SUBSCRIPTION-CURRENT-MAX.JPG

93 Posts

June 14th, 2012 08:00

Hi,

You will get the current and maximum Subscription in the same SYMCLI command.Check teh below output:

Pool Name : TH_FC_R5
Pool Type : Thin
Dev Emulation : FBA
Dev Configuration : RAID-5(3+1)
Pool State : Enabled
# of Devices in Pool : 1072
# of Enabled Devices in Pool : 1072
Max. Subscription Percent : 100
Rebalance Variance : 0%
Max devs per rebalance scan : 0

Enabled Devices(4):

  {

   ---------------------------------------------------------

   Sym         Total      Alloc       Free Full FLG Device

   Dev        Tracks     Tracks     Tracks  (%)  S  State

   ---------------------------------------------------------

   3432        65544      51348      14196   78  .  Enabled

   3433        65544      49056      16488   74  .  Enabled

   3434        65544      46752      18792   71  .  Enabled

   3435        65544      49512      16032   75  .  Enabled

          ---------- ---------- ---------- ----

   Tracks     262176     196668      65508   75

Pool Bound Thin Devices(3):

  {

   -----------------------------------------------------------------------

                       Pool          Pool             Total

   Sym          Total  Subs        Allocated         Written

   Dev         Tracks   (%)     Tracks   (%)     Tracks   (%)  Status

   -----------------------------------------------------------------------

   3436         65550    25      65556   100          0     0  Bound

   3437         65550    25      65556   100         34     0  Bound

   3438         65550    25      65556   100          0     0  Bound

           ---------- ----- ---------- ----- ---------- -----

   Tracks      196650    75     196668   100         34     0

So here in this output:

Max. Subscription Percent : 100

Current Subscription Percent: 75

Thanks

Amita

1 Message

June 28th, 2013 04:00

You can use the following command:

symcfg -sid XXX list -thin -pool -detail -GB

It will display the details of all the thin pools.


Subscription.JPG

No Events found!

Top