User's Manual
SmartMachines | 15
Starting and Stopping SmartMachines
Use the user portal to start or stop SmartMachines.
The
Reboot
button reboots a SmartMachine. The
Shutdown
button shuts down
the machine. This button displays as the
Startup
button when shutdown is
successful.
Figure 9. Available Actions
Running Services
SmartMachines use Solaris Service Management Facility (SMF) to run services
such as the Apache web server and the MySQL server.
Common SMF commands:
To do this…
Use this command…
List running services
svcs –a
List services that should
be running but are not
svcs -vx
Start a service
svcadm enable
<service>
Stop a service
svcadm disable
<
service
>
Restart a service
svcadm restart
<service>










