User Account Requirements
The Linux operating system has the following accounts:
• | root (super administrator) |
• | ilmnadmin (administrator) |
• | ilmnuser (user) |
The administrator account is intended only for applying system updates, such as updating NextSeq 1000/2000 Control Software, or for use by IT staff to mount a persistent network drive.
Perform all other functions, including sequencing, from the user account.
The Illumina Field Service Engineer initiates a password change for all three accounts after completing instrument installation. Update each password every 180 days, when prompted.
Policy |
Setting |
---|---|
Enforce password history |
Five passwords remembered |
Lockout threshold |
10 invalid login attempts |
Minimum password length |
10 characters |
Minimum character variety |
Three each of the following: number, upper case letter, lower case letter, and symbol |
Maximum repeating characters |
Three characters |
Password must meet complexity requirements |
Disabled |
Store passwords using reversible encryption |
Disabled |
1. | Log in to ilmnadmin. |
2. | Select the power button, and then expand the ilmnadmin drop-down list. |
3. | Select Account Settings. |
4. | Select Unlock, and then enter the ilmnadmin password. |
5. | Select Add User. |
6. | Select the Standard account type, and then enter a new user name. |
7. | Select Set password now, and then enter a password. |
8. | Select Add. |
The new user is added to the Users list.
9. | Grant the user access to the NextSeq 1000/2000 Control Software as follows. |
a. | Open terminal. |
b. | Enter the following: |
$ sudo usermod -a -G ilmnusers <new user name>
c. | If prompted, enter the ilmnadmin password. |
10. | To confirm that the user permissions were set successfully, do as follows. |
a. | Log in to the new user account. |
b. | Navigate to the NextSeq 1000/2000 Control Software. |
c. | From the control software menu, select Settings. |
d. | Under Default Output Folder, make sure you can select and save the output folder path. |
If you can select and save the output folder path without any errors, the permissions are successfully set.
This section describes how to reset the ilmnuser, ilmnadmin, and root passwords. Password recovery is not available. Resetting your password does not bypass account lockout after 10 incorrect password attempts. You must wait 10 minutes before you can reset your password or try to log in.
Reset ilmnuser Password
If you know the ilmnadmin or root password, you can reset the ilmnuser password.
1. | Log in to ilmnadmin. |
2. | Open terminal. |
3. | Enter sudo passwd ilmnuser. |
4. | Enter the ilmnadmin password at the prompt. |
5. | Enter a new ilmnuser password at the prompt. |
6. | Retype the new ilmnuser password at the prompt to confirm the new password. |
Reset ilmnadmin Password
If you know the root password, you can reset the ilmnadmin password.
1. | Log in to root. |
2. | Open terminal. |
3. | Enter passwd ilmnadmin to change the ilmadmin password, or enter passwd ilmnuser to change the ilmnuser password. |
4. | Enter the new password at the prompt. |
5. | Retype the new password at the prompt to confirm the new password. |
Reset Root Password
To reset the root password, use one of the following options:
• | If you know the password from the time the last OS image was captured, restore to that saved image. |
• | If you do not remember the password, contact Illumina Technical Support. |