Microsoft Virtualization Discussions

How to know the volume creation date..?

vreddypalli
15,154 Views

Hi,

We have some stale volumes with same names on different filers.  We want to know the exact date when these volumes are created.

Is there any command or tool to identify this.?

Thanks in advance.

Regards,

Vijay

1 ACCEPTED SOLUTION

mladen_zecevic
15,154 Views

Hi,

One way you can find out when a volume was created is using powershell toolkit. After you connect to the controller use the cmdlet Mount-NaController, then browse the controller using "cd controller_name_or_ip:", "cd vol", "ls". You should get a list of all the volumes and the "Created" column shows the date when a vol was created.

hope that helped,

Mladen

View solution in original post

4 REPLIES 4

mladen_zecevic
15,155 Views

Hi,

One way you can find out when a volume was created is using powershell toolkit. After you connect to the controller use the cmdlet Mount-NaController, then browse the controller using "cd controller_name_or_ip:", "cd vol", "ls". You should get a list of all the volumes and the "Created" column shows the date when a vol was created.

hope that helped,

Mladen

vreddypalli
15,153 Views

Hi,

Now I got a chance to check this out and it works.  Thanks for the information.

Regards,

Vijay

bondbhola
15,153 Views

Hi Vijay,

On filer command mode please use the below command to see the creation time/modificaiton time and last access time of volume.

<filer> flexcache fstat <volume name>

If you will use the above command then you need not to mount the volume and use the command called cd

Hope this is the perfect answer what you are looking.

Regards,

Bhola Gond

aMOL
14,483 Views

Thanks Bond.

 

It is informative and helpful...

Public