Adding a host using a sudo user
Luminos allows you to manage and add hosts using a sudo user. For this to work, the user must be configured with the NOPASSWD option.
On every InfoScale cluster node, perform the following steps to configure the user:
-
Open the sudoers configuration file:
sudo visudo -
Append this line to the very bottom of the file, replacing username with your specific user:
username ALL=(ALL) NOPASSWD: ALL
Luminos supports two main host types:
-
Cluster hosts
-
Standalone hosts
Related information