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

New user can't login to HTTP management portal

ericknoleto
7,963 Views

Hi there.

 

I've stuck with a problem that I don't know how to solve...

 

I'm trying to create another user to manage my cluster, I use this command:

 

 security login create -user-or-group-name someuser -application http -authentication-method password -role admin -is-ns-switch-group no -second-authentication-method none -vserver CLUSTER

 

Where CLUSTER is my cluster management SVM name and someuser is the login I want to create.

It asks for creating a password for someuser, which I did.

 

I then create also ssh access for that same user:

 

security login create -user-or-group-name someuser -application ssh -authentication-method password -role admin -is-ns-switch-group no -second-authentication-method none -vserver CLUSTER

 

 

SSH works without problem.

When I try to login in the HTTP management portal, it keep asking for authentication...

 

Can someone give me some advice on this?

netapp2.jpg

1 ACCEPTED SOLUTION

maffo
7,888 Views

Hi @ericknoleto,

 

ONTAPI is requires because System Manager uses ZAPI calls to communicate with the storage, please see this KB.

 

Lorenzo

View solution in original post

3 REPLIES 3

ericknoleto
7,952 Views

Seems like I solved it, just don't understand why...

 

I added the ontapi application to the new user, now it's working:

security login create -user-or-group-name someuser -application ontapi -authentication-method password -role admin -is-ns-switch-group no -second-authentication-method none -vserver CLUSTER

Can someone explain this to me? Why the HTTP management portal user need ontapi access?

 

maffo
7,889 Views

Hi @ericknoleto,

 

ONTAPI is requires because System Manager uses ZAPI calls to communicate with the storage, please see this KB.

 

Lorenzo

ericknoleto
7,885 Views

Thanks Lorenzo!

Public