An account will enable you to access:
Don't have an account?
Active IQ Unified Manager Discussions
Command Remove-Navol ask for confirmation and stop the workflow with this error
Windows PowerShell is in NonInteractive mode. Read and Prompt functionality is not available
Is there a way to bypass that.
Help apprecied
francois
Solved! See The Solution
Hi Francois,
Please use:
Remove-navol -Name <volume name> -Confirm:0
Please make sure you make the volume offline before you remove it by doing the following:
Set-NaVol <volume name> -Offline
-Sharu
View solution in original post
Hi,
Please follow the below standard syntax when removing the volume,
Set-NaVol -Name <vol-name> -Offline -ErrorAction stop
Remove-NaVol -Name <vol-name> -Confirm:$false -ErrorAction stop
Warm Regards
Sivaprasad K
The NetApp Support Site has won its 8th consecutive ASP Award!
Want to make sure your parts or field engineer arrive during business hours? This video will walk you through management of a site's hours of operation using the NetApp Support Site.
See how to replace and NVRAM module on the NetApp AFF A70/90 family of systems.
Learn why enabling Auto-Giveback could prove useful in your environment.