CLI Source list
Command | Short Description |
---|---|
~# netsetup | Serverware network management application. |
~# sw discovery | Check all available online hosts and make a list output. |
~# sw vps-list | List of VPSs available on the server. |
~# sw vps-info -n | Detail information of the VPS. |
~# sw vps-start -n | Start the VPS. |
~# sw vps-stop -n | Stop the VPS. |
~# sw vps-attach -n | Attach the VPS on the processing host. |
~# sw vps-detach -n | Detach VPS from the host. |
~# sw template-list | List the templates available for use on the server. |
lxc | Short description |
~# lxc-attach -n | Attach console to console of running VPS. |
~# lxc-info -n | Detail information of the VPS. |
~# lxc-start -n | Start VPS using native lxc command. |
~# lxc-stop -n | Stop VPS using native lxc command. |
~# lxc-ls -f | List of VPSs available on server. |
kvm | Short description |
~# fc-attach -n | Attach console to console of running VPS. |
~# fc-info -n | Detail information of the VPS. |
~# fc-start -n | Start VPS using native fc command. |
~# fc-stop -n | Stop VPS using native fc command. |
zpool | Short description |
~# zpool status | View status of storage pool. |
~# zpool create | Create ZFS pool. |
~# zpool import | Import existing storage pool. |
~# zpool export | Export existing storage pool. |
~# zdb | Display zpool debugging and consistency information. |
~# zpool clear | Clears device errors in a pool. |
~# zpool scrub | The scrub examines all data in the specified pools to verify that it checksums correctly. |
~# zpool list | Lists the given pools along with a health status and space usage. |