Issue
Invalid username/password combo errors appear throughout the pattern log when running the EMC Isilon Discovery pattern.
Response has error. Status code is 401 . error code: 3 . error message: Method failed: ([DEVICE_PATHS]) with code: 401 - Invalid username/password combo.
Release
All releases
Cause
The EMC Isilon user account that is being used for discovery does not have the appropriate permissions on the EMC Isilon device.
Resolution
Provide the EMC Isilon user with the following REST capabilities:
- "https://" + $host + ":8080/platform/3/cluster/config”
- "https://" + $host + ":8080/platform/3/network/interfaces”
- "https://" + $host_ip + ":8080/platform/3/cluster/nodes/”
- “https://” + $host + ":8080/platform/3/zones”
- "https://" + $host + ":8080/platform/3/network/pools”
- "https://" + host_ip + ":8080/platform/3/cluster/nodes/”
- "https://" + $host + ":8080/platform/3/storagepool/nodepools”
- "https://" + $host + ":8080/platform/3/storagepool/storagepools”
- "https://" + $host + ":8080/platform/3/protocols/nfs/exports”
- "https://" + $host + ":8080/platform/3/protocols/smb/shares"
In addition to these capabilities, this EMC Isilon user must have the following privileges:
- ISI_PRIV_LOGIN_PAPI
- ISI_PRIV_AUTH
- ISI_PRIV_DEVICES
- ISI_PRIV_NETWORK
- ISI_PRIV_NFS
- ISI_PRIV_SMARTPOOLS
- ISI_PRIV_SMB