Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Solved! See The Solution
1 ACCEPTED SOLUTION
migration has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
4 REPLIES 4
migration has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Now I got a chance to check this out and it works. Thanks for the information.
Regards,
Vijay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks Bond.
It is informative and helpful...
