Previous Topic: Access and Run Reports


Customize VM Name

The following procedure enables you to customize the VM name through CA Process Automation.

Follow these steps:

  1. Log in to the CA Process Automation web client.
  2. Click the Library tab.
  3. Click the CA ASC folder.

    Contents open on the right side pane.

  4. Edit ASC_GlobalDataset, click Check Out.
  5. Expand the Parameters folder.
  6. Change the value of UseServerNamingProcess to True.
  7. Click Check In.
  8. Click OK to confirm Check In and return to the main CA Process Automation window.
  9. Click the Library tab, expand CA ASC, Samples folder.

    Contents of the folder open to the right side pane.

  10. Right-click and edit the ServerNamingSample process.

    The operator opens in the Designer tab.

  11. Click "Set Create Reservation Parameters Naming" operator.
  12. Click the Source Code button under the Run Java script section.

    The source code editor opens.

  13. Edit the following line of code to change the VM name:
    Process.customName = "DEMO:" + Process.requestID + ":Automatic::";