diff --git a/docs/prepare-cdot-clusters.md b/docs/prepare-cdot-clusters.md index 5634f3a2f..8c81d315d 100644 --- a/docs/prepare-cdot-clusters.md +++ b/docs/prepare-cdot-clusters.md @@ -166,6 +166,24 @@ security login create -user-or-group-name harvest2 -application ontapi -role har security login create -user-or-group-name harvest2 -application http -role harvest2-role -authentication-method cert ``` +Verify that an entry is present by running the following commands +```bash +# ZAPI based access +vserver services web access show -role harvest3-role -name ontapi + +# REST based access +vserver services web access show -role harvest3-role -name rest +``` + +If the entry is missing, enable access by running the following +```bash +# ZAPI based access +vserver services web access create -vserver umeng-aff300-01-02 -name ontapi -role harvest2-role + +# REST based access +vserver services web access create -vserver umeng-aff300-01-02 -name rest -role harvest2-role +``` + #### 7-Mode CLI Login to the CLI of your 7-Mode ONTAP system (e.g. using SSH). First, we create a user role. If you want to give the