One thing that comes to my mind is - you may use nas_fs -info -all command and then filter it out with the specified disk name.
However, since you have deleted the file system, the respective storage pool should increase by the amount of the file system. It should not be depended on any other file system on same set of disks.
Are you checking the pool size in CLI or in GUI? If GUI, you may need to refresh it - but I assume you are checking it in CLI - which should show you the correct size.
Sandip ..have you used the GUI on CFS14 ? Watching the GUI refresh on CFS14 is like watching paint dry ....command line is the only thing i can use to manage this box , btw nas_fs -info -all worked great too ..i dumped its output into a file and used vi to search for my disk name. Thank you all
i am going to try nas_info ...these file systems were created back in the days when AVM was not available ..so i wonder if i need to delete something else (volumes, stripes) ?
However, did you get the space back? I guess, you were right in saying that it is not part of any storage pool.
i did not ...these two disks are part of the storage pool so they were created using AVM. There are a few more file systems using these disks. I probably messed up with my storage pool size numbers, but in the process i learn a new way to gather fs/disk information
I forgot that you are running it on a CFS 14 - but I should have recollected your earlier messages and thought about the same. But I was quite sure you are using CLI only
Nice to know that you used nas_fs command as well - but the .whereisfs tool is a no doubt a good one.
However, did you get the space back? I guess, you were right in saying that it is not part of any storage pool.
McK
12 Posts
0
July 17th, 2008 10:00
nandas
4 Operator
•
1.5K Posts
1
July 17th, 2008 09:00
However, since you have deleted the file system, the respective storage pool should increase by the amount of the file system. It should not be depended on any other file system on same set of disks.
Are you checking the pool size in CLI or in GUI? If GUI, you may need to refresh it - but I assume you are checking it in CLI - which should show you the correct size.
My 2 cents,
Sandip
dynamox
9 Legend
•
20.4K Posts
0
July 17th, 2008 10:00
McK
12 Posts
0
July 17th, 2008 10:00
dynamox
9 Legend
•
20.4K Posts
0
July 17th, 2008 10:00
dynamox
9 Legend
•
20.4K Posts
0
July 17th, 2008 10:00
nandas
4 Operator
•
1.5K Posts
0
July 17th, 2008 10:00
Another option will be using GUI - go to Storage -> Systems -> Volumes
Select the property page of the disk volume and it will show all the file systems residing on aginst the Eventually used by : field.
Thanks,
Sandip
dynamox
9 Legend
•
20.4K Posts
0
July 17th, 2008 11:00
were right in saying that it is not part of any
storage pool.
i did not
nandas
4 Operator
•
1.5K Posts
0
July 17th, 2008 11:00
Nice to know that you used nas_fs command as well - but the .whereisfs tool is a no doubt a good one.
However, did you get the space back? I guess, you were right in saying that it is not part of any storage pool.
Cheers,
Sandip
Peter_EMC
674 Posts
0
July 18th, 2008 02:00
Have you used
nas_pool -size pool_name -slice yes
I think the "-slice yes" is important for your example
dynamox
9 Legend
•
20.4K Posts
0
July 18th, 2008 05:00
i did not use -slice since i was querying clarata_archive pool and -slice is used by default for clariion pools. Am i right ?
Thanks