Generic changes related to distribution switch-over Additional updates Signed-off-by: Ron Stone <ronald.stone@windriver.com> Change-Id: I35509d61e01c1f18437435ae16fdaad1dbd58dbb
3.4 KiB
The sysadmin Account
This is a local, per-host, sudo-enabled account created automatically when a new host is provisioned.
This Linux user account is used by the primary system administrator as it has extended privileges.
On controller nodes, this account is available even before ansible
bootstrap playbook
is executed.
The default initial password is sysadmin.
The initial password must be changed immediately when you log in to each host for the first time. For details, see .
After each unsuccessful login attempt, a 3 second delay is imposed before making another attempt. After five consecutive unsuccessful login attempts, further attempts are blocked for about five minutes. On further attempts within 5 minutes, the system will display a message such as:
Account locked due to 6 failed logins
Note
You are alerted on the 6th and subsequent attempts:
Account locked due to 6 failed logins
and an error message is displayed on subsequent attempts:
Maximum number of tries exceeded (5)
To clarify, 5 mins after the account is locked, the failed attempts will be reset and failed attempts re-counted.
All authentication attempts are recorded on the file
/var/log/auth.log
of the target host.
Subsequent password changes must be executed on the active controller in an unlocked, enabled, and available state to ensure that they propagate to all other unlocked-active hosts in the cluster. Otherwise, they remain local to the host where they were executed, and are overwritten on the next reboot or host unlock to match the password on the active controller.
From the sysadmin account, you can execute commands requiring different privileges.
You can execute non-root level commands as a regular Linux user directly.
If you do not have sufficient privileges to execute a command as a regular Linux user, you may receive a permissions error, or in some cases, the command may be reported as not found.
You can execute root-level commands as the root user.
To become the root user, use the
sudo
command to elevate your privileges, followed by the command to be executed. For example, to run thelicense-install
command as theroot
user:$ sudo /usr/sbin/license-install license_file
If a password is requested, provide the password for the sysadmin account.
You can execute StarlingX administrative commands as the Keystone admin user and Kubernetes kubectl and helm administrative commands as the Kubernetes admin user.
To become the admin user from the Linux sysadmin account, source the script /etc/platform/openrc:
$ source /etc/platform/openrc [sysadmin@controller-0 ~(keystone_admin)]$
The system prompt changes to indicate the newly acquired privileges.
Note
The default Keystone prompt includes the host name and the current working path. For simplicity, this guide uses the following generic prompt instead:
~(keystone_admin)]$