Creating User Accounts

Run the following commands on the node where the corresponding component is installed to create a user account:

  1. Create the AiVault user in the deployment environment to run AI-VAULT.
    useradd -d /home/AiVault -u 9001 -m AiVault
  2. Run the following command to set the password of user AiVault as prompted:
    passwd AiVault 
  3. Create the AI-VAULT working directory.
    mkdir -p /home/AiVault/.ai-vault
  4. Modify the user permission.
    chown AiVault:AiVault /home/AiVault/.ai-vault
    chmod 700 /home/AiVault/.ai-vault