Blame docs/operations/ci/seamicro/basic_seamicro_operations.md

47c289
## This guide is for admins to troubleshoot seamicro chassis when needed
47c289
47c289
### node operations
47c289
`ssh into admin@<chassis>`
47c289
47c289
#### See summary/status
47c289
`show server summary n/0`
47c289
47c289
#### Power Off
47c289
`enable; power-off server n/0 [force]`
47c289
47c289
#### Power on
47c289
`enable; power-on server n/0 [force]`
47c289
47c289
#### reset a node
47c289
`enable; reset server n/0`
47c289
47c289
### Chassis operation
47c289
`ssh into admin@<chassis>`
47c289
47c289
#### Power off all nodes
47c289
`enable; power-off server all [force]`
47c289
47c289
#### Power on all nodes
47c289
`enable; power-on server all [force]`
47c289
47c289
#### Reset chassis
47c289
```
47c289
enable; power-off server all [force]
47c289
reload
47c289
```
47c289
47c289
### Access serial console of a seamicro node
47c289
```
47c289
ssh into admin@<chassis>
47c289
enable; server console connect n/0
47c289
```
47c289
47c289
Note: seamicro nodes start from 0 whereas they are marked from 1 in duffy db.
47c289
So, say to poweroff n6.pufty, we would do `enable; power-off server 5/0`
47c289
47c289
To see all commands and detailed usage, please check the seamicro docs in this directory
47c289
of repo