To configure the VAMI user and password, follow the instruction:
Procedure
- Connect to the VLA either via console window or SSH session.
- Get root rights using appropriate credentials and the following command:
sudo -s
- Type the following command to create the VAMI Server user:
vla_user -S -LOCAL_USER -a vami-server -u <vami-server-user-name>
where
vami-server-user-name is the name of the user you wish to create for the VAMI server.
for example:
vla_user -S -LOCAL_USER -a vami-server -u vami
- When prompted, enter the password. You are required to enter the password twice.
Results
VAMI server user is reconfigured.