To change the user assigned to the grid service on Linux platforms

  1. Stop the grid. At the command line, type

    /grid_installation_dir/grids/gridName/StopHost

  2. Stop the grid bootstrap service. At the command line, type

    service infor_ion_grid_bootstrap_gridname_x.x.x.x stop

  3. 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/"

  4. Change the owner of the grid directory. At the command line, type

    chown -R newUserName:newUserName /grid_installation_dir/

  5. Start the grid bootstrap service. At the command line, type

    service infor_ion_grid_bootstrap_gridname_x.x.x.x start

  6. Start the grid. At the command line, type

    /grid_installation_dir/grids/gridname/StartHost