How much space is actually left...

Post Reply
corge
Posts: 20
Joined: Fri Feb 14, 2014 2:26 pm

How much space is actually left...

Post by corge »

So, I'm starting this post because we get a lot of alerts showing volumes are nearly full, but the upon looking, it doesn't appear so.

I'm going to give an example.

In the 3PAR Console, I see our storage systems, and currently, on the FC section, I show it to be
90% allocated (picture1).

Clicking directly on the InServ, under summary, I see the same reporting. (picture2)

Now, if I go the the InServ, Provisioning menu and then click on Virtual Volumes, I show virtual size is 25TB and Reserved User Size is 16TB, meaning here that I still have about 9TB free. (picture3)

So my question is really.....how much do we actually have and why are the numbers reporting so differently?

We use thin provisioning in almost everything we have.
Attachments
picture1.jpg
picture1.jpg (10.02 KiB) Viewed 21853 times
picture2.jpg
picture2.jpg (34.68 KiB) Viewed 21853 times
picture3.jpg
picture3.jpg (13.85 KiB) Viewed 21853 times
Davidkn
Posts: 237
Joined: Mon May 26, 2014 7:15 am

Re: How much space is actually left...

Post by Davidkn »

Do you have a copy space column containing any virtual copies?

Kind of need a wider view of the screen shots.

Also maybe try compacting the cpg?
trireed
Posts: 30
Joined: Wed Aug 21, 2013 11:40 pm

Re: How much space is actually left...

Post by trireed »

What it seems you are looking at that shows 9TB free is a combination of all drive types, the screen shot showing just 2TB is FC only.

From CLI:

showsys -space -devtype NL

showsys -space -devtype FC

or to get the entire picture

showsys -space


Thanks
Davidkn
Posts: 237
Joined: Mon May 26, 2014 7:15 am

Re: How much space is actually left...

Post by Davidkn »

Good point!

More info is needed :)
gkapoor
Posts: 44
Joined: Fri Sep 28, 2012 3:05 am

Re: How much space is actually left...

Post by gkapoor »

You can also use

showspace -t r5 (It could be r1, r6 -- depending what you are using).

to get more details.

showspace -t r5 -ssz 4 (-ssz = setsize )
RitonLaBevue
Posts: 390
Joined: Fri Jun 27, 2014 2:01 am

Re: How much space is actually left...

Post by RitonLaBevue »

Depending on the array, mentionning device type et ha could be a good idea...

showspace -p -devtype FC -t r5 -ssz 6 -ha mag
ha cage is default
for raid 5, setsize 4 is default
default raid is raid 1
trarun0483
Posts: 18
Joined: Thu Nov 27, 2014 1:42 pm

Re: How much space is actually left...

Post by trarun0483 »

Hi Please use below command first to get the parameters used for CPG

showcpg -sdg
NL_SS6 - - 32768 -t r5 -ha mag -p -devtype NL -rpm 7

then use below to see what is actual available raw and usable space

showspace -t r5 -ha mag -p -devtype NL -rpm 7
--Estimated(MB)---
RawFree UsableFree
6011904 4508928
Post Reply