The Enterprise Controller can be in a stopped state due to a system reboot or maintenance. While the Enterprise Controller is stopped, Oracle Enterprise Manager Ops Center does not function.
You can start the Enterprise Controller using the satadm
command.
To Start the Enterprise Controller
- As root, log in to the Enterprise Controller system.
- Run the
satadm start
command.- On Oracle Solaris systems, this command is in the
/opt/SUNWxvmoc/bin/
directory. - On Linux systems, this command is in the
/opt/sun/xvmoc/bin/
directory. The following options can be used: - -h | –help – Displays the usage synopsis for the subcommand.
- -w | –wait – satadm does not exit until all services have been started.
- -t | –temporary – The state change is made temporary until next reboot.
- -v | –verbose – Displays verbose error and informational messages.
- -l | –logfile <logfile> – Captures any output from satadm in the <logfile>. For example:
# ./satadm start -vw satadm: Starting Enterprise Controller with SMF... satadm: ... milestone "satellite-enable" succesfully enabled satadm: ... Waiting for Enterprise Controller services to go "online" satadm: Enterprise Controller services have started #
The Enterprise Controller is started.
- On Oracle Solaris systems, this command is in the