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
Initiating the powershell it throws an error" Stop-NcNode : Extra input : ignore-full-sync-warn"
2020-09-24
07:13 AM
3,707 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
When we try to initiate powershell Stop-NcNode -Name * , it throws an error :
Stop-NcNode : Extra input : ignore-full-sync-warnings
Stop-NcNode : Extra input : ignore-full-sync-warnings
When run it using extra input : ignore-full-sync-warnings, it throws "there's no ignore-full-sync-warnings input" error
PowerShell Toolkit : 9.7.1
ONTAP Version : 9.7p6
ONTAP Version : 9.7p6
When requested to elaborate the issue and share screen shot, he gave below details:
Currently, we’re using automation by leveraging powershell toolkit to shutdown the controllers.
The automation is working fine if I run it against ONTAP 9.6 in the NetApp lab and it’s ever used by other Customer too.
The automation is working fine if I run it against ONTAP 9.6 in the NetApp lab and it’s ever used by other Customer too.
As of now, this impact our chances on the Tender because one of requirement is ability to perform shutdown using automation.
Not sure how to proceed further
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Can you have the customer try this (below) instead? I'm curious if that will yield different results than using the command in the screenshot.
Get-NcNode | Stop-NcNode
Note: this will shut down the entire cluster. 🙂
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
it's same result, following is the screen capture:
I used the same command on other ONTAP storage with ONTAP 9.6, it's working fine.
Is there any option or anything that need to be turn on/off in ONTAP 9.7?
