Add ups documetation

This commit is contained in:
Daniel A. Maierhofer
2018-07-13 11:52:03 +02:00
parent 44af318726
commit 7efdc96111

13
doc/betam.md Normal file
View File

@@ -0,0 +1,13 @@
# betam
## Connect to container
```shell
lxc-attach -n lxc-betam-01
```
### Show UPS status
```shell
upsc VSD1500@localhost
```
### Test shutdown function
```shell
sudo -u nut ssh root@ariane
```