KB Article #176123

Integrator started under another Unix account

Problem

-- how can I start Integrator under another Unix account ?

Resolution

root@merlot:~# grep s44 /etc/sudoers
s45 ALL=(s44) NOPASSWD:ALL
 

[s45@merlot ~]$ !925
sudo -u s44 /home/s44/app/s44/Integrator/Integrator status
Integrator status is: stopped
[s45@merlot ~]$ sudo -u s44 /home/s44/app/s44/Integrator/Integrator start
Starting Integrator...
[s45@merlot ~]$ sudo -u s44 /home/s44/app/s44/Integrator/Integrator status
Integrator status is: running
[s45@merlot ~]$ sudo -u s44 /home/s44/app/s44/Integrator/Integrator stop
Stopping Integrator...
[s45@merlot ~]$