Administration
97
User Manual | 2906.2506.02 - 01
User Management
R&S VENICE S
Changing the R&S®Device Manager password
Perform the following steps:
1.
Open the R&S®Device Manager on the current system.
2. Navigate to "User administration"
3. Select the respective user and then select "Change password".
The "Change password" window opens.
4. Enter the new password and confirm with "OK".
The password of the web UI is now set.
Changing the User ID
All the R&S software on a R&S VENICE S runs as user “rsapp”, who is in the
group “rsapp”. By default user rsapp has the user ID (UID) 1000 and the
rsapp group has group ID (GID) 1000. The steps below describes how to
change that.
Perform the following steps:
1. Ensure that the system is currently not used.
2. Log into the system as root, either directly or via SSH.
3. Stop all R&S processes with:
/opt/rohde-schwarz/fbms-services.sh stop
4. Query the UID that is currently used by user rsapp with:
id -u rsapp (By default this should be 1000.)
5. Query the UID that is currently used by group rsapp with:
id -g rsapp (By default this should be 1000.)
6. Modify the UID (e.g. to 1234): usermod -u 1234 rsapp
If there are still processes running as rsapp, usermod will show an
error message like this:
usermod: user rsapp is currently used by process 4224
7. Stop the running processes if necessary.
8. Modify the GID (e.g. to 1234): groupmod -g 1234 rsapp