Brocade Mobility RFS Controller CLI Reference Guide (Supporting software release 5.5.0.0 and later) User Manual

Page 90

Advertising
background image

72

Brocade Mobility RFS Controller CLI Reference Guide

53-1003098-01

2

virtual-machine set memory <512-8192> [adsp|team-cmt] {on <DEVICE-NAME>}

virtual-machine set Mobility-memory <12288-32739>

virtual-machine [start|stop] [adsp|team-cmt] {on <DEVICE-NAME>}

virtual-machine uninstall [adsp|team-cmt] {on <DEVICE-NAME>}

Example

The following examples show the VM installation process:

Insatllation media: USB

<DEVICE>#virtual-machine install <VM-NAME> type iso disk-size 8 install-media

usb1://vms/win7.iso autostart start memory 512 vcpus 3 vif-count 2 vnc enable

Installation media: pre-installed disk image

<DEVICE>#virtual-machine install <VM-NAME> type disk install-media

flash:/vms/win7_disk.img autostart start memory 512 vcpus 3 vif-count 2

vnc-enable on <DEVICE-NAME>

In the preceding example, the command is executed on the device identified by

the <DEVICE-NAME> keyword. In such a scenario, the disk-size is ignored if

specified. The VM has the install media as first boot device.

Installation media: VM archive

<DEVICE>#virtual-machine install type vm-archive install-media

flash:/vms/<VM-NAME> vcpus 3

In the preceding example, the default configuration attached with the VM

archive overrides any parameters specified.

virtual-machine set
memory

Modifies the ADSP or TEAM-CMT VM’s memory, in MB, based on the parameter passed. Specify a value
from 512 - 8192 MB.

on <DEVICE-NAME> – Optional. Executes the command on a specified device or devices

<DEVICE-NAME> – Specify the service platform name. In case of multiple devices,

list the device names separated by commas.

virtual-machine set
Mobility-memory
<12288-32739>

Specifies the Mobility memory size in MB
This command is applicable only to the Brocade Mobility RFS9510 service platforms. Use the show >
virtual-machine-configuration
command to view the configured memory allocation. Use the show >
virtual-machine-statistics
to view the current allocated memory allocation.

<12288-32739> – Specify a value from 12288 - 32739 MB. The default is 18432 MB.

The new memory setting takes effect only after the next boot.

virtual-machine
[start|stop]

Starts/stops the ADSP or TEAM-CMT VM, based on the parameter passed

start – Starts the ADSP or TEAM-CMT VM. Use this command to boot a shut down VM (in a stop
state).

stop – Stops a running ADSP or TEAM-CMT VM. Use this command to shut down a running VM.

on <DEVICE-NAME> – Optional. Executes the start/stop command on a specified device or devices

<DEVICE-NAME> – Specify the service platform name. In case of multiple devices,
list the device names separated by commas.

virtual-machine uninstall

Uninstalls the ADSP or TEAM-CMT VM based on the parameter passed

on <DEVICE-NAME> – Optional. Executes the command on a specified device or devices

<DEVICE-NAME> – Specify the service platform name. In case of multiple devices,

list the device names separated by commas.

Advertising