Reference Guide

Table Of Contents
Format
usage: svc_migrate_to_vcenter restore_on_vcenter [-h] [--generate_config]
config
Optional arguments
Action Description
-h, --help
Show the help message and exit.
--generate_config
Only generate the template configuration and finish.
Positional arguments
Action Description
config
The JSON config file that should have the following structure:
{'data_center_name': '<Optional. Allows to redefine Data Center name in a new
vCenter>', 'provider_name': '<Optional. Allows to redefine Storage provider
name in a new vCenter>', 'cluster_name': '<Optional. Allows to redefine name
foe ESX cluster in a new vCenter>', 'esxs': [{'host': '<ESXi IP/host>',
'password': '<ESXi root password>'}, {'host': '<ESXi IP/host>', 'password':
'<ESXi root password>'}], 'vcenter': {'host': '<vCenter IP/host>', 'password':
'<vCenter password>', 'user': '<vCenter username>'}, 'power_store': {'password':
'<PowerStore password>', 'user': '<PowerStore user>'}}
Remove empty proxy switches (svc_migrate_to_vcenter fix
restore issues)
This service script removes empty proxy switches from ESXs if needed. Run this command if prompted by the
restore_on_vcenter or migrate_to_vcenter commands.
Format
svc_migrate_to_vcenter fix_restore_issues [-h] [--generate_config]
config
Optional arguments
Action
Description
-h, --help
Show the help message and exit.
--generate_config
Only generate the template configuration and finish.
46 Service Commands