Advertisement
Guest User

Untitled

a guest
Oct 18th, 2016
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.52 KB | None | 0 0
  1. ubuntu@rack3-ceph-controller:~$ df -h
  2. Filesystem                 Size  Used Avail Use% Mounted on
  3. udev                        16G     0   16G   0% /dev
  4. tmpfs                      3.2G  9.1M  3.2G   1% /run
  5. /dev/mapper/vgroot-root     28G  7.2G   19G  28% /
  6. /dev/vgroot/usr             46G 1020M   43G   3% /usr
  7. tmpfs                       16G     0   16G   0% /dev/shm
  8. tmpfs                      5.0M     0  5.0M   0% /run/lock
  9. tmpfs                       16G     0   16G   0% /sys/fs/cgroup
  10. /dev/mapper/vgroot-home     92G   60M   87G   1% /home
  11. /dev/mapper/vgroot-boot    922M   57M  802M   7% /boot
  12. /dev/mapper/vgroot-var      28G  601M   26G   3% /var
  13. /dev/sda1                  511M  3.6M  508M   1% /boot/efi
  14. /dev/mapper/vgroot-varlog   28G   46M   26G   1% /var/log
  15. tmpfs                      3.2G     0  3.2G   0% /run/user/1000
  16.  
  17. ubuntu@rack3-ceph-controller:~$ sudo systemctl --all
  18. ● jujud-machine-1.service     not-found inactive dead      jujud-machine-1.service
  19. ● jujud-unit-ceph-mon-1.service   not-found inactive dead      jujud-unit-ceph-mon-1.service
  20.  
  21. ubuntu@rack3-ceph-controller:~$ sudo systemctl start jujud-machine-1.service
  22. Failed to start jujud-machine-1.service: Unit jujud-machine-1.service not found.
  23.  
  24. ubuntu@rack3-ceph-controller:~$ sudo systemctl start jujud-unit-ceph-mon-1.service
  25. Failed to start jujud-unit-ceph-mon-1.service: Unit jujud-unit-ceph-mon-1.service not found.
  26.  
  27. // Reloading Systemd daemon loads the Juju services back in
  28. ubuntu@rack3-ceph-controller:~$ sudo systemctl daemon-reload
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement