1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161
|
.. _cli_hardware:
Hardware Commands
=================
.. click:: SoftLayer.CLI.hardware.bandwidth:cli
:prog: hardware bandwidth
:show-nested:
.. click:: SoftLayer.CLI.hardware.cancel_reasons:cli
:prog: hardware cancel-reasons
:show-nested:
.. click:: SoftLayer.CLI.hardware.cancel:cli
:prog: hardware cancel
:show-nested:
.. click:: SoftLayer.CLI.hardware.create_options:cli
:prog: hardware create-options
:show-nested:
.. click:: SoftLayer.CLI.hardware.create:cli
:prog: hardware create
:show-nested:
.. click:: SoftLayer.CLI.hardware.monitoring:cli
:prog: hardware monitoring
:show-nested:
Provides some basic functionality to order a server. `slcli order` has a more full featured method of ordering servers. This command only supports the FAST_PROVISION type.
As of v5.9.0 please use the `--network` option for specifying port speed, as that allows a bit more granularity for choosing your networking type.
.. click:: SoftLayer.CLI.hardware.credentials:cli
:prog: hardware credentials
:show-nested:
.. click:: SoftLayer.CLI.hardware.detail:cli
:prog: hardware detail
:show-nested:
.. click:: SoftLayer.CLI.hardware.billing:cli
:prog: hardware billing
:show-nested:
.. click:: SoftLayer.CLI.hardware.edit:cli
:prog: hardware edit
:show-nested:
**Note :** Using multiple ' **:** ' can cause an error.
$ slcli hw edit 123456 --tag "cloud:service:db2whoc, cloud:svcplan:flex, cloud:svcenv:prod, cloud:bmixenv:fra"
TransportError(0): ('Connection aborted.',
RemoteDisconnected('Remote end closed connection without response',))
When setting port speed, use "-1" to indicate best possible configuration. Using 10/100/1000/10000 on a server with a redundant interface may result the interface entering a degraded state. See `setPublicNetworkInterfaceSpeed <http://sldn.softlayer.com/reference/services/SoftLayer_Hardware_Server/setPublicNetworkInterfaceSpeed/>`_ for more information.
.. click:: SoftLayer.CLI.hardware.list:cli
:prog: hardware list
:show-nested:
.. click:: SoftLayer.CLI.hardware.power:power_cycle
:prog: hardware power-cycle
:show-nested:
.. click:: SoftLayer.CLI.hardware.power:power_off
:prog: hardware power-off
:show-nested:
.. click:: SoftLayer.CLI.hardware.power:power_on
:prog: hardware power-on
:show-nested:
.. click:: SoftLayer.CLI.hardware.power:reboot
:prog: hardware reboot
:show-nested:
.. click:: SoftLayer.CLI.hardware.reload:cli
:prog: hardware reload
:show-nested:
.. click:: SoftLayer.CLI.hardware.power:rescue
:prog: hardware rescue
.. click:: SoftLayer.CLI.hardware.reflash_firmware:cli
:prog: hardware reflash-firmware
:show-nested:
Reflash here means the current version of the firmware running on your server will be re-flashed onto the selected hardware. This does require a reboot. See `slcli hw update-firmware` if you want the newest version.
.. click:: SoftLayer.CLI.hardware.update_firmware:cli
:prog: hardware update-firmware
:show-nested:
This function updates the firmware of a server. If already at the latest version, no software is installed.
.. click:: SoftLayer.CLI.hardware.toggle_ipmi:cli
:prog: hardware toggle-ipmi
:show-nested:
.. click:: SoftLayer.CLI.hardware.ready:cli
:prog: hardware ready
:show-nested:
.. click:: SoftLayer.CLI.hardware.dns:cli
:prog: hardware dns-sync
:show-nested:
.. click:: SoftLayer.CLI.hardware.storage:cli
:prog: hardware storage
:show-nested:
.. click:: SoftLayer.CLI.hardware.authorize_storage:cli
:prog: hardware authorize-storage
:show-nested:
.. click:: SoftLayer.CLI.hardware.upgrade:cli
:prog: hardware upgrade
:show-nested:
.. click:: SoftLayer.CLI.hardware.sensor:cli
:prog: hardware sensor
:show-nested:
.. click:: SoftLayer.CLI.hardware.notifications:cli
:prog: hardware notifications
:show-nested:
.. click:: SoftLayer.CLI.hardware.notification_add:cli
:prog: hardware notification-add
:show-nested:
.. click:: SoftLayer.CLI.hardware.notification_delete:cli
:prog: hardware notification-delete
:show-nested:
.. click:: SoftLayer.CLI.hardware.create_credential:cli
:prog: hardware create-credential
:show-nested:
.. click:: SoftLayer.CLI.hardware.vlan_add:cli
:prog: hardware vlan-add
:show-nested:
.. click:: SoftLayer.CLI.hardware.vlan_remove:cli
:prog: hardware vlan-remove
:show-nested:
.. click:: SoftLayer.CLI.hardware.vlan_trunkable:cli
:prog: hardware vlan-trunkable
:show-nested:
|