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.

Cloud Volumes ONTAP

Install trident for EKS cluster with backend volume on cloud ontap

AppD
4,726 Views

Getting error while trying to install trident with backend volume as ontap cloud(AWS). 

Steps

- Create a volume on ontap-cloud cluster

- added info to setup/backend.json

- executed installer's dry run

 

Error

ATA Install failed; could not start the storage backend driver; 
problem initializing storage driver 'ontap-nas':
error initializing ontap-nas driver: could not create Data ONTAP API client:
error reading SVM details: API status: failed, Reason: Specified vserver not found, Code: 15698.

My backend.json looks like this

 

{
    "version": 1,
    "storageDriverName": "ontap-nas",
    "backendName": "trident_ontap_vol",#gave a unique name
    "managementLIF": "x.x.x.x",# cluster management ip
    "dataLIF": "x.x.x.x",#data node ip which is the same as the mount ip for volume
    "svm": "trident_svm", # left the default, what should be the value here?
    "username": "xxxx",
    "password": "xxxx"
}

1 ACCEPTED SOLUTION

AppD
4,723 Views

Never mind, realized my svm name was wrong and found the same info on cloud mgr. 

View solution in original post

1 REPLY 1

AppD
4,724 Views

Never mind, realized my svm name was wrong and found the same info on cloud mgr. 

Public