Version – HP Virtual Connect Flex-10 10Gb Ethernet Module for c-Class BladeSystem User Manual

Page 13

Advertising
background image

Commands 13

Update a single module in an enclosure managed by Virtual Connect:

vcutil -a update -i 192.168.1.100 -u Administrator -p password -vcu John
-vcp vcPass -l C:\images\vcfw-120.bin

Perform an update and specify an activation ordering method:

vcutil -a update -i 192.168.1.100 -u Administrator -p password -vcu John
-vcp vcPass -l C:\images\vcfw-120.bin -oe serial -of parallel

Perform an update using a firmware image from a web server URL:

vcutil –a update –i 192.168.1.100 –u Administrator –p password –l
http://www.myserver.com/vcfw-120.bin

Perform an update using a firmware image from an FTP server on the network:

vcutil –a update –i 192.168.1.100 –u Administrator –p password –l
ftp://user:[email protected]/vcfw-120.bin

Perform an update of the same firmware version on a degraded module:

Vcutil -a update -i 192.168.1.100 -u Administrator -p password -l
C:\images\vcfc-120.bin -f version,health

version

Display the current running firmware version on all modules in a specific target enclosure.

Item Description

Syntax

vcutil -a version -i <IP> -u <USER> -p <PWD> [-b <BAY>]

Parameters:

IP

IP address of the active OA in the enclosure*

USER

Name of the OA user with privileges to access all enclosure interconnect bays

PWD

Password of the OA user

BAY

Optional. The bay number of the target module. If not specified, the default is all supported
modules.

*In a multi-enclosure environment, this must be the IP address of the active OA in the primary enclosure.

Examples
Display all modules and their current firmware versions:

vcutil -a version -i 192.168.1.100 -u Administrator -p password

Display a single module and its current firmware version:

vcutil -a version -i 192.168.1.100 -u Administrator -p password -b 1

Advertising