2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-01 17:17:36 +00:00

modified depending on comments

This commit is contained in:
xuweibj
2018-06-24 21:24:24 -04:00
parent 8d0d4d27a7
commit 7018121285
2 changed files with 9 additions and 9 deletions

View File

@@ -14,15 +14,15 @@ It's recommenteed to create a non root user to use to connect to confetty
#. Create a non-root user on the management node: ::
useradd -m vhu
useradd -m xcat
#. As root, create a non-root user in confetty: ::
/opt/confluent/bin/confetty create users/vhu
/opt/confluent/bin/confetty create users/xcat
#. Set the password for the non-root user: ::
/opt/confluent/bin/confetty set users/vhu password="mynewpassword"
/opt/confluent/bin/confetty set users/xcat password="mynewpassword"
password="********"
@@ -42,17 +42,17 @@ If you want to use the xCAT Keys, you can simple copy them into ``/etc/confluent
The user and password may alternatively be provided via environment variables: ::
CONFLUENT_USER=vhu
CONFLUENT_USER=xcat
CONFLUENT_PASSPHRASE="mynewpassword"
export CONFLUENT_USER CONFLUENT_PASSPHRASE
Start confetty, specify the server IP address: ::
confetty -s 127.0.0.1
confetty -s <remote_ip>
If you want to run a confluent command against another host, could set the CONFLUENT_HOST variable: ::
CONFLUENT_HOST=127.0.0.1
CONFLUENT_HOST=<remote_ip>
export CONFLUENT_HOST

View File

@@ -92,13 +92,13 @@ Confluent-api and confluent-consoles are able to be accessed from the browser.
It is **highly** recommended that you create a non-root user to access the sessions::
Create the non-root user on the management node
# useradd -m vhu
# useradd -m xcat
Create a non-root user in confetty
# /opt/confluent/bin/confetty create users/vhu
# /opt/confluent/bin/confetty create users/xcat
Set the password for the non-root user
# /opt/confluent/bin/confetty set users/vhu password="mynewpassword"
# /opt/confluent/bin/confetty set users/xcat password="mynewpassword"
password="********"
Rest Explorer