Version
nv show system version
|
|
nv show system version Displays system version information, including 'base-os' and 'product-release'. |
||
|
Syntax Description |
N/A |
||
|
Default |
N/A |
||
|
History |
25.02.2002 25.02.5002 Updated output |
||
|
Example |
|
||
|
REST API |
GET https://<ip>/nvue_v1/system/version |
||
|
Related Commands |
nv show system
|
||
|
Notes |
|
||
Image
nv show system image
|
|
nv show system image Show system image information.
|
|
|
Syntax Description |
N/A |
|
|
Default |
N/A |
|
|
History |
25.02.2002 25.02.3000 Updated command output |
|
|
Example |
|
|
|
REST API |
GET https://<ip>/nvue_v1/system/image |
|
|
Related commands |
nv show system image files |
|
|
Notes |
|
|
nv show system version image
|
|
nv show system version image Displays information about the system's boot image. |
|
|
Syntax Description |
N/A |
|
|
Default |
N/A |
|
|
History |
25.02.5002 |
|
|
Example |
|
|
|
REST API |
GET https://<ip>/nvue_v1/system/version/image |
|
|
Related commands |
|
|
|
Notes |
|
|
nv show system version packages installed
|
|
nv show system version packages installed Lists all currently installed software packages on the system. |
|
|
Syntax Description |
N/A |
|
|
Default |
N/A |
|
|
History |
25.02.5002 |
|
|
Example |
|
|
|
REST API |
GET https://<ip>/nvue_v1/system/version/packages/installed |
|
|
Related commands |
|
|
|
Notes |
|
|
nv show system version packages installed id
|
|
nv show system version packages installed <installed-id> Displays detailed information about a specific installed software package. Replace with the actual package name. |
|
|
Syntax Description |
N/A |
|
|
Default |
N/A |
|
|
History |
25.02.5002 |
|
|
Example |
|
|
|
REST API |
GET https://<ip>/nvue_v1/system/version/packages/installed/<installed-id> |
|
|
Related commands |
|
|
|
Notes |
|
|
nv show system image files
|
|
nv show system image files Show files in the image directory on the switch file system. |
|
|
Syntax Description |
N/A |
|
|
Default |
N/A |
|
|
History |
25.02.2002 |
|
|
Example |
|
|
|
REST API |
GET https://<ip>/nvue_v1/system/image/files |
|
|
Related commands |
nv show system image |
|
|
Notes |
|
|
nv action fetch system image
|
|
nv action fetch system image <remote-url> Fetch/download a file from a remote server and stores it locally. |
||
|
Syntax Description |
remote-url |
|
|
|
Default |
N/A |
||
|
History |
25.02.2002 |
||
|
Example |
|
||
|
REST API |
POST https://<ip>/nvue_v1/system/image |
||
|
Related Commands |
nv show system image files |
||
|
Notes |
Using https requires the remote server to have a valid CA certificate. |
||
nv action install system image files
|
|
nv action install system image files {image-file} [force] [reboot <yes/no>] Install system image from a binary file and reboot the system. |
|
|
Syntax Description
|
image-file |
Path to the binary file to install on the OS filesystems |
|
force |
Force the action without asking for user confirmation |
|
|
reboot |
Install image with or without system reboot |
|
|
Default |
N/A |
|
|
History |
25.02.2002 |
|
|
Example |
|
|
|
REST API |
POST https://<ip>/nvue_v1/system/image/files/ |
|
|
Related commands |
nv show system image |
|
|
Notes |
Executing the command for an image that is already installed on the other partition will not install the image again, it will only change the "boot-next" image. |
|
nv action rename system image files
|
|
nv action rename system image files <image> <new-name> Rename an image file. |
||
|
Syntax Description |
image |
Source image file name |
|
|
new-name |
Destination image file name |
||
|
Default |
N/A |
In case of an empty parameter performs a regular reboot without force. |
|
|
History |
25.02.2002 |
||
|
Example |
|
||
|
REST API |
POST https://<ip>/nvue_v1/system/image/files/<file-name> |
||
|
Related Commands |
nv show system image files |
||
|
Notes |
|
||
nv action upload system image files
|
|
nv action upload system image files <image> <remote-url> Upload an image file to remote location. |
|
|
Syntax Description |
image |
Image file to upload |
|
remote-url |
Destination image file name
|
|
|
Default |
N/A |
|
|
History |
25.02.2002 25.02.4002 Added HTTPS support in remote-url |
|
|
Example |
|
|
|
REST API |
POST https://<ip>/nvue_v1/system/image/files/<file-name> |
|
|
Related commands |
nv show system image files |
|
|
Notes |
|
|
nv action uninstall system image
|
|
nv action uninstall system image Removes old unused images that are not current or boot-next. |
|
|
Syntax Description |
N/A |
|
|
Default |
N/A |
|
|
History |
25.02.2002 |
|
|
Example |
|
|
|
REST API |
POST https://<ip>/nvue_v1/system/image |
|
|
Related commands |
nv show system image |
|
|
Notes |
|
|
nv action delete system image files
|
|
nv action delete system image files <image> Delete an image from file system. |
||
|
Syntax Description |
image |
Image file name |
|
|
Default |
N/A |
||
|
History |
25.02.2002 |
||
|
Example |
|
||
|
REST API |
POST https://<ip>/nvue_v1/system/image/files/<file-name> |
||
|
Related Commands |
nv show system image files |
||
|
Notes |
|
||
nv action uninstall system image force
|
|
nv action uninstall system image force Uninstall the system image.
|
|
|
Syntax Description |
image-id |
System image identifier |
|
Default |
N/A |
|
|
History |
25.02.2002 |
|
|
Example |
|
|
|
REST API |
POST https://<ip>/nvue_v1/system/image |
|
|
Related commands |
nv show system image |
|
|
Notes |
Image ID can be retrieved by the "nv show system image" command. |
|
nv action boot-next system image
|
|
nv action boot-next system image <image-id> Set boot-next system image.
|
|
|
Syntax Description |
image-id |
System image identifier |
|
Default |
N/A |
|
|
History |
25.02.2002 |
|
|
Example |
|
|
|
REST API |
POST https://<ip>/nvue_v1/system/image |
|
|
Related commands |
nv show system image |
|
|
Notes |
|
|
Firmware
nv show platform firmware
|
|
nv show platform firmware Show platform firmware information.
|
|
|
Syntax Description |
N/A |
|
|
Default |
N/A |
|
|
History |
25.02.2002 |
|
|
Example |
|
|
|
REST API |
GET https://<ip>/nvue_v1/platform/firmware |
|
|
Related commands |
|
|
|
Notes |
|
|
nv show platform firmware id
|
|
nv show platform firmware <component-id> Show platform firmware information for specific component.
|
|
|
Syntax Description |
component-id |
Platform component name (e.g., ASIC, BIOS, transceiver, SSD) |
|
Default |
N/A |
|
|
History |
25.02.2002 |
|
|
Example |
|
|
|
REST API |
GET https://<ip>/nvue_v1/platform/firmware/<component-id> |
|
|
Related Commands |
nv show platform firmware |
|
|
Notes |
|
|
nv show platform firmware files
|
|
nv show platform firmware <component-id> filesDisplay the list of available firmware files for specific component.
|
|
|
Syntax Description |
component-id |
Platform component name (e.g., ASIC, BIOS, transceiver) |
|
Default |
N/A |
|
|
History |
25.02.2002 |
|
|
Example |
|
|
|
REST API |
GET https://<ip>/nvue_v1/platform/firmware/{component-id}/files
|
|
|
Related commands |
nv show platform firmware
|
|
|
Notes |
|
|
nv set/unset platform firmware
|
|
nv set platform firmware [ASIC | BIOS] [auto-update {enabled,disabled} | fw-source {default,custom}]
Update the platform ASIC or BIOS component configuration. |
|
|
Syntax Description |
auto-update |
Firmware component auto-update state |
|
fw-source |
Firmware component default source |
|
|
Default |
auto-update |
ASIC: enabled
|
|
fw-source |
default |
|
|
History |
25.02.2002 25.02.6007 Updated auto-update BIOS default to "disabled" |
|
|
Example |
|
|
|
REST API |
PATCH https://<ip>/nvue_v1/platform/firmware/ASIC |
|
|
Related commands |
|
|
|
Notes |
The configuration on BIOS is not available on system with BMC. |
|
nv action install platform firmware files
|
|
nv action install platform firmware <platform-component-id> files <file-name> [force] [skip-reboot]Install platform firmware image.
|
|
|
Syntax Description
|
platform-component-id |
Platform component name (e.g., ASIC, BIOS, transceiver, SSD) |
|
file-name |
Path to the firmware file. |
|
|
force |
Force the action without asking for user confirmation. |
|
|
skip-reboot |
Skip reboot after firmware installation. If force was specified, the reboot will still be skipped. |
|
|
|
||
|
Default |
N/A |
|
|
History |
25.02.2002 |
|
|
Example |
|
|
|
REST API |
POST https://<ip>/nvue_v1/platform/firmware/{platform-component-id}/files/{file-name}
|
|
|
Related commands |
nv set/unset platform firmware ASIC auto-update
|
|
|
Notes |
|
|
nv action delete platform firmware files
|
|
nv action delete platform firmware <component-id> files <file-name>Delete firmware file from the filesystem for specific component such as ASIC, BIOS, CPLD and transceiver. |
|
|
Syntax Description
|
file-name |
firmware file name |
|
component-id |
Platform component name (e.g., ASIC, BIOS, transceiver) |
|
|
Default |
N/A |
|
|
History |
25.02.2002 |
|
|
Example |
|
|
|
REST API |
POST https://<ip>/nvue_v1/platform/firmware/{component-id}/files/{file-name} |
|
|
Related commands |
nv show platform firmware <component-id> files
|
|
|
Notes |
|
|
nv action rename platform firmware files
|
|
nv action rename platform firmware <component-id> files <file-name> <new-name>Rename available firmware file for platform components such as ASIC, BIOS, CPLD and transceiver. |
|
|
Syntax Description |
file-name |
Firmware file name |
|
new-name |
New name for firmware file |
|
|
component-id |
Platform component name (e.g., ASIC, BIOS, transceiver) |
|
|
Default |
N/A |
|
|
History |
25.02.2002 |
|
|
Example |
|
|
|
REST API |
POST https://<ip>/nvue_v1/platform/firmware/{component-id}/files/{file-name} |
|
|
Related commands |
nv show platform firmware <component-id> files
|
|
|
Notes |
|
|
nv action fetch platform firmware
|
|
nv action fetch platform firmware <component-id> <remote-url>Fetch remote firmware file to local filesystem for platform components such as ASIC, BIOS, CPLD and transceiver. |
|
|
Syntax Description |
component-id |
Platform component name (e.g., ASIC, BIOS, transceiver) |
|
remote-url |
|
|
|
Default |
N/A |
|
|
History |
25.02.2002 |
|
|
Example |
|
|
|
REST API |
POST https://<ip>/nvue_v1/platform/firmware/{component-id}/files/{file-name} |
|
|
Related commands |
nv show platform firmware <component-id> files
|
|
|
Notes |
|
|
nv action upload platform firmware files
|
|
nv action upload platform firmware <component-id> files <file-name> <remote-url>Upload available firmware file for platform components such as ASIC, BIOS, CPLD and transceiver to remote server. |
|
|
Syntax Description |
component-id |
Platform component name (e.g., ASIC, BIOS, transceiver) |
|
file-name |
Firmware file name |
|
|
remote-url |
Destination image file name
|
|
|
Default |
N/A |
|
|
History |
25.02.2002 25.02.4002 Added HTTPS support in remote-url |
|
|
Example |
|
|
|
REST API |
POST https://<ip>/nvue_v1/platform/firmware/{component-id}/files/{file-name} |
|
|
Related commands |
nv show platform firmware <component-id> files
|
|
|
Notes |
|
|
Last updated: