Changing the database settings

Use the following procedure to change the user or password for the grid database connection.

  1. Stop the grid.
  2. Stop the bootstrap service.
  3. Run this CLI command:
    grid_installation_dir/tools> java -jar grid-cli.jar database config -user <new-user> -password <new-password> 

    This is an example, use the help parameters to view all options.

  4. Start the bootstrap service.
  5. Repeat steps 2–4 for each Grid host.
  6. Start the grid.