File tree Expand file tree Collapse file tree
docs/srvctl-hosts-ebm-feature-set Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11This command activates or deactivates a feature on the selected enterprise bare metal server.
22
3- The ` --feature ` and ` --state ` flags are required. The ` --state ` flag accepts ` activate ` or ` deactivate ` .
3+ The ` --feature ` and ` --command ` flags are required. The ` --command ` flag accepts ` activate ` or ` deactivate ` .
44
55Supported feature names:
66
Original file line number Diff line number Diff line change 11A command to activate disaggregated public ports on the server with the "ex4mp1eID" ID:
22
33```
4- srvctl hosts ebm feature-set ex4mp1eID --feature disaggregated_public_ports --state activate
4+ srvctl hosts ebm feature-set ex4mp1eID --feature disaggregated_public_ports --command activate
55```
66
77A command to deactivate disaggregated public ports on the server with the "ex4mp1eID" ID:
88
99```
10- srvctl hosts ebm feature-set ex4mp1eID --feature disaggregated_public_ports --state deactivate
10+ srvctl hosts ebm feature-set ex4mp1eID --feature disaggregated_public_ports --command deactivate
1111```
1212
1313A command to activate rescue mode with password and SSH key authentication:
1414
1515```
1616srvctl hosts ebm feature-set ex4mp1eID \
1717 --feature host_rescue_mode \
18- --state activate \
18+ --command activate \
1919 --auth-method password \
2020 --auth-method ssh_key \
2121 --ssh-key-fingerprint aa:bb:cc:dd:ee:ff
@@ -26,12 +26,12 @@ A command to activate private iPXE boot with a custom script:
2626```
2727srvctl hosts ebm feature-set ex4mp1eID \
2828 --feature private_ipxe_boot \
29- --state activate \
29+ --command activate \
3030 --ipxe-config "#!ipxe\nchain http://boot.example.com/script.ipxe"
3131```
3232
3333A command to deactivate rescue mode:
3434
3535```
36- srvctl hosts ebm feature-set ex4mp1eID --feature host_rescue_mode --state deactivate
36+ srvctl hosts ebm feature-set ex4mp1eID --feature host_rescue_mode --command deactivate
3737```
You can’t perform that action at this time.
0 commit comments