The following procedure introduces how to customize the server or port number used from the Virtualization Engine Connection to a Masking Engine. These changes to ports or servers do not alter the Masking Engine UI port, but rather, coordinates communication between the masking engine and a virtualization engine about available masking jobs and job results.
You cannot use port 80, because the Delphix Engine is already using it.
To change the web interface port number on the virtualization engine:
- Using a shell, login to the CLI using delphix_admin.
- At the CLI root prompt, type maskingjob.
- At the maskingjob prompt, type serviceconfig.
- To list service configurations, type Is.
- At the serviceconfig, type select `MASKING_SERVICE_CONFIG-1.
- To view the configurations, type ls.
- With this service config selected, enter update.
- In the update mode, type set port=[YOUR DESIRED PORT NUMBER].
- Commit the change by typing commit.
- Type ls to confirm the configurations.
- Type exit to exit the CLI.
Example
The example below shows the step using a Unix-like shell to access the CLI.
YOUR_MACHINE $ ssh delphix_admin@YOUR_MASKING_SERVER YOUR_MASKING_SERVER> maskingjob YOUR_MASKING_SERVER maskingjob> serviceconfig YOUR_MASKING_SERVER maskingjob serviceconfig> ls Objects NAME SERVER PORT USERNAME CREDENTIALS `MASKING_SERVICE_CONFIG-1 localhost 8282 delphix_admin { ... } YOUR_MASKING_SERVER maskingjob serviceconfig> select `MASKING_SERVICE_CONFIG-1 YOUR_MASKING_SERVER maskingjob serviceconfig '`MASKING_SERVICE_CONFIG-1'> update YOUR_MASKING_SERVER maskingjob serviceconfig '`MASKING_SERVICE_CONFIG-1' update *> set port=8080 YOUR_MASKING_SERVER maskingjob serviceconfig '`MASKING_SERVICE_CONFIG-1' update *> commit YOUR_MASKING_SERVER maskingjob serviceconfig '`MASKING_SERVICE_CONFIG-1'> ls Properties type: MaskingServiceConfig name: (unset) credentials: type: PasswordCredential password: ******** port: 8080 reference: MASKING_SERVICE_CONFIG-1 server: localhost username: delphix_admin Operations update YOUR_MASKING_SERVER maskingjob serviceconfig '`MASKING_SERVICE_CONFIG-1'> exit