To change the user assigned to the grid service on Linux platforms
-
Stop the grid. At the command line, type
/grid_installation_dir/grids/gridName/StopHost
-
Stop the grid bootstrap service. At the command line, type
service infor_ion_grid_bootstrap_gridname_x.x.x.x stop
-
Change the service script to launch the bootstrap service as the new user. At the command line, type
nano /etc/init.d/infor_ion_grid_bootstrap_gridname_x.x.x.x "/grid_installation_dir/resources/linux-amd64/jsvc" -debug -user newUserName -procname "infor_ion_grid_bootstrap_gridname_x.x.x.x" -pidfile "/var/run/infor_ion_grid_bootstrap_gridname_x.x.x.x.pid" -home "/usr/java/jdk_Dir" -cp "/grid_installation_dir/resources/bootstrap-daemon-x.x.x-x.jar" com.infor.bootstrap.DaemonWrapper -baseDir "/opt/grid_installation_dir/"
-
Change the owner of the grid directory. At the command line, type
chown -R newUserName:newUserName /grid_installation_dir/
-
Start the grid bootstrap service. At the command line, type
service infor_ion_grid_bootstrap_gridname_x.x.x.x start
-
Start the grid. At the command line, type
/grid_installation_dir/grids/gridname/StartHost