Changing the user assigned to the grid service on Linux platforms
- Stop the Grid. At the command line, type
/grid_installation_dir/bin/StopHost
.
- Stop the grid bootstrap service. At the command line, type
service grid_gridname
- To launch the bootstrap service as the new user, edit the file /etc/init.d/grid_gridname. Replace the line
USER=
with the new user name.
- Change the owner of the Grid directory. At the command line, type
chown -R newUserName:newUserNamegrid_installation_dir/
.
- Start the grid bootstrap service. At the command line, type
service grid_gridname
- Start the Grid. At the command line, type
/grid_installation_dir/bin/StartHost
.