mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-29 09:13:08 +00:00
commit
29f2aa8c22
@ -136,6 +136,15 @@ Here is an example about how to store a MD5 encrypted password for root in ``pas
|
||||
|
||||
tabch key=system passwd.username=root passwd.password=`openSSL passwd -1 <password>`
|
||||
|
||||
During the provisioning, the root password will be set on the compute nodes. By default, xCAT stores the encrypted hash of password into installation files directly for better performance.
|
||||
|
||||
For example, ``/etc/shadow`` in stateless image for stateless nodes or installation files ( ``/install/autoinst/<node>`` ) for stateful nodes.
|
||||
|
||||
You can enable **secureroot** feature for more secure consideration. ::
|
||||
|
||||
chdef -t site secureroot=1
|
||||
|
||||
Then, after the new ``packimage`` or ``nodeset`` command, the root password hash can only be acquired on-the-fly with strict security control.
|
||||
|
||||
|
||||
Nodes Inter-Access in The Cluster
|
||||
|
@ -295,6 +295,9 @@ site Attributes:
|
||||
for each node, and put them in a directory of tftpdir(such as: /tftpboot)
|
||||
If no, it will not generate the mypostscript file in the tftpdir.
|
||||
|
||||
secureroot: If set to 1, xCAT will use secure mode to transfer root password hash
|
||||
during the installation. Default is 0.
|
||||
|
||||
setinstallnic: Set the network configuration for installnic to be static.
|
||||
|
||||
sharedtftp: Set to 0 or no, xCAT should not assume the directory
|
||||
|
Loading…
x
Reference in New Issue
Block a user