i did that in isilon UI [ web interface ] . go to cluster management --> access management select system under users tab
and select FILE:system under select a provider tab , then click admin click view details there u see password: no value [ edit ] click on that edit and type what ever password u want ( same thing for root ). there should be easier way through CLI
As mentioned already, the passwords can be changed using the WebUi and the command line by using the passwd command since OneFS is Free BSD based. Isilon also has a command that allows you to change the password of users without having to log out and back in as said user. To change the root password to pa$$w0rd for example:
#isi auth users modify user --user=root --password=pa$$w0rd
This was taken from the 7.2.1 CLI Administration Guide on page 299 located here:
Password by default never expire, but you can set up the expiration date from the cluster. Access -> Membership& Roles -> FILE:SYSTEM (from dropdown) -> You see all users (Root is one)
Can some one tell me how the "password can expire" (for root) works? It is set to yes, but I've never gotten any sort of pop up stating that the password has expired and it needs to be changed.
It doesn't let me set the account expiration date, I get failed to modify user root, Invalid parameter. I used the calendar to select a date and it enters it as dd/mm/yyyy and when I save it I get the invalid parameter error. Do you know the CLI syntax? This is what I've come up with so far - isi auth users modify root expiry=2016-07-28. I get an invalid parameter here too.
Once you have used this command to change the password, how do you delete the history so you cannot use the up arrow to view the new password in plane text?
Raj_la
1 Rookie
•
115 Posts
18778
0
Posted March 22nd, 2013 12:00
i did that in isilon UI [ web interface ] . go to cluster management --> access management select system under users tab
and select FILE:system under select a provider tab , then click admin click view details there u see password: no value [ edit ] click on that edit and type what ever password u want ( same thing for root ). there should be easier way through CLI