NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform. You will still be able to view content, but posting and replying will be temporarily disabled.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

ONTAP Discussions

Error trying set up HTTP acces at a SVM

Ivo14
5,307 Views

Dear all,

 

i try setting up HTTP access at a SVM. Using parts of this doku_:

https://documents.uow.edu.au/~blane/netapp/ontap/filesag/accessing/task/t_oc_accs_HTTP_enabling_or_disabling_the_HTTP_server.html#t_oc_accs_HTTP_enabl...

 

But I got the error: "Option "httpd.enable" is not supported."

 

How could I solve this problem?

1 ACCEPTED SOLUTION

TMACMD
5,233 Views

ONTAP 9 (no version of clustered ONTAP for that matter) supports the HTTP server for general use. That was a 7-mode protocol that Netapp dropped with Clustered ONTAP

View solution in original post

7 REPLIES 7

Ontapforrum
5,270 Views

I think you are trying 7-mode Data Ontap command on cDOT/ONTAP.

 

You mentioned SVM, so it has to be ONTAP 9.x, try:
::> set adv [Go to advanced shell]
::> system services web show [check if it says http enabled :false]
::> system services web modify -http-enabled true

Ivo14
5,264 Views

Hi,

 

yes it´s ONTAP 9. I try this but afterwards the options httpd.enable on at specific SVM fails again:

"Option "httpd.enable" is not supported."

So this does not solve the problem

Ontapforrum
5,263 Views

What do you mean by specific SVM ? What are you trying to achieve ? Can you elaborate.

Ivo14
5,259 Views

I try this:

options -option-name httpd.enable -vserver xxx -option-value on

Reason as described above, I will activate the ONTAP internal HTTP access at Files

Ontapforrum
5,254 Views

Are you familiar with ONTAP 9.x ?  Please see the following doc.


Configure access to web services:
https://docs.netapp.com/us-en/ontap/system-admin/configure-access-web-services-task.html

 

Ivo14
5,249 Views

This described ONTAP Cluster Administration and belongs not the SVM administration

 

TMACMD
5,234 Views

ONTAP 9 (no version of clustered ONTAP for that matter) supports the HTTP server for general use. That was a 7-mode protocol that Netapp dropped with Clustered ONTAP

Public