request app-engine reboot compute-cluster compute-node
Syntax
Release Information
Command introduced in Junos OS Release 12.3.
Description
Restart the specified compute node. When the compute node is updated, the compute node needs to be restarted for the configuration to take effect.
Options
compute-cluster compute-cluster-name | — | Request reboot of the specified compute cluster. |
compute-node compute-node-name | — | Request reboot of the specified compute node in the specified compute cluster. |
Additional Information
In the operational mode of the CLI when you type ? for a name, for example a compute-node name, you would expect to get a list of available compute nodes plus the option to type in a name not listed. This is the auto-complete feature in the CLI. However, in JunosV App Engine, , if you specify compute cluster and compute node in the operational command, the auto-complete works only if the compute cluster is put before the compute node.
Required Privilege Level
view
Related Documentation
List of Sample Output
request app-engine reboot compute-cluster compute-node (request successful)request app-engine reboot compute-cluster compute-node (compute node offline)
request app-engine reboot compute-cluster compute-node (request failed)
Output Fields
For a description of the output fields, see Table 6. Output fields are listed in the approximate order in which they appear.
Table 6: request app-engine-reboot compute-cluster compute-node Output Fields
Field Name | Field Description |
---|---|
Compute cluster | Name of the compute cluster. |
Compute node | Name of the compute node. |
Status | Status of the request. See the sample output for the possible values of this field. |
Sample Output
request app-engine reboot compute-cluster compute-node (request successful)
user@host> request app-engine reboot compute-cluster
cluster1 compute-node cn2
Compute cluster: cluster1 Compute node Status cn2 Successful
request app-engine reboot compute-cluster compute-node (compute node offline)
user@host> request app-engine reboot compute-cluster
cluster1 compute-node cn2
Compute cluster: cluster1 Compute node Status cn2 --- Offline ---
request app-engine reboot compute-cluster compute-node (request failed)
user@host> request app-engine reboot compute-cluster
cluster1 compute-node cn2
Compute cluster: cluster1 Compute node Status cn2 --- Error executing command ---