The vla_user_property command line tool allows to manage configurations of the VLA.
Each of configurations has its own property with true/false value in vla_user_property. All connections are shown in Configuration properties.
Feature | Property | Default Value |
---|---|---|
Datastore cluster support | properties.vla-server.dsc-support.active | true |
Network migration | properties.vla-server.network-migration.active | false |
vCenter to vCenter migration | properties.vla-server.vc2vc-migration.active | false |
Setting property to true value activates the feature and setting to false deactivates it.
Activate feature.
vla_user_property -s -p <configuration_property> -v true
Where <configuration_property> is one of properties from Configuration properties.
For example:
vla_user_property -s -p properties.vla-server.dsc-support.active -v true
Deactivate feature.
vla_user_property -s -p <configuration_property> -v false
vla_user_property -s -p properties.vla-server.dsc-support.active -v false
Retrive feature status.
vla_user_property -g -p <configuration_property>
vla_user_property -g -p properties.vla-server.dsc-support.active