Creating User Accounts
Run the following commands on the node where the corresponding component is installed to create a user account:
- Create the AiVault user in the deployment environment to run AI-VAULT.
useradd -d /home/AiVault -u 9001 -m AiVault
- Run the following command to set the password of user AiVault as prompted:
passwd AiVault
- Create the AI-VAULT working directory.
mkdir -p /home/AiVault/.ai-vault
- Modify the user permission.
chown AiVault:AiVault /home/AiVault/.ai-vault chmod 700 /home/AiVault/.ai-vault
Parent topic: Installation Preparations