Use the pdbctl Utility as Migration Server
After the utility is deployed to be used as migration server, use the serve command to bring pdbctl up as migration server.
Steps
- Navigate to the pdbctl utility directory. 
- Run the following command to view the flags required to pass with - serve.- ./pdbctl serve -h
Flag Description
The following table describes the flags associated with this command:
| Flag | Data Type | Description | 
|---|---|---|
| — -c, --certPath — -k, --keyPath | string | Path of the server certificate and key. Note: The migration server supports only SSL; therefore, it is mandatory to use these flags. | 
| -h | Flag to view help for the servecommand. | |
| -p | string | Port on which pdbctl will come up as migration server. | 
| --verbose | Prints verbose logs. Migration server runs in verbose mode and the request and response xml are visible on the console. | 
Sample Command
    pdbctl.exe serve -p 1123 -c certificate.crt -k certificate_key.key --verbose