Google Search Appliance Administrative API Developers Gui Manual de usuario Pagina 54

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 56
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 53
Google Search Appliance: Administrative API Developer’s Guide: Java 54
Shutdown or Reboot
Shut down or reboot the search appliance.
Shutting Down or Rebooting
Shut down or reboot the search appliance as follows:
// Create an entry to hold properties to update
GsaEntry updateEntry = new GsaEntry();
// Add a property to updateEntry
updateEntry.addGsaContent("command", "reboot");
myClient.updateEntry("command", "shutdown", updateEntry);
Property Description
command
Command sent to the search appliance. The command can be
shutdown
or
reboot
.
runningStatus
Indicates the search appliance status:
shuttingDown
: If you sent the
shutdown
command.
rebooting
: If you sent the
reboot
command.
running
: If the search appliance is operating normally.
Vista de pagina 53
1 2 ... 49 50 51 52 53 54 55 56

Comentarios a estos manuales

Sin comentarios