Giving a user system user authority
If you want to let other users access RICOH ProcessDirector file systems and run the RICOH Visual Workbench user interface, you can give a user name virtually the same authority as the RICOH ProcessDirector system user (aiw1 is the default).
- Assign the user to the RICOH ProcessDirector group (aiwgrp1 is the default).This gives the user the same access permissions as the system user.
- To set the user's environment variables, including PATH, to the same values as the
system user's environment variables, edit the user's .profile file and add these lines:
if [[ -f /opt/infoprint/ippd/base/config/ippdprofile ]] ; then . /opt/infoprint/ippd/base/config/ippdprofile fi
startaiw
or stopaiw
commands. Only the RICOH ProcessDirector system user can use those commands.