2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-13 01:40:26 +00:00

Remove trailing spaces in file docs/source/guides/admin-guides/manage_clusters/ppc64le/configure/password.rst

This commit is contained in:
GONG Jie
2017-12-31 23:59:59 +00:00
parent 511066e01a
commit 046e297330

View File

@ -14,7 +14,7 @@ Configure passwords
#. Configure the passwords for Management modules of the compute nodes.
* For OpenBMC managed systems: ::
* For OpenBMC managed systems: ::
chtab key=openbmc passwd.username=root passwd.password=0penBmc
@ -24,13 +24,13 @@ Configure passwords
* For HMC managed systems: ::
chtab key=hmc passwd.username=hscroot passwd.password=abc123
chtab key=hmc passwd.username=hscroot passwd.password=abc123
If the username/password is different for multiple HMCs, set the ``username`` and ``password`` attribute for each HMC node object in xCAT
* For Blade managed systems: ::
chtab key=blade passwd.username=USERID passwd.password=PASSW0RD
chtab key=blade passwd.username=USERID passwd.password=PASSW0RD
* For FSP/BPA (Flexible Service Processor/Bulk Power Assembly) the factory default passwords must be changed before running commands against them. ::
@ -52,7 +52,7 @@ Configure passwords
#. Set a policy in the xCAT ``policy`` table to allow the user to make calls against xCAT. ::
mkdef -t policy 6 name=xcatws rule=allow
mkdef -t policy 6 name=xcatws rule=allow
When making calls to the xCAT REST API, pass in the credentials using the following attributes: ``userName`` and ``userPW``