Creating a User Account
Run the following commands on the node where the corresponding component is installed to create a user account:
- Ubuntu
useradd -d /home/hwMindX -u 9000 -m -s /usr/sbin/nologin hwMindX usermod -a -G HwHiAiUser hwMindX
- CentOS
useradd -d /home/hwMindX -u 9000 -m -s /sbin/nologin hwMindX usermod -a -G HwHiAiUser hwMindX
Component |
Boot User |
Privileged Container Used or Not |
|---|---|---|
Ascend Device Plugin |
|
|
NPU-Exporter |
||
HCCL-Controller |
hwMindX |
No |
Volcano |
||
NodeD |
||
Resilience-Controller |
||
Elastic-Agent |
User-defined. A non-root user is recommended. |
User-defined. Privileged containers are not recommended. |
Parent topic: Common Operations