|
|
@@ -9,58 +9,59 @@ OPTIONS:
|
|
|
-h, --help Prints help information
|
|
|
|
|
|
COMMANDS:
|
|
|
- switches Manage switches
|
|
|
- systems Manage systems
|
|
|
- accesspoints Manage access points
|
|
|
- ups Manage UPS units
|
|
|
- desktops
|
|
|
- services Manage services
|
|
|
- ap Show access point hardware report
|
|
|
- desktops Show desktop hardware report
|
|
|
- ups Show UPS hardware report
|
|
|
- servers Manage servers
|
|
|
+ servers Manage servers
|
|
|
+ switches Manage switches
|
|
|
+ systems Manage systems
|
|
|
+ accesspoints Manage access points
|
|
|
+ ups Manage UPS units
|
|
|
+ desktops
|
|
|
+ services Manage services
|
|
|
```
|
|
|
|
|
|
-## `rpk switches`
|
|
|
+## `rpk servers`
|
|
|
```
|
|
|
DESCRIPTION:
|
|
|
-Manage switches
|
|
|
+Manage servers
|
|
|
|
|
|
USAGE:
|
|
|
- rpk switches [OPTIONS] <COMMAND>
|
|
|
+ rpk servers [OPTIONS] <COMMAND>
|
|
|
|
|
|
OPTIONS:
|
|
|
-h, --help Prints help information
|
|
|
|
|
|
COMMANDS:
|
|
|
- summary Show switch hardware report
|
|
|
- add <name> Add a new switch
|
|
|
- list List switches
|
|
|
- get <name> Get a switches by name
|
|
|
- describe <name> Show detailed information about a switch
|
|
|
- set <name> Update switch properties
|
|
|
- del <name> Delete a switch
|
|
|
+ summary Show a summarized hardware report for all servers
|
|
|
+ add <name> Add a new server
|
|
|
+ get <name> List servers or get a server by name
|
|
|
+ describe <name> Show detailed information about a server
|
|
|
+ set <name> Update server properties
|
|
|
+ del <name> Delete a server
|
|
|
+ tree <name> Displays a dependency tree for the server
|
|
|
+ cpu Manage server CPUs
|
|
|
+ drive Manage server drives
|
|
|
+ gpu Manage server GPUs
|
|
|
+ nic Manage server NICs
|
|
|
```
|
|
|
|
|
|
-## `rpk switches summary`
|
|
|
+## `rpk servers summary`
|
|
|
```
|
|
|
DESCRIPTION:
|
|
|
-Show switch hardware report
|
|
|
+Show a summarized hardware report for all servers
|
|
|
|
|
|
USAGE:
|
|
|
- rpk switches summary [OPTIONS]
|
|
|
+ rpk servers summary [OPTIONS]
|
|
|
|
|
|
OPTIONS:
|
|
|
-h, --help Prints help information
|
|
|
```
|
|
|
|
|
|
-## `rpk switches add`
|
|
|
+## `rpk servers add`
|
|
|
```
|
|
|
DESCRIPTION:
|
|
|
-Add a new switch
|
|
|
+Add a new server
|
|
|
|
|
|
USAGE:
|
|
|
- rpk switches add <name> [OPTIONS]
|
|
|
+ rpk servers add <name> [OPTIONS]
|
|
|
|
|
|
ARGUMENTS:
|
|
|
<name>
|
|
|
@@ -69,25 +70,28 @@ OPTIONS:
|
|
|
-h, --help Prints help information
|
|
|
```
|
|
|
|
|
|
-## `rpk switches list`
|
|
|
+## `rpk servers get`
|
|
|
```
|
|
|
DESCRIPTION:
|
|
|
-List switches
|
|
|
+List servers or get a server by name
|
|
|
|
|
|
USAGE:
|
|
|
- rpk switches list [OPTIONS]
|
|
|
+ rpk servers get <name> [OPTIONS]
|
|
|
+
|
|
|
+ARGUMENTS:
|
|
|
+ <name>
|
|
|
|
|
|
OPTIONS:
|
|
|
-h, --help Prints help information
|
|
|
```
|
|
|
|
|
|
-## `rpk switches get`
|
|
|
+## `rpk servers describe`
|
|
|
```
|
|
|
DESCRIPTION:
|
|
|
-Get a switches by name
|
|
|
+Show detailed information about a server
|
|
|
|
|
|
USAGE:
|
|
|
- rpk switches get <name> [OPTIONS]
|
|
|
+ rpk servers describe <name> [OPTIONS]
|
|
|
|
|
|
ARGUMENTS:
|
|
|
<name>
|
|
|
@@ -96,46 +100,45 @@ OPTIONS:
|
|
|
-h, --help Prints help information
|
|
|
```
|
|
|
|
|
|
-## `rpk switches describe`
|
|
|
+## `rpk servers set`
|
|
|
```
|
|
|
DESCRIPTION:
|
|
|
-Show detailed information about a switch
|
|
|
+Update server properties
|
|
|
|
|
|
USAGE:
|
|
|
- rpk switches describe <name> [OPTIONS]
|
|
|
+ rpk servers set <name> [OPTIONS]
|
|
|
|
|
|
ARGUMENTS:
|
|
|
<name>
|
|
|
|
|
|
OPTIONS:
|
|
|
- -h, --help Prints help information
|
|
|
+ -h, --help Prints help information
|
|
|
+ --ram <GB>
|
|
|
+ --ipmi
|
|
|
```
|
|
|
|
|
|
-## `rpk switches set`
|
|
|
+## `rpk servers del`
|
|
|
```
|
|
|
DESCRIPTION:
|
|
|
-Update switch properties
|
|
|
+Delete a server
|
|
|
|
|
|
USAGE:
|
|
|
- rpk switches set <name> [OPTIONS]
|
|
|
+ rpk servers del <name> [OPTIONS]
|
|
|
|
|
|
ARGUMENTS:
|
|
|
<name>
|
|
|
|
|
|
OPTIONS:
|
|
|
- -h, --help Prints help information
|
|
|
- --Model
|
|
|
- --managed
|
|
|
- --poe
|
|
|
+ -h, --help Prints help information
|
|
|
```
|
|
|
|
|
|
-## `rpk switches del`
|
|
|
+## `rpk servers tree`
|
|
|
```
|
|
|
DESCRIPTION:
|
|
|
-Delete a switch
|
|
|
+Displays a dependency tree for the server
|
|
|
|
|
|
USAGE:
|
|
|
- rpk switches del <name> [OPTIONS]
|
|
|
+ rpk servers tree <name> [OPTIONS]
|
|
|
|
|
|
ARGUMENTS:
|
|
|
<name>
|
|
|
@@ -144,293 +147,322 @@ OPTIONS:
|
|
|
-h, --help Prints help information
|
|
|
```
|
|
|
|
|
|
-## `rpk systems`
|
|
|
+## `rpk servers cpu`
|
|
|
```
|
|
|
DESCRIPTION:
|
|
|
-Manage systems
|
|
|
+Manage server CPUs
|
|
|
|
|
|
USAGE:
|
|
|
- rpk systems [OPTIONS] <COMMAND>
|
|
|
+ rpk servers cpu [OPTIONS] <COMMAND>
|
|
|
|
|
|
OPTIONS:
|
|
|
-h, --help Prints help information
|
|
|
|
|
|
COMMANDS:
|
|
|
- summary Show system report
|
|
|
- add <name> Add a new system
|
|
|
- list List systems
|
|
|
- get <name> Get a system by name
|
|
|
- describe <name> Show detailed information about a system
|
|
|
- set <name> Update system properties
|
|
|
- del <name> Delete a system
|
|
|
+ add <name> Add a CPU to a server
|
|
|
+ set <name> Update a CPU on a server
|
|
|
+ del <name> Remove a CPU from a server
|
|
|
```
|
|
|
|
|
|
-## `rpk systems summary`
|
|
|
+## `rpk servers cpu add`
|
|
|
```
|
|
|
DESCRIPTION:
|
|
|
-Show system report
|
|
|
+Add a CPU to a server
|
|
|
|
|
|
USAGE:
|
|
|
- rpk systems summary [OPTIONS]
|
|
|
+ rpk servers cpu add <name> [OPTIONS]
|
|
|
+
|
|
|
+ARGUMENTS:
|
|
|
+ <name>
|
|
|
|
|
|
OPTIONS:
|
|
|
- -h, --help Prints help information
|
|
|
+ -h, --help Prints help information
|
|
|
+ --model <MODEL>
|
|
|
+ --cores <CORES>
|
|
|
+ --threads <THREADS>
|
|
|
```
|
|
|
|
|
|
-## `rpk systems add`
|
|
|
+## `rpk servers cpu set`
|
|
|
```
|
|
|
DESCRIPTION:
|
|
|
-Add a new system
|
|
|
+Update a CPU on a server
|
|
|
|
|
|
USAGE:
|
|
|
- rpk systems add <name> [OPTIONS]
|
|
|
+ rpk servers cpu set <name> [OPTIONS]
|
|
|
|
|
|
ARGUMENTS:
|
|
|
<name>
|
|
|
|
|
|
OPTIONS:
|
|
|
- -h, --help Prints help information
|
|
|
+ -h, --help Prints help information
|
|
|
+ --index <INDEX>
|
|
|
+ --model <MODEL>
|
|
|
+ --cores <CORES>
|
|
|
+ --threads <THREADS>
|
|
|
```
|
|
|
|
|
|
-## `rpk systems list`
|
|
|
+## `rpk servers cpu del`
|
|
|
```
|
|
|
DESCRIPTION:
|
|
|
-List systems
|
|
|
+Remove a CPU from a server
|
|
|
|
|
|
USAGE:
|
|
|
- rpk systems list [OPTIONS]
|
|
|
+ rpk servers cpu del <name> [OPTIONS]
|
|
|
+
|
|
|
+ARGUMENTS:
|
|
|
+ <name>
|
|
|
|
|
|
OPTIONS:
|
|
|
- -h, --help Prints help information
|
|
|
+ -h, --help Prints help information
|
|
|
+ --index <INDEX>
|
|
|
```
|
|
|
|
|
|
-## `rpk systems get`
|
|
|
+## `rpk servers drive`
|
|
|
```
|
|
|
DESCRIPTION:
|
|
|
-Get a system by name
|
|
|
+Manage server drives
|
|
|
|
|
|
USAGE:
|
|
|
- rpk systems get <name> [OPTIONS]
|
|
|
-
|
|
|
-ARGUMENTS:
|
|
|
- <name>
|
|
|
+ rpk servers drive [OPTIONS] <COMMAND>
|
|
|
|
|
|
OPTIONS:
|
|
|
-h, --help Prints help information
|
|
|
+
|
|
|
+COMMANDS:
|
|
|
+ add <name> Add a drive to a server
|
|
|
+ set <name> Update a drive on a server
|
|
|
+ del <name> Remove a drive from a server
|
|
|
```
|
|
|
|
|
|
-## `rpk systems describe`
|
|
|
+## `rpk servers drive add`
|
|
|
```
|
|
|
DESCRIPTION:
|
|
|
-Show detailed information about a system
|
|
|
+Add a drive to a server
|
|
|
|
|
|
USAGE:
|
|
|
- rpk systems describe <name> [OPTIONS]
|
|
|
+ rpk servers drive add <name> [OPTIONS]
|
|
|
|
|
|
ARGUMENTS:
|
|
|
<name>
|
|
|
|
|
|
OPTIONS:
|
|
|
- -h, --help Prints help information
|
|
|
+ -h, --help Prints help information
|
|
|
+ --type <TYPE>
|
|
|
+ --size <SIZE>
|
|
|
```
|
|
|
|
|
|
-## `rpk systems set`
|
|
|
+## `rpk servers drive set`
|
|
|
```
|
|
|
DESCRIPTION:
|
|
|
-Update system properties
|
|
|
+Update a drive on a server
|
|
|
|
|
|
USAGE:
|
|
|
- rpk systems set <name> [OPTIONS]
|
|
|
+ rpk servers drive set <name> [OPTIONS]
|
|
|
|
|
|
ARGUMENTS:
|
|
|
<name>
|
|
|
|
|
|
OPTIONS:
|
|
|
- -h, --help Prints help information
|
|
|
- --type
|
|
|
- --os
|
|
|
- --cores
|
|
|
- --ram
|
|
|
- --runs-on
|
|
|
+ -h, --help Prints help information
|
|
|
+ --index <INDEX>
|
|
|
+ --type <TYPE>
|
|
|
+ --size <SIZE>
|
|
|
```
|
|
|
|
|
|
-## `rpk systems del`
|
|
|
+## `rpk servers drive del`
|
|
|
```
|
|
|
DESCRIPTION:
|
|
|
-Delete a system
|
|
|
+Remove a drive from a server
|
|
|
|
|
|
USAGE:
|
|
|
- rpk systems del <name> [OPTIONS]
|
|
|
+ rpk servers drive del <name> [OPTIONS]
|
|
|
|
|
|
ARGUMENTS:
|
|
|
<name>
|
|
|
|
|
|
OPTIONS:
|
|
|
- -h, --help Prints help information
|
|
|
+ -h, --help Prints help information
|
|
|
+ --index <INDEX>
|
|
|
```
|
|
|
|
|
|
-## `rpk accesspoints`
|
|
|
+## `rpk servers gpu`
|
|
|
```
|
|
|
DESCRIPTION:
|
|
|
-Manage access points
|
|
|
+Manage server GPUs
|
|
|
|
|
|
USAGE:
|
|
|
- rpk accesspoints [OPTIONS] <COMMAND>
|
|
|
+ rpk servers gpu [OPTIONS] <COMMAND>
|
|
|
|
|
|
OPTIONS:
|
|
|
-h, --help Prints help information
|
|
|
|
|
|
COMMANDS:
|
|
|
- summary Show access point hardware report
|
|
|
- add <name> Add a new access point
|
|
|
- list List access points
|
|
|
- get <name> Get an access point by name
|
|
|
- describe <name> Show detailed information about an access point
|
|
|
- set <name> Update access point properties
|
|
|
- del <name> Delete an access point
|
|
|
+ add <name> Add a GPU to a server
|
|
|
+ set <name> Update a GPU on a server
|
|
|
+ del <name> Remove a GPU from a server
|
|
|
```
|
|
|
|
|
|
-## `rpk accesspoints summary`
|
|
|
+## `rpk servers gpu add`
|
|
|
```
|
|
|
DESCRIPTION:
|
|
|
-Show access point hardware report
|
|
|
+Add a GPU to a server
|
|
|
|
|
|
USAGE:
|
|
|
- rpk accesspoints summary [OPTIONS]
|
|
|
+ rpk servers gpu add <name> [OPTIONS]
|
|
|
+
|
|
|
+ARGUMENTS:
|
|
|
+ <name>
|
|
|
|
|
|
OPTIONS:
|
|
|
- -h, --help Prints help information
|
|
|
+ -h, --help Prints help information
|
|
|
+ --model <MODEL>
|
|
|
+ --vram <VRAM>
|
|
|
```
|
|
|
|
|
|
-## `rpk accesspoints add`
|
|
|
+## `rpk servers gpu set`
|
|
|
```
|
|
|
DESCRIPTION:
|
|
|
-Add a new access point
|
|
|
+Update a GPU on a server
|
|
|
|
|
|
USAGE:
|
|
|
- rpk accesspoints add <name> [OPTIONS]
|
|
|
+ rpk servers gpu set <name> [OPTIONS]
|
|
|
|
|
|
ARGUMENTS:
|
|
|
- <name> The access point name
|
|
|
+ <name>
|
|
|
|
|
|
OPTIONS:
|
|
|
- -h, --help Prints help information
|
|
|
+ -h, --help Prints help information
|
|
|
+ --index <INDEX>
|
|
|
+ --model <MODEL>
|
|
|
+ --vram <VRAM>
|
|
|
```
|
|
|
|
|
|
-## `rpk accesspoints list`
|
|
|
+## `rpk servers gpu del`
|
|
|
```
|
|
|
DESCRIPTION:
|
|
|
-List access points
|
|
|
+Remove a GPU from a server
|
|
|
|
|
|
USAGE:
|
|
|
- rpk accesspoints list [OPTIONS]
|
|
|
+ rpk servers gpu del <name> [OPTIONS]
|
|
|
+
|
|
|
+ARGUMENTS:
|
|
|
+ <name>
|
|
|
|
|
|
OPTIONS:
|
|
|
- -h, --help Prints help information
|
|
|
+ -h, --help Prints help information
|
|
|
+ --index <INDEX>
|
|
|
```
|
|
|
|
|
|
-## `rpk accesspoints get`
|
|
|
+## `rpk servers nic`
|
|
|
```
|
|
|
DESCRIPTION:
|
|
|
-Get an access point by name
|
|
|
+Manage server NICs
|
|
|
|
|
|
USAGE:
|
|
|
- rpk accesspoints get <name> [OPTIONS]
|
|
|
-
|
|
|
-ARGUMENTS:
|
|
|
- <name> The access point name
|
|
|
+ rpk servers nic [OPTIONS] <COMMAND>
|
|
|
|
|
|
OPTIONS:
|
|
|
-h, --help Prints help information
|
|
|
+
|
|
|
+COMMANDS:
|
|
|
+ add <name> Add a NIC to a server
|
|
|
+ set <name> Update a NIC on a server
|
|
|
+ del <name> Remove a NIC from a server
|
|
|
```
|
|
|
|
|
|
-## `rpk accesspoints describe`
|
|
|
+## `rpk servers nic add`
|
|
|
```
|
|
|
DESCRIPTION:
|
|
|
-Show detailed information about an access point
|
|
|
+Add a NIC to a server
|
|
|
|
|
|
USAGE:
|
|
|
- rpk accesspoints describe <name> [OPTIONS]
|
|
|
+ rpk servers nic add <name> [OPTIONS]
|
|
|
|
|
|
ARGUMENTS:
|
|
|
- <name> The access point name
|
|
|
+ <name>
|
|
|
|
|
|
OPTIONS:
|
|
|
- -h, --help Prints help information
|
|
|
+ -h, --help Prints help information
|
|
|
+ --type <TYPE>
|
|
|
+ --speed <SPEED>
|
|
|
+ --ports <PORTS>
|
|
|
```
|
|
|
|
|
|
-## `rpk accesspoints set`
|
|
|
+## `rpk servers nic set`
|
|
|
```
|
|
|
DESCRIPTION:
|
|
|
-Update access point properties
|
|
|
+Update a NIC on a server
|
|
|
|
|
|
USAGE:
|
|
|
- rpk accesspoints set <name> [OPTIONS]
|
|
|
+ rpk servers nic set <name> [OPTIONS]
|
|
|
|
|
|
ARGUMENTS:
|
|
|
<name>
|
|
|
|
|
|
OPTIONS:
|
|
|
- -h, --help Prints help information
|
|
|
- --model The access point model name
|
|
|
- --speed The speed of the access point in Gb
|
|
|
+ -h, --help Prints help information
|
|
|
+ --index <INDEX>
|
|
|
+ --type <TYPE>
|
|
|
+ --speed <SPEED>
|
|
|
+ --ports <PORTS>
|
|
|
```
|
|
|
|
|
|
-## `rpk accesspoints del`
|
|
|
+## `rpk servers nic del`
|
|
|
```
|
|
|
DESCRIPTION:
|
|
|
-Delete an access point
|
|
|
+Remove a NIC from a server
|
|
|
|
|
|
USAGE:
|
|
|
- rpk accesspoints del <name> [OPTIONS]
|
|
|
+ rpk servers nic del <name> [OPTIONS]
|
|
|
|
|
|
ARGUMENTS:
|
|
|
- <name> The access point name
|
|
|
+ <name>
|
|
|
|
|
|
OPTIONS:
|
|
|
- -h, --help Prints help information
|
|
|
+ -h, --help Prints help information
|
|
|
+ --index <INDEX>
|
|
|
```
|
|
|
|
|
|
-## `rpk ups`
|
|
|
+## `rpk switches`
|
|
|
```
|
|
|
DESCRIPTION:
|
|
|
-Manage UPS units
|
|
|
+Manage switches
|
|
|
|
|
|
USAGE:
|
|
|
- rpk ups [OPTIONS] <COMMAND>
|
|
|
+ rpk switches [OPTIONS] <COMMAND>
|
|
|
|
|
|
OPTIONS:
|
|
|
-h, --help Prints help information
|
|
|
|
|
|
COMMANDS:
|
|
|
- summary Show UPS hardware report
|
|
|
- add <name> Add a new UPS
|
|
|
- list List UPS units
|
|
|
- get <name> Get a UPS by name
|
|
|
- describe <name> Show detailed information about a UPS
|
|
|
- set <name> Update UPS properties
|
|
|
- del <name> Delete a UPS
|
|
|
+ summary Show switch hardware report
|
|
|
+ add <name> Add a new switch
|
|
|
+ list List switches
|
|
|
+ get <name> Get a switches by name
|
|
|
+ describe <name> Show detailed information about a switch
|
|
|
+ set <name> Update switch properties
|
|
|
+ del <name> Delete a switch
|
|
|
```
|
|
|
|
|
|
-## `rpk ups summary`
|
|
|
+## `rpk switches summary`
|
|
|
```
|
|
|
DESCRIPTION:
|
|
|
-Show UPS hardware report
|
|
|
+Show switch hardware report
|
|
|
|
|
|
USAGE:
|
|
|
- rpk ups summary [OPTIONS]
|
|
|
+ rpk switches summary [OPTIONS]
|
|
|
|
|
|
OPTIONS:
|
|
|
-h, --help Prints help information
|
|
|
```
|
|
|
|
|
|
-## `rpk ups add`
|
|
|
+## `rpk switches add`
|
|
|
```
|
|
|
DESCRIPTION:
|
|
|
-Add a new UPS
|
|
|
+Add a new switch
|
|
|
|
|
|
USAGE:
|
|
|
- rpk ups add <name> [OPTIONS]
|
|
|
+ rpk switches add <name> [OPTIONS]
|
|
|
|
|
|
ARGUMENTS:
|
|
|
<name>
|
|
|
@@ -439,25 +471,25 @@ OPTIONS:
|
|
|
-h, --help Prints help information
|
|
|
```
|
|
|
|
|
|
-## `rpk ups list`
|
|
|
+## `rpk switches list`
|
|
|
```
|
|
|
DESCRIPTION:
|
|
|
-List UPS units
|
|
|
+List switches
|
|
|
|
|
|
USAGE:
|
|
|
- rpk ups list [OPTIONS]
|
|
|
+ rpk switches list [OPTIONS]
|
|
|
|
|
|
OPTIONS:
|
|
|
-h, --help Prints help information
|
|
|
```
|
|
|
|
|
|
-## `rpk ups get`
|
|
|
+## `rpk switches get`
|
|
|
```
|
|
|
DESCRIPTION:
|
|
|
-Get a UPS by name
|
|
|
+Get a switches by name
|
|
|
|
|
|
USAGE:
|
|
|
- rpk ups get <name> [OPTIONS]
|
|
|
+ rpk switches get <name> [OPTIONS]
|
|
|
|
|
|
ARGUMENTS:
|
|
|
<name>
|
|
|
@@ -466,13 +498,13 @@ OPTIONS:
|
|
|
-h, --help Prints help information
|
|
|
```
|
|
|
|
|
|
-## `rpk ups describe`
|
|
|
+## `rpk switches describe`
|
|
|
```
|
|
|
DESCRIPTION:
|
|
|
-Show detailed information about a UPS
|
|
|
+Show detailed information about a switch
|
|
|
|
|
|
USAGE:
|
|
|
- rpk ups describe <name> [OPTIONS]
|
|
|
+ rpk switches describe <name> [OPTIONS]
|
|
|
|
|
|
ARGUMENTS:
|
|
|
<name>
|
|
|
@@ -481,30 +513,31 @@ OPTIONS:
|
|
|
-h, --help Prints help information
|
|
|
```
|
|
|
|
|
|
-## `rpk ups set`
|
|
|
+## `rpk switches set`
|
|
|
```
|
|
|
DESCRIPTION:
|
|
|
-Update UPS properties
|
|
|
+Update switch properties
|
|
|
|
|
|
USAGE:
|
|
|
- rpk ups set <name> [OPTIONS]
|
|
|
+ rpk switches set <name> [OPTIONS]
|
|
|
|
|
|
ARGUMENTS:
|
|
|
<name>
|
|
|
|
|
|
OPTIONS:
|
|
|
- -h, --help Prints help information
|
|
|
- --model
|
|
|
- --va
|
|
|
+ -h, --help Prints help information
|
|
|
+ --Model
|
|
|
+ --managed
|
|
|
+ --poe
|
|
|
```
|
|
|
|
|
|
-## `rpk ups del`
|
|
|
+## `rpk switches del`
|
|
|
```
|
|
|
DESCRIPTION:
|
|
|
-Delete a UPS
|
|
|
+Delete a switch
|
|
|
|
|
|
USAGE:
|
|
|
- rpk ups del <name> [OPTIONS]
|
|
|
+ rpk switches del <name> [OPTIONS]
|
|
|
|
|
|
ARGUMENTS:
|
|
|
<name>
|
|
|
@@ -513,31 +546,47 @@ OPTIONS:
|
|
|
-h, --help Prints help information
|
|
|
```
|
|
|
|
|
|
-## `rpk desktops`
|
|
|
+## `rpk systems`
|
|
|
```
|
|
|
+DESCRIPTION:
|
|
|
+Manage systems
|
|
|
+
|
|
|
USAGE:
|
|
|
- rpk desktops [OPTIONS] <COMMAND>
|
|
|
+ rpk systems [OPTIONS] <COMMAND>
|
|
|
|
|
|
OPTIONS:
|
|
|
-h, --help Prints help information
|
|
|
|
|
|
COMMANDS:
|
|
|
- add <name>
|
|
|
- list
|
|
|
- get <name>
|
|
|
- describe <name>
|
|
|
- set <name>
|
|
|
- del <name>
|
|
|
- cpu
|
|
|
- drive
|
|
|
- gpu
|
|
|
- nic
|
|
|
+ summary Show system report
|
|
|
+ add <name> Add a new system
|
|
|
+ list List systems
|
|
|
+ get <name> Get a system by name
|
|
|
+ describe <name> Show detailed information about a system
|
|
|
+ set <name> Update system properties
|
|
|
+ del <name> Delete a system
|
|
|
+ tree <name> Displays a dependency tree for the system
|
|
|
```
|
|
|
|
|
|
-## `rpk desktops add`
|
|
|
+## `rpk systems summary`
|
|
|
```
|
|
|
+DESCRIPTION:
|
|
|
+Show system report
|
|
|
+
|
|
|
USAGE:
|
|
|
- rpk desktops add <name> [OPTIONS]
|
|
|
+ rpk systems summary [OPTIONS]
|
|
|
+
|
|
|
+OPTIONS:
|
|
|
+ -h, --help Prints help information
|
|
|
+```
|
|
|
+
|
|
|
+## `rpk systems add`
|
|
|
+```
|
|
|
+DESCRIPTION:
|
|
|
+Add a new system
|
|
|
+
|
|
|
+USAGE:
|
|
|
+ rpk systems add <name> [OPTIONS]
|
|
|
|
|
|
ARGUMENTS:
|
|
|
<name>
|
|
|
@@ -546,830 +595,811 @@ OPTIONS:
|
|
|
-h, --help Prints help information
|
|
|
```
|
|
|
|
|
|
-## `rpk desktops list`
|
|
|
+## `rpk systems list`
|
|
|
```
|
|
|
+DESCRIPTION:
|
|
|
+List systems
|
|
|
+
|
|
|
USAGE:
|
|
|
- rpk desktops list [OPTIONS]
|
|
|
+ rpk systems list [OPTIONS]
|
|
|
|
|
|
OPTIONS:
|
|
|
-h, --help Prints help information
|
|
|
```
|
|
|
|
|
|
-## `rpk desktops get`
|
|
|
+## `rpk systems get`
|
|
|
```
|
|
|
+DESCRIPTION:
|
|
|
+Get a system by name
|
|
|
+
|
|
|
USAGE:
|
|
|
- rpk desktops get <name> [OPTIONS]
|
|
|
+ rpk systems get <name> [OPTIONS]
|
|
|
|
|
|
ARGUMENTS:
|
|
|
- <name>
|
|
|
+ <name> The name of the system
|
|
|
|
|
|
OPTIONS:
|
|
|
-h, --help Prints help information
|
|
|
```
|
|
|
|
|
|
-## `rpk desktops describe`
|
|
|
+## `rpk systems describe`
|
|
|
```
|
|
|
+DESCRIPTION:
|
|
|
+Show detailed information about a system
|
|
|
+
|
|
|
USAGE:
|
|
|
- rpk desktops describe <name> [OPTIONS]
|
|
|
+ rpk systems describe <name> [OPTIONS]
|
|
|
|
|
|
ARGUMENTS:
|
|
|
- <name>
|
|
|
+ <name> The name of the system
|
|
|
|
|
|
OPTIONS:
|
|
|
-h, --help Prints help information
|
|
|
```
|
|
|
|
|
|
-## `rpk desktops set`
|
|
|
+## `rpk systems set`
|
|
|
```
|
|
|
+DESCRIPTION:
|
|
|
+Update system properties
|
|
|
+
|
|
|
USAGE:
|
|
|
- rpk desktops set <name> [OPTIONS]
|
|
|
+ rpk systems set <name> [OPTIONS]
|
|
|
|
|
|
ARGUMENTS:
|
|
|
<name>
|
|
|
|
|
|
OPTIONS:
|
|
|
- -h, --help Prints help information
|
|
|
- --model
|
|
|
+ -h, --help Prints help information
|
|
|
+ --type
|
|
|
+ --os
|
|
|
+ --cores
|
|
|
+ --ram
|
|
|
+ --runs-on
|
|
|
```
|
|
|
|
|
|
-## `rpk desktops del`
|
|
|
+## `rpk systems del`
|
|
|
```
|
|
|
+DESCRIPTION:
|
|
|
+Delete a system
|
|
|
+
|
|
|
USAGE:
|
|
|
- rpk desktops del <name> [OPTIONS]
|
|
|
+ rpk systems del <name> [OPTIONS]
|
|
|
|
|
|
ARGUMENTS:
|
|
|
- <name>
|
|
|
+ <name> The name of the system
|
|
|
|
|
|
OPTIONS:
|
|
|
-h, --help Prints help information
|
|
|
```
|
|
|
|
|
|
-## `rpk desktops cpu`
|
|
|
+## `rpk systems tree`
|
|
|
```
|
|
|
+DESCRIPTION:
|
|
|
+Displays a dependency tree for the system
|
|
|
+
|
|
|
USAGE:
|
|
|
- rpk desktops cpu [OPTIONS] <COMMAND>
|
|
|
+ rpk systems tree <name> [OPTIONS]
|
|
|
+
|
|
|
+ARGUMENTS:
|
|
|
+ <name> The name of the system
|
|
|
|
|
|
OPTIONS:
|
|
|
-h, --help Prints help information
|
|
|
-
|
|
|
-COMMANDS:
|
|
|
- add <desktop>
|
|
|
- set <desktop> <index>
|
|
|
- del <desktop> <index>
|
|
|
```
|
|
|
|
|
|
-## `rpk desktops cpu add`
|
|
|
+## `rpk accesspoints`
|
|
|
```
|
|
|
-USAGE:
|
|
|
- rpk desktops cpu add <desktop> [OPTIONS]
|
|
|
+DESCRIPTION:
|
|
|
+Manage access points
|
|
|
|
|
|
-ARGUMENTS:
|
|
|
- <desktop> The desktop name
|
|
|
+USAGE:
|
|
|
+ rpk accesspoints [OPTIONS] <COMMAND>
|
|
|
|
|
|
OPTIONS:
|
|
|
- -h, --help Prints help information
|
|
|
- --model The model name
|
|
|
- --cores The number of cpu cores
|
|
|
- --threads The number of cpu threads
|
|
|
+ -h, --help Prints help information
|
|
|
+
|
|
|
+COMMANDS:
|
|
|
+ summary Show access point hardware report
|
|
|
+ add <name> Add a new access point
|
|
|
+ list List access points
|
|
|
+ get <name> Get an access point by name
|
|
|
+ describe <name> Show detailed information about an access point
|
|
|
+ set <name> Update access point properties
|
|
|
+ del <name> Delete an access point
|
|
|
```
|
|
|
|
|
|
-## `rpk desktops cpu set`
|
|
|
+## `rpk accesspoints summary`
|
|
|
```
|
|
|
-USAGE:
|
|
|
- rpk desktops cpu set <desktop> <index> [OPTIONS]
|
|
|
+DESCRIPTION:
|
|
|
+Show access point hardware report
|
|
|
|
|
|
-ARGUMENTS:
|
|
|
- <desktop> The desktop name
|
|
|
- <index> The index of the desktop cpu
|
|
|
+USAGE:
|
|
|
+ rpk accesspoints summary [OPTIONS]
|
|
|
|
|
|
OPTIONS:
|
|
|
- -h, --help Prints help information
|
|
|
- --model The cpu model
|
|
|
- --cores The number of cpu cores
|
|
|
- --threads The number of cpu threads
|
|
|
+ -h, --help Prints help information
|
|
|
```
|
|
|
|
|
|
-## `rpk desktops cpu del`
|
|
|
+## `rpk accesspoints add`
|
|
|
```
|
|
|
+DESCRIPTION:
|
|
|
+Add a new access point
|
|
|
+
|
|
|
USAGE:
|
|
|
- rpk desktops cpu del <desktop> <index> [OPTIONS]
|
|
|
+ rpk accesspoints add <name> [OPTIONS]
|
|
|
|
|
|
ARGUMENTS:
|
|
|
- <desktop> The name of the desktop
|
|
|
- <index> The index of the desktop cpu to remove
|
|
|
+ <name> The access point name
|
|
|
|
|
|
OPTIONS:
|
|
|
-h, --help Prints help information
|
|
|
```
|
|
|
|
|
|
-## `rpk desktops drive`
|
|
|
+## `rpk accesspoints list`
|
|
|
```
|
|
|
+DESCRIPTION:
|
|
|
+List access points
|
|
|
+
|
|
|
USAGE:
|
|
|
- rpk desktops drive [OPTIONS] <COMMAND>
|
|
|
+ rpk accesspoints list [OPTIONS]
|
|
|
|
|
|
OPTIONS:
|
|
|
-h, --help Prints help information
|
|
|
-
|
|
|
-COMMANDS:
|
|
|
- add <desktop>
|
|
|
- set <desktop> <index>
|
|
|
- del <desktop> <index>
|
|
|
```
|
|
|
|
|
|
-## `rpk desktops drive add`
|
|
|
+## `rpk accesspoints get`
|
|
|
```
|
|
|
+DESCRIPTION:
|
|
|
+Get an access point by name
|
|
|
+
|
|
|
USAGE:
|
|
|
- rpk desktops drive add <desktop> [OPTIONS]
|
|
|
+ rpk accesspoints get <name> [OPTIONS]
|
|
|
|
|
|
ARGUMENTS:
|
|
|
- <desktop> The name of the desktop
|
|
|
+ <name> The access point name
|
|
|
|
|
|
OPTIONS:
|
|
|
- -h, --help Prints help information
|
|
|
- --type The drive type e.g hdd / ssd
|
|
|
- --size The drive capacity in Gb
|
|
|
+ -h, --help Prints help information
|
|
|
```
|
|
|
|
|
|
-## `rpk desktops drive set`
|
|
|
+## `rpk accesspoints describe`
|
|
|
```
|
|
|
+DESCRIPTION:
|
|
|
+Show detailed information about an access point
|
|
|
+
|
|
|
USAGE:
|
|
|
- rpk desktops drive set <desktop> <index> [OPTIONS]
|
|
|
+ rpk accesspoints describe <name> [OPTIONS]
|
|
|
|
|
|
ARGUMENTS:
|
|
|
- <desktop> The desktop name
|
|
|
- <index> The drive index to update
|
|
|
+ <name> The access point name
|
|
|
|
|
|
OPTIONS:
|
|
|
- -h, --help Prints help information
|
|
|
- --type The drive type e.g hdd / ssd
|
|
|
- --size The drive capacity in Gb
|
|
|
+ -h, --help Prints help information
|
|
|
```
|
|
|
|
|
|
-## `rpk desktops drive del`
|
|
|
+## `rpk accesspoints set`
|
|
|
```
|
|
|
+DESCRIPTION:
|
|
|
+Update access point properties
|
|
|
+
|
|
|
USAGE:
|
|
|
- rpk desktops drive del <desktop> <index> [OPTIONS]
|
|
|
+ rpk accesspoints set <name> [OPTIONS]
|
|
|
|
|
|
ARGUMENTS:
|
|
|
- <desktop> The name of the desktop
|
|
|
- <index> The index of the drive to remove
|
|
|
+ <name>
|
|
|
|
|
|
OPTIONS:
|
|
|
- -h, --help Prints help information
|
|
|
+ -h, --help Prints help information
|
|
|
+ --model The access point model name
|
|
|
+ --speed The speed of the access point in Gb
|
|
|
```
|
|
|
|
|
|
-## `rpk desktops gpu`
|
|
|
+## `rpk accesspoints del`
|
|
|
```
|
|
|
+DESCRIPTION:
|
|
|
+Delete an access point
|
|
|
+
|
|
|
USAGE:
|
|
|
- rpk desktops gpu [OPTIONS] <COMMAND>
|
|
|
+ rpk accesspoints del <name> [OPTIONS]
|
|
|
+
|
|
|
+ARGUMENTS:
|
|
|
+ <name> The access point name
|
|
|
|
|
|
OPTIONS:
|
|
|
-h, --help Prints help information
|
|
|
-
|
|
|
-COMMANDS:
|
|
|
- add <desktop>
|
|
|
- set <desktop> <index>
|
|
|
- del <desktop> <index>
|
|
|
```
|
|
|
|
|
|
-## `rpk desktops gpu add`
|
|
|
+## `rpk ups`
|
|
|
```
|
|
|
-USAGE:
|
|
|
- rpk desktops gpu add <desktop> [OPTIONS]
|
|
|
+DESCRIPTION:
|
|
|
+Manage UPS units
|
|
|
|
|
|
-ARGUMENTS:
|
|
|
- <desktop> The name of the desktop
|
|
|
+USAGE:
|
|
|
+ rpk ups [OPTIONS] <COMMAND>
|
|
|
|
|
|
OPTIONS:
|
|
|
- -h, --help Prints help information
|
|
|
- --model The Gpu model
|
|
|
- --vram The amount of gpu vram in Gb
|
|
|
+ -h, --help Prints help information
|
|
|
+
|
|
|
+COMMANDS:
|
|
|
+ summary Show UPS hardware report
|
|
|
+ add <name> Add a new UPS
|
|
|
+ list List UPS units
|
|
|
+ get <name> Get a UPS by name
|
|
|
+ describe <name> Show detailed information about a UPS
|
|
|
+ set <name> Update UPS properties
|
|
|
+ del <name> Delete a UPS
|
|
|
```
|
|
|
|
|
|
-## `rpk desktops gpu set`
|
|
|
+## `rpk ups summary`
|
|
|
```
|
|
|
-USAGE:
|
|
|
- rpk desktops gpu set <desktop> <index> [OPTIONS]
|
|
|
+DESCRIPTION:
|
|
|
+Show UPS hardware report
|
|
|
|
|
|
-ARGUMENTS:
|
|
|
- <desktop> The desktop name
|
|
|
- <index> The index of the gpu to update
|
|
|
+USAGE:
|
|
|
+ rpk ups summary [OPTIONS]
|
|
|
|
|
|
OPTIONS:
|
|
|
- -h, --help Prints help information
|
|
|
- --model The gpu model name
|
|
|
- --vram The amount of gpu vram in Gb
|
|
|
+ -h, --help Prints help information
|
|
|
```
|
|
|
|
|
|
-## `rpk desktops gpu del`
|
|
|
+## `rpk ups add`
|
|
|
```
|
|
|
+DESCRIPTION:
|
|
|
+Add a new UPS
|
|
|
+
|
|
|
USAGE:
|
|
|
- rpk desktops gpu del <desktop> <index> [OPTIONS]
|
|
|
+ rpk ups add <name> [OPTIONS]
|
|
|
|
|
|
ARGUMENTS:
|
|
|
- <desktop> The desktop name
|
|
|
- <index> The index of the Gpu to remove
|
|
|
+ <name>
|
|
|
|
|
|
OPTIONS:
|
|
|
-h, --help Prints help information
|
|
|
```
|
|
|
|
|
|
-## `rpk desktops nic`
|
|
|
+## `rpk ups list`
|
|
|
```
|
|
|
+DESCRIPTION:
|
|
|
+List UPS units
|
|
|
+
|
|
|
USAGE:
|
|
|
- rpk desktops nic [OPTIONS] <COMMAND>
|
|
|
+ rpk ups list [OPTIONS]
|
|
|
|
|
|
OPTIONS:
|
|
|
-h, --help Prints help information
|
|
|
-
|
|
|
-COMMANDS:
|
|
|
- add <desktop>
|
|
|
- set <desktop> <index>
|
|
|
- del <desktop> <index>
|
|
|
```
|
|
|
|
|
|
-## `rpk desktops nic add`
|
|
|
+## `rpk ups get`
|
|
|
```
|
|
|
+DESCRIPTION:
|
|
|
+Get a UPS by name
|
|
|
+
|
|
|
USAGE:
|
|
|
- rpk desktops nic add <desktop> [OPTIONS]
|
|
|
+ rpk ups get <name> [OPTIONS]
|
|
|
|
|
|
ARGUMENTS:
|
|
|
- <desktop> The desktop name
|
|
|
+ <name>
|
|
|
|
|
|
OPTIONS:
|
|
|
- -h, --help Prints help information
|
|
|
- --type The nic port type e.g rj45 / sfp+
|
|
|
- --speed The port speed
|
|
|
- --ports The number of ports
|
|
|
+ -h, --help Prints help information
|
|
|
```
|
|
|
|
|
|
-## `rpk desktops nic set`
|
|
|
+## `rpk ups describe`
|
|
|
```
|
|
|
+DESCRIPTION:
|
|
|
+Show detailed information about a UPS
|
|
|
+
|
|
|
USAGE:
|
|
|
- rpk desktops nic set <desktop> <index> [OPTIONS]
|
|
|
+ rpk ups describe <name> [OPTIONS]
|
|
|
|
|
|
ARGUMENTS:
|
|
|
- <desktop> The desktop name
|
|
|
- <index> The index of the nic to remove
|
|
|
+ <name>
|
|
|
|
|
|
OPTIONS:
|
|
|
- -h, --help Prints help information
|
|
|
- --type The nic port type e.g rj45 / sfp+
|
|
|
- --speed The speed of the nic in Gb/s
|
|
|
- --ports The number of ports
|
|
|
+ -h, --help Prints help information
|
|
|
```
|
|
|
|
|
|
-## `rpk desktops nic del`
|
|
|
+## `rpk ups set`
|
|
|
```
|
|
|
+DESCRIPTION:
|
|
|
+Update UPS properties
|
|
|
+
|
|
|
USAGE:
|
|
|
- rpk desktops nic del <desktop> <index> [OPTIONS]
|
|
|
+ rpk ups set <name> [OPTIONS]
|
|
|
|
|
|
ARGUMENTS:
|
|
|
- <desktop> The desktop name
|
|
|
- <index> The index of the nic to remove
|
|
|
+ <name>
|
|
|
|
|
|
OPTIONS:
|
|
|
- -h, --help Prints help information
|
|
|
+ -h, --help Prints help information
|
|
|
+ --model
|
|
|
+ --va
|
|
|
```
|
|
|
|
|
|
-## `rpk services`
|
|
|
+## `rpk ups del`
|
|
|
```
|
|
|
DESCRIPTION:
|
|
|
-Manage services
|
|
|
+Delete a UPS
|
|
|
|
|
|
USAGE:
|
|
|
- rpk services [OPTIONS] <COMMAND>
|
|
|
+ rpk ups del <name> [OPTIONS]
|
|
|
+
|
|
|
+ARGUMENTS:
|
|
|
+ <name>
|
|
|
|
|
|
OPTIONS:
|
|
|
-h, --help Prints help information
|
|
|
-
|
|
|
-COMMANDS:
|
|
|
- summary Show service summary report
|
|
|
- add <name> Add a new service
|
|
|
- list List all services
|
|
|
- get <name> Get a service by name
|
|
|
- describe <name> Show detailed information about a service
|
|
|
- set <name> Update service properties
|
|
|
- del <name> Delete a service
|
|
|
```
|
|
|
|
|
|
-## `rpk services summary`
|
|
|
+## `rpk desktops`
|
|
|
```
|
|
|
-DESCRIPTION:
|
|
|
-Show service summary report
|
|
|
-
|
|
|
USAGE:
|
|
|
- rpk services summary [OPTIONS]
|
|
|
+ rpk desktops [OPTIONS] <COMMAND>
|
|
|
|
|
|
OPTIONS:
|
|
|
-h, --help Prints help information
|
|
|
-```
|
|
|
|
|
|
-## `rpk services add`
|
|
|
+COMMANDS:
|
|
|
+ add <name>
|
|
|
+ list
|
|
|
+ get <name>
|
|
|
+ describe <name>
|
|
|
+ set <name>
|
|
|
+ del <name>
|
|
|
+ summary Show desktop hardware report
|
|
|
+ cpu
|
|
|
+ drive
|
|
|
+ gpu
|
|
|
+ nic
|
|
|
```
|
|
|
-DESCRIPTION:
|
|
|
-Add a new service
|
|
|
|
|
|
+## `rpk desktops add`
|
|
|
+```
|
|
|
USAGE:
|
|
|
- rpk services add <name> [OPTIONS]
|
|
|
+ rpk desktops add <name> [OPTIONS]
|
|
|
|
|
|
ARGUMENTS:
|
|
|
- <name> The name of the service
|
|
|
+ <name>
|
|
|
|
|
|
OPTIONS:
|
|
|
-h, --help Prints help information
|
|
|
```
|
|
|
|
|
|
-## `rpk services list`
|
|
|
+## `rpk desktops list`
|
|
|
```
|
|
|
-DESCRIPTION:
|
|
|
-List all services
|
|
|
-
|
|
|
USAGE:
|
|
|
- rpk services list [OPTIONS]
|
|
|
+ rpk desktops list [OPTIONS]
|
|
|
|
|
|
OPTIONS:
|
|
|
-h, --help Prints help information
|
|
|
```
|
|
|
|
|
|
-## `rpk services get`
|
|
|
+## `rpk desktops get`
|
|
|
```
|
|
|
-DESCRIPTION:
|
|
|
-Get a service by name
|
|
|
-
|
|
|
USAGE:
|
|
|
- rpk services get <name> [OPTIONS]
|
|
|
+ rpk desktops get <name> [OPTIONS]
|
|
|
|
|
|
ARGUMENTS:
|
|
|
- <name> The name of the service
|
|
|
+ <name>
|
|
|
|
|
|
OPTIONS:
|
|
|
-h, --help Prints help information
|
|
|
```
|
|
|
|
|
|
-## `rpk services describe`
|
|
|
+## `rpk desktops describe`
|
|
|
```
|
|
|
-DESCRIPTION:
|
|
|
-Show detailed information about a service
|
|
|
-
|
|
|
USAGE:
|
|
|
- rpk services describe <name> [OPTIONS]
|
|
|
+ rpk desktops describe <name> [OPTIONS]
|
|
|
|
|
|
ARGUMENTS:
|
|
|
- <name> The name of the service
|
|
|
+ <name>
|
|
|
|
|
|
OPTIONS:
|
|
|
-h, --help Prints help information
|
|
|
```
|
|
|
|
|
|
-## `rpk services set`
|
|
|
+## `rpk desktops set`
|
|
|
```
|
|
|
-DESCRIPTION:
|
|
|
-Update service properties
|
|
|
-
|
|
|
USAGE:
|
|
|
- rpk services set <name> [OPTIONS]
|
|
|
+ rpk desktops set <name> [OPTIONS]
|
|
|
|
|
|
ARGUMENTS:
|
|
|
<name>
|
|
|
|
|
|
OPTIONS:
|
|
|
- -h, --help Prints help information
|
|
|
- --ip The ip address of the service
|
|
|
- --port The port the service is running on
|
|
|
- --protocol The service protocol
|
|
|
- --url The service URL
|
|
|
- --runs-on The system the service is running on
|
|
|
+ -h, --help Prints help information
|
|
|
+ --model
|
|
|
```
|
|
|
|
|
|
-## `rpk services del`
|
|
|
+## `rpk desktops del`
|
|
|
```
|
|
|
-DESCRIPTION:
|
|
|
-Delete a service
|
|
|
-
|
|
|
USAGE:
|
|
|
- rpk services del <name> [OPTIONS]
|
|
|
+ rpk desktops del <name> [OPTIONS]
|
|
|
|
|
|
ARGUMENTS:
|
|
|
- <name> The name of the service
|
|
|
+ <name>
|
|
|
|
|
|
OPTIONS:
|
|
|
-h, --help Prints help information
|
|
|
```
|
|
|
|
|
|
-## `rpk ap`
|
|
|
+## `rpk desktops summary`
|
|
|
```
|
|
|
DESCRIPTION:
|
|
|
-Show access point hardware report
|
|
|
+Show desktop hardware report
|
|
|
|
|
|
USAGE:
|
|
|
- rpk ap [OPTIONS]
|
|
|
+ rpk desktops summary [OPTIONS]
|
|
|
|
|
|
OPTIONS:
|
|
|
-h, --help Prints help information
|
|
|
```
|
|
|
|
|
|
-## `rpk servers`
|
|
|
+## `rpk desktops cpu`
|
|
|
```
|
|
|
-DESCRIPTION:
|
|
|
-Manage servers
|
|
|
-
|
|
|
USAGE:
|
|
|
- rpk servers [OPTIONS] <COMMAND>
|
|
|
+ rpk desktops cpu [OPTIONS] <COMMAND>
|
|
|
|
|
|
OPTIONS:
|
|
|
-h, --help Prints help information
|
|
|
|
|
|
COMMANDS:
|
|
|
- summary Show a summarized hardware report for all servers
|
|
|
- add <name> Add a new server
|
|
|
- get <name> List servers or get a server by name
|
|
|
- describe <name> Show detailed information about a server
|
|
|
- set <name> Update server properties
|
|
|
- del <name> Delete a server
|
|
|
- tree <name> Displays a dependency tree for the server
|
|
|
- cpu Manage server CPUs
|
|
|
- drive Manage server drives
|
|
|
- gpu Manage server GPUs
|
|
|
- nic Manage server NICs
|
|
|
+ add <desktop>
|
|
|
+ set <desktop> <index>
|
|
|
+ del <desktop> <index>
|
|
|
```
|
|
|
|
|
|
-## `rpk servers summary`
|
|
|
+## `rpk desktops cpu add`
|
|
|
```
|
|
|
-DESCRIPTION:
|
|
|
-Show a summarized hardware report for all servers
|
|
|
-
|
|
|
USAGE:
|
|
|
- rpk servers summary [OPTIONS]
|
|
|
+ rpk desktops cpu add <desktop> [OPTIONS]
|
|
|
|
|
|
-OPTIONS:
|
|
|
- -h, --help Prints help information
|
|
|
-```
|
|
|
+ARGUMENTS:
|
|
|
+ <desktop> The desktop name
|
|
|
|
|
|
-## `rpk servers add`
|
|
|
+OPTIONS:
|
|
|
+ -h, --help Prints help information
|
|
|
+ --model The model name
|
|
|
+ --cores The number of cpu cores
|
|
|
+ --threads The number of cpu threads
|
|
|
```
|
|
|
-DESCRIPTION:
|
|
|
-Add a new server
|
|
|
|
|
|
+## `rpk desktops cpu set`
|
|
|
+```
|
|
|
USAGE:
|
|
|
- rpk servers add <name> [OPTIONS]
|
|
|
+ rpk desktops cpu set <desktop> <index> [OPTIONS]
|
|
|
|
|
|
ARGUMENTS:
|
|
|
- <name>
|
|
|
+ <desktop> The desktop name
|
|
|
+ <index> The index of the desktop cpu
|
|
|
|
|
|
OPTIONS:
|
|
|
- -h, --help Prints help information
|
|
|
+ -h, --help Prints help information
|
|
|
+ --model The cpu model
|
|
|
+ --cores The number of cpu cores
|
|
|
+ --threads The number of cpu threads
|
|
|
```
|
|
|
|
|
|
-## `rpk servers get`
|
|
|
+## `rpk desktops cpu del`
|
|
|
```
|
|
|
-DESCRIPTION:
|
|
|
-List servers or get a server by name
|
|
|
-
|
|
|
USAGE:
|
|
|
- rpk servers get <name> [OPTIONS]
|
|
|
+ rpk desktops cpu del <desktop> <index> [OPTIONS]
|
|
|
|
|
|
ARGUMENTS:
|
|
|
- <name>
|
|
|
+ <desktop> The name of the desktop
|
|
|
+ <index> The index of the desktop cpu to remove
|
|
|
|
|
|
OPTIONS:
|
|
|
-h, --help Prints help information
|
|
|
```
|
|
|
|
|
|
-## `rpk servers describe`
|
|
|
+## `rpk desktops drive`
|
|
|
```
|
|
|
-DESCRIPTION:
|
|
|
-Show detailed information about a server
|
|
|
-
|
|
|
USAGE:
|
|
|
- rpk servers describe <name> [OPTIONS]
|
|
|
-
|
|
|
-ARGUMENTS:
|
|
|
- <name>
|
|
|
+ rpk desktops drive [OPTIONS] <COMMAND>
|
|
|
|
|
|
OPTIONS:
|
|
|
-h, --help Prints help information
|
|
|
-```
|
|
|
|
|
|
-## `rpk servers set`
|
|
|
+COMMANDS:
|
|
|
+ add <desktop>
|
|
|
+ set <desktop> <index>
|
|
|
+ del <desktop> <index>
|
|
|
```
|
|
|
-DESCRIPTION:
|
|
|
-Update server properties
|
|
|
|
|
|
+## `rpk desktops drive add`
|
|
|
+```
|
|
|
USAGE:
|
|
|
- rpk servers set <name> [OPTIONS]
|
|
|
+ rpk desktops drive add <desktop> [OPTIONS]
|
|
|
|
|
|
ARGUMENTS:
|
|
|
- <name>
|
|
|
+ <desktop> The name of the desktop
|
|
|
|
|
|
OPTIONS:
|
|
|
- -h, --help Prints help information
|
|
|
- --ram <GB>
|
|
|
- --ipmi
|
|
|
+ -h, --help Prints help information
|
|
|
+ --type The drive type e.g hdd / ssd
|
|
|
+ --size The drive capacity in Gb
|
|
|
```
|
|
|
|
|
|
-## `rpk servers del`
|
|
|
+## `rpk desktops drive set`
|
|
|
```
|
|
|
-DESCRIPTION:
|
|
|
-Delete a server
|
|
|
-
|
|
|
USAGE:
|
|
|
- rpk servers del <name> [OPTIONS]
|
|
|
+ rpk desktops drive set <desktop> <index> [OPTIONS]
|
|
|
|
|
|
ARGUMENTS:
|
|
|
- <name>
|
|
|
+ <desktop> The desktop name
|
|
|
+ <index> The drive index to update
|
|
|
|
|
|
OPTIONS:
|
|
|
- -h, --help Prints help information
|
|
|
+ -h, --help Prints help information
|
|
|
+ --type The drive type e.g hdd / ssd
|
|
|
+ --size The drive capacity in Gb
|
|
|
```
|
|
|
|
|
|
-## `rpk servers tree`
|
|
|
+## `rpk desktops drive del`
|
|
|
```
|
|
|
-DESCRIPTION:
|
|
|
-Displays a dependency tree for the server
|
|
|
-
|
|
|
USAGE:
|
|
|
- rpk servers tree <name> [OPTIONS]
|
|
|
+ rpk desktops drive del <desktop> <index> [OPTIONS]
|
|
|
|
|
|
ARGUMENTS:
|
|
|
- <name>
|
|
|
+ <desktop> The name of the desktop
|
|
|
+ <index> The index of the drive to remove
|
|
|
|
|
|
OPTIONS:
|
|
|
-h, --help Prints help information
|
|
|
```
|
|
|
|
|
|
-## `rpk servers cpu`
|
|
|
+## `rpk desktops gpu`
|
|
|
```
|
|
|
-DESCRIPTION:
|
|
|
-Manage server CPUs
|
|
|
-
|
|
|
USAGE:
|
|
|
- rpk servers cpu [OPTIONS] <COMMAND>
|
|
|
+ rpk desktops gpu [OPTIONS] <COMMAND>
|
|
|
|
|
|
OPTIONS:
|
|
|
-h, --help Prints help information
|
|
|
|
|
|
COMMANDS:
|
|
|
- add <name> Add a CPU to a server
|
|
|
- set <name> Update a CPU on a server
|
|
|
- del <name> Remove a CPU from a server
|
|
|
+ add <desktop>
|
|
|
+ set <desktop> <index>
|
|
|
+ del <desktop> <index>
|
|
|
```
|
|
|
|
|
|
-## `rpk servers cpu add`
|
|
|
+## `rpk desktops gpu add`
|
|
|
```
|
|
|
-DESCRIPTION:
|
|
|
-Add a CPU to a server
|
|
|
-
|
|
|
USAGE:
|
|
|
- rpk servers cpu add <name> [OPTIONS]
|
|
|
+ rpk desktops gpu add <desktop> [OPTIONS]
|
|
|
|
|
|
ARGUMENTS:
|
|
|
- <name>
|
|
|
+ <desktop> The name of the desktop
|
|
|
|
|
|
OPTIONS:
|
|
|
- -h, --help Prints help information
|
|
|
- --model <MODEL>
|
|
|
- --cores <CORES>
|
|
|
- --threads <THREADS>
|
|
|
+ -h, --help Prints help information
|
|
|
+ --model The Gpu model
|
|
|
+ --vram The amount of gpu vram in Gb
|
|
|
```
|
|
|
|
|
|
-## `rpk servers cpu set`
|
|
|
+## `rpk desktops gpu set`
|
|
|
```
|
|
|
-DESCRIPTION:
|
|
|
-Update a CPU on a server
|
|
|
-
|
|
|
USAGE:
|
|
|
- rpk servers cpu set <name> [OPTIONS]
|
|
|
+ rpk desktops gpu set <desktop> <index> [OPTIONS]
|
|
|
|
|
|
ARGUMENTS:
|
|
|
- <name>
|
|
|
+ <desktop> The desktop name
|
|
|
+ <index> The index of the gpu to update
|
|
|
|
|
|
OPTIONS:
|
|
|
- -h, --help Prints help information
|
|
|
- --index <INDEX>
|
|
|
- --model <MODEL>
|
|
|
- --cores <CORES>
|
|
|
- --threads <THREADS>
|
|
|
+ -h, --help Prints help information
|
|
|
+ --model The gpu model name
|
|
|
+ --vram The amount of gpu vram in Gb
|
|
|
```
|
|
|
|
|
|
-## `rpk servers cpu del`
|
|
|
+## `rpk desktops gpu del`
|
|
|
```
|
|
|
-DESCRIPTION:
|
|
|
-Remove a CPU from a server
|
|
|
-
|
|
|
USAGE:
|
|
|
- rpk servers cpu del <name> [OPTIONS]
|
|
|
+ rpk desktops gpu del <desktop> <index> [OPTIONS]
|
|
|
|
|
|
ARGUMENTS:
|
|
|
- <name>
|
|
|
+ <desktop> The desktop name
|
|
|
+ <index> The index of the Gpu to remove
|
|
|
|
|
|
OPTIONS:
|
|
|
- -h, --help Prints help information
|
|
|
- --index <INDEX>
|
|
|
+ -h, --help Prints help information
|
|
|
```
|
|
|
|
|
|
-## `rpk servers drive`
|
|
|
+## `rpk desktops nic`
|
|
|
```
|
|
|
-DESCRIPTION:
|
|
|
-Manage server drives
|
|
|
-
|
|
|
USAGE:
|
|
|
- rpk servers drive [OPTIONS] <COMMAND>
|
|
|
+ rpk desktops nic [OPTIONS] <COMMAND>
|
|
|
|
|
|
OPTIONS:
|
|
|
-h, --help Prints help information
|
|
|
|
|
|
COMMANDS:
|
|
|
- add <name> Add a drive to a server
|
|
|
- set <name> Update a drive on a server
|
|
|
- del <name> Remove a drive from a server
|
|
|
+ add <desktop>
|
|
|
+ set <desktop> <index>
|
|
|
+ del <desktop> <index>
|
|
|
```
|
|
|
|
|
|
-## `rpk servers drive add`
|
|
|
+## `rpk desktops nic add`
|
|
|
```
|
|
|
-DESCRIPTION:
|
|
|
-Add a drive to a server
|
|
|
-
|
|
|
USAGE:
|
|
|
- rpk servers drive add <name> [OPTIONS]
|
|
|
+ rpk desktops nic add <desktop> [OPTIONS]
|
|
|
|
|
|
ARGUMENTS:
|
|
|
- <name>
|
|
|
+ <desktop> The desktop name
|
|
|
|
|
|
OPTIONS:
|
|
|
- -h, --help Prints help information
|
|
|
- --type <TYPE>
|
|
|
- --size <SIZE>
|
|
|
+ -h, --help Prints help information
|
|
|
+ --type The nic port type e.g rj45 / sfp+
|
|
|
+ --speed The port speed
|
|
|
+ --ports The number of ports
|
|
|
```
|
|
|
|
|
|
-## `rpk servers drive set`
|
|
|
+## `rpk desktops nic set`
|
|
|
```
|
|
|
-DESCRIPTION:
|
|
|
-Update a drive on a server
|
|
|
-
|
|
|
USAGE:
|
|
|
- rpk servers drive set <name> [OPTIONS]
|
|
|
+ rpk desktops nic set <desktop> <index> [OPTIONS]
|
|
|
|
|
|
ARGUMENTS:
|
|
|
- <name>
|
|
|
+ <desktop> The desktop name
|
|
|
+ <index> The index of the nic to remove
|
|
|
|
|
|
OPTIONS:
|
|
|
- -h, --help Prints help information
|
|
|
- --index <INDEX>
|
|
|
- --type <TYPE>
|
|
|
- --size <SIZE>
|
|
|
+ -h, --help Prints help information
|
|
|
+ --type The nic port type e.g rj45 / sfp+
|
|
|
+ --speed The speed of the nic in Gb/s
|
|
|
+ --ports The number of ports
|
|
|
```
|
|
|
|
|
|
-## `rpk servers drive del`
|
|
|
+## `rpk desktops nic del`
|
|
|
```
|
|
|
-DESCRIPTION:
|
|
|
-Remove a drive from a server
|
|
|
-
|
|
|
USAGE:
|
|
|
- rpk servers drive del <name> [OPTIONS]
|
|
|
+ rpk desktops nic del <desktop> <index> [OPTIONS]
|
|
|
|
|
|
ARGUMENTS:
|
|
|
- <name>
|
|
|
+ <desktop> The desktop name
|
|
|
+ <index> The index of the nic to remove
|
|
|
|
|
|
OPTIONS:
|
|
|
- -h, --help Prints help information
|
|
|
- --index <INDEX>
|
|
|
+ -h, --help Prints help information
|
|
|
```
|
|
|
|
|
|
-## `rpk servers gpu`
|
|
|
+## `rpk services`
|
|
|
```
|
|
|
DESCRIPTION:
|
|
|
-Manage server GPUs
|
|
|
+Manage services
|
|
|
|
|
|
USAGE:
|
|
|
- rpk servers gpu [OPTIONS] <COMMAND>
|
|
|
+ rpk services [OPTIONS] <COMMAND>
|
|
|
|
|
|
OPTIONS:
|
|
|
-h, --help Prints help information
|
|
|
|
|
|
COMMANDS:
|
|
|
- add <name> Add a GPU to a server
|
|
|
- set <name> Update a GPU on a server
|
|
|
- del <name> Remove a GPU from a server
|
|
|
+ summary Show service summary report
|
|
|
+ add <name> Add a new service
|
|
|
+ list List all services
|
|
|
+ get <name> Get a service by name
|
|
|
+ describe <name> Show detailed information about a service
|
|
|
+ set <name> Update service properties
|
|
|
+ del <name> Delete a service
|
|
|
+ subnets List service subnets or filter by CIDR
|
|
|
```
|
|
|
|
|
|
-## `rpk servers gpu add`
|
|
|
+## `rpk services summary`
|
|
|
```
|
|
|
DESCRIPTION:
|
|
|
-Add a GPU to a server
|
|
|
+Show service summary report
|
|
|
|
|
|
USAGE:
|
|
|
- rpk servers gpu add <name> [OPTIONS]
|
|
|
-
|
|
|
-ARGUMENTS:
|
|
|
- <name>
|
|
|
+ rpk services summary [OPTIONS]
|
|
|
|
|
|
OPTIONS:
|
|
|
- -h, --help Prints help information
|
|
|
- --model <MODEL>
|
|
|
- --vram <VRAM>
|
|
|
+ -h, --help Prints help information
|
|
|
```
|
|
|
|
|
|
-## `rpk servers gpu set`
|
|
|
+## `rpk services add`
|
|
|
```
|
|
|
DESCRIPTION:
|
|
|
-Update a GPU on a server
|
|
|
+Add a new service
|
|
|
|
|
|
USAGE:
|
|
|
- rpk servers gpu set <name> [OPTIONS]
|
|
|
+ rpk services add <name> [OPTIONS]
|
|
|
|
|
|
ARGUMENTS:
|
|
|
- <name>
|
|
|
+ <name> The name of the service
|
|
|
|
|
|
OPTIONS:
|
|
|
- -h, --help Prints help information
|
|
|
- --index <INDEX>
|
|
|
- --model <MODEL>
|
|
|
- --vram <VRAM>
|
|
|
+ -h, --help Prints help information
|
|
|
```
|
|
|
|
|
|
-## `rpk servers gpu del`
|
|
|
+## `rpk services list`
|
|
|
```
|
|
|
DESCRIPTION:
|
|
|
-Remove a GPU from a server
|
|
|
+List all services
|
|
|
|
|
|
USAGE:
|
|
|
- rpk servers gpu del <name> [OPTIONS]
|
|
|
-
|
|
|
-ARGUMENTS:
|
|
|
- <name>
|
|
|
+ rpk services list [OPTIONS]
|
|
|
|
|
|
OPTIONS:
|
|
|
- -h, --help Prints help information
|
|
|
- --index <INDEX>
|
|
|
+ -h, --help Prints help information
|
|
|
```
|
|
|
|
|
|
-## `rpk servers nic`
|
|
|
+## `rpk services get`
|
|
|
```
|
|
|
DESCRIPTION:
|
|
|
-Manage server NICs
|
|
|
+Get a service by name
|
|
|
|
|
|
USAGE:
|
|
|
- rpk servers nic [OPTIONS] <COMMAND>
|
|
|
+ rpk services get <name> [OPTIONS]
|
|
|
+
|
|
|
+ARGUMENTS:
|
|
|
+ <name> The name of the service
|
|
|
|
|
|
OPTIONS:
|
|
|
-h, --help Prints help information
|
|
|
-
|
|
|
-COMMANDS:
|
|
|
- add <name> Add a NIC to a server
|
|
|
- set <name> Update a NIC on a server
|
|
|
- del <name> Remove a NIC from a server
|
|
|
```
|
|
|
|
|
|
-## `rpk servers nic add`
|
|
|
+## `rpk services describe`
|
|
|
```
|
|
|
DESCRIPTION:
|
|
|
-Add a NIC to a server
|
|
|
+Show detailed information about a service
|
|
|
|
|
|
USAGE:
|
|
|
- rpk servers nic add <name> [OPTIONS]
|
|
|
+ rpk services describe <name> [OPTIONS]
|
|
|
|
|
|
ARGUMENTS:
|
|
|
- <name>
|
|
|
+ <name> The name of the service
|
|
|
|
|
|
OPTIONS:
|
|
|
- -h, --help Prints help information
|
|
|
- --type <TYPE>
|
|
|
- --speed <SPEED>
|
|
|
- --ports <PORTS>
|
|
|
+ -h, --help Prints help information
|
|
|
```
|
|
|
|
|
|
-## `rpk servers nic set`
|
|
|
+## `rpk services set`
|
|
|
```
|
|
|
DESCRIPTION:
|
|
|
-Update a NIC on a server
|
|
|
+Update service properties
|
|
|
|
|
|
USAGE:
|
|
|
- rpk servers nic set <name> [OPTIONS]
|
|
|
+ rpk services set <name> [OPTIONS]
|
|
|
|
|
|
ARGUMENTS:
|
|
|
<name>
|
|
|
|
|
|
OPTIONS:
|
|
|
- -h, --help Prints help information
|
|
|
- --index <INDEX>
|
|
|
- --type <TYPE>
|
|
|
- --speed <SPEED>
|
|
|
- --ports <PORTS>
|
|
|
+ -h, --help Prints help information
|
|
|
+ --ip The ip address of the service
|
|
|
+ --port The port the service is running on
|
|
|
+ --protocol The service protocol
|
|
|
+ --url The service URL
|
|
|
+ --runs-on The system the service is running on
|
|
|
```
|
|
|
|
|
|
-## `rpk servers nic del`
|
|
|
+## `rpk services del`
|
|
|
```
|
|
|
DESCRIPTION:
|
|
|
-Remove a NIC from a server
|
|
|
+Delete a service
|
|
|
|
|
|
USAGE:
|
|
|
- rpk servers nic del <name> [OPTIONS]
|
|
|
+ rpk services del <name> [OPTIONS]
|
|
|
|
|
|
ARGUMENTS:
|
|
|
- <name>
|
|
|
+ <name> The name of the service
|
|
|
|
|
|
OPTIONS:
|
|
|
- -h, --help Prints help information
|
|
|
- --index <INDEX>
|
|
|
+ -h, --help Prints help information
|
|
|
+```
|
|
|
+
|
|
|
+## `rpk services subnets`
|
|
|
+```
|
|
|
+DESCRIPTION:
|
|
|
+List service subnets or filter by CIDR
|
|
|
+
|
|
|
+USAGE:
|
|
|
+ rpk services subnets [OPTIONS]
|
|
|
+
|
|
|
+OPTIONS:
|
|
|
+ -h, --help Prints help information
|
|
|
+ --cidr <CIDR>
|
|
|
+ --prefix <PREFIX>
|
|
|
```
|
|
|
+
|