Use the ovpmutil tool to select which parts of the configuration should be downloaded. This information is stored in files.
ExamplesOvpmutil needs the Unique ID of the node group. You can copy the
Unique ID from the properties page of the node group. In this
example, the Windows node group has the Unique ID
{CA017CBA-5B0E-11D5-A4F2-00108335D390}.
ovpmutil CFG NDS DNL windows.mof /p
OV_NodeGroup.Name=\"{CA017CBA-5B0E-11D5-A4F2-00108335D390}\"
ovpmutil CFG SVC DNL exchange.mof /p
OV_Service.Name=\"Exchange55\"
ovpmutil CFG POL DNL exchange.mof /p "\Samples\"
Distribute the downloaded files to another management server using a tool of your choice (for example, ftp).
The administrator at the receiving management server uploads the files using the ovpmutil tool.
Examplesovpmutil CFG NDS UPL windows.mof
ovpmutil CFG SVC UPL exchange.mof
ovpmutil CFG POL UPL exchange.mof
CAUTION:
Before you perform an upload on the target server, be sure that
none of the nodes or services that you are uploading already exist
on that server with different unique IDs (for example, because you
manually set up this node or service on that server).
If the nodes or services already exist with different unique IDs, the upload will create duplicate entries, which can cause problems when forwarded messages arrive because they are tied to the Unique service ID known on the source management server.