Hello community,
we use PowerShell for evaluations of the ONTAP systems (9.8.P11). The credentials of the controllers are stored via " Add-NcCredential -Controller CName -Credential CUser".
Now we want to include two more controllers (FAS2750 - where FIPS is enabled; FIPS is not active on all other systems).
The following error occurs (when a script is started):
"Connect-NcController : Could not connect to FASxxxxx on port 80 for protocol HTTP."
By default HTTPS should be used, which obviously does not happen - why ever? And HTTP does not work either.
HTTP is not enabled in the "system services web". - When trying to enable (system services web modify -http-enabled true😞
"Error: command failed: Cannot enable the HTTP protocol because FIPS is enabled."
- But FIPS should remain enabled.
I am grateful for any solution hints.
Best regards
Michael