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, I've had a search around and cannot find a Data Ontap powershell command to reallocate volumes.
Has this been included or is it not available yet ?
Thanks
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
Ive seen the following reallocate cmdlets:
get-nareallocatejobs (lists status of running and scheduled jobs)
start-nareallocate (start a job)
stop-nareallocate (stop a job)
guess it should be quite straightforward for someone who knows powershell to script something.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi guys, anyone have an answer on this ? Would be very handy to script up something like:
1. dump vols
2. for each vol run reallocate
3. has previous reallocate finished ? Yes Go to step 4
4. Run next reallocate
migration has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Ive seen the following reallocate cmdlets:
get-nareallocatejobs (lists status of running and scheduled jobs)
start-nareallocate (start a job)
stop-nareallocate (stop a job)
guess it should be quite straightforward for someone who knows powershell to script something.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Colin, this worked great in 7-mode, however there is no Start-NcReallocate for clustered mode, actually there are no reallocate commands for cluster mode. Have you found any ?
