11 cluster update member, Cluster update member – PLANET WGSW-50040 User Manual

Page 82

Advertising
background image

Instructions:

This command enables cluster function. Cluster function has to be enabled before implementing any

other cluster commands. The “no cluster run” disables cluster function. It is recommended that

users allocate an exclusive vlan for cluster(such as vlan100)

Note:Routing protocols should be disabled on the layer-3 interface where cluster vlan locates to

avoid broadcasting private route of the cluster.

Example:

Disable cluster function in the local switch.

Switch (config)#no cluster run

2.11 cluster update member

Command:

cluster update member <member-id> <src-url> <dst-filename> [ascii | binary]

Function:

Remotely upgrade member switches from the commander switch.

Parameters:

member-id:ranging from 1 to 128. Use hyphen “-” or semicolon “;” to specify more than one

member;

src-url:the location of source files to be copied;

dst-filename:the specified filename for saving the file in the switch flash;

ascii means that the file transmission follows ASCII standard; binary means that the file transmission

follows binary standard, which is de default mode.

when src-url is a FTP address, its form will be:

ftp://<username>:<password>@<ipadress>/<filename>,in which <username> is the FTP

username <password> is the FTP password <ipadress> is the IP address of the FTP

server,<filename> is the name of the file to be downloaded via FTP.

when src-url is a TFTP address, its form will be: tftp://<ipadress>/<filename>,in which <ipadress>is

the IP address of the TFTP server <filename> is the name of the file to be downloaded via.

Special keywords used in filename:

Keywords

source or destination address

startup-config

start the configuration file

nos.img

system file

Command mode:

Admin Mode

Usage Guide:

Advertising