From the logs you have posted it seems like there is an authentication error with the credentials you are using to access that particular Isilon system.
Are you able to use those same credentials to log into the web UI for the Isilon?
Isilon API 9.2 switched to a session-based authentication by default.
CSI 1.6 only supports basic authentication.
You can either switch the Isilon to enable basic authentication or wait for the next version of the driver which implements it and is just a few days away from a release.
Enable Isilon/PowerScale basic authentication
For Isilon/PowerScale 9.2, basic authentication is disabled by default. Before you add an Isilon/PowerScale appliance, enable basic authentication through the appliance console.
Steps
Connect to the Isilon/PowerScale console.
The Isilon OneFS CLI Administration Guide provides instructions.
Enable basic authentication:
isi_gconfig -t web-config auth_basic=true
Privilege elevation with sudo may be required, depending on the user permissions and appliance configuration.
bmcfeeters
1 Rookie
•
72 Posts
0
April 16th, 2020 12:00
Hi Carroll,
From the logs you have posted it seems like there is an authentication error with the credentials you are using to access that particular Isilon system.
Are you able to use those same credentials to log into the web UI for the Isilon?
Thanks
Bryan
H.Chugh
1 Message
0
November 29th, 2023 06:29
Isilon API 9.2 switched to a session-based authentication by default.
CSI 1.6 only supports basic authentication.
You can either switch the Isilon to enable basic authentication or wait for the next version of the driver which implements it and is just a few days away from a release.
Enable Isilon/PowerScale basic authentication
For Isilon/PowerScale 9.2, basic authentication is disabled by default. Before you add an Isilon/PowerScale appliance, enable basic authentication through the appliance console.
Steps
isi_gconfig -t web-config auth_basic=true
Privilege elevation with sudo may be required, depending on the user permissions and appliance configuration.