MDM Satellite Server Settings for APNS

You must configure the APNS settings on each Satellite server set up as MDM server.

Complete the following steps:

  1. Open command prompt and run the following command:
    openssl exe x509 -in <cert.pem> -text
    In this instance,
    cert.pem is the certificate you downloaded from the Apple website during APNS generation process.
    This command provides a UID that you must add in each MDM Satellite server properties file.
  2. Modify the mdm.properties file for each Satellite server that you have set up for MDM:
    1. Navigate to the directory <InstallDir>\tomcat\webapps\mdm\WEB-INF\classes.
    2. Open the file mdm.properties in a text-editor.
    3. Provide the UID that you generated in step 2 of this procedure as the value for the mdm.Topic property. For example, if the following output is displayed when you run the command in step 2: Subject: UID=com.apple.mgmt.External.b66302d9-7fb2-44e7-8a23-6d7b6e9b0b6e, CN=APSP:b66302d9-7fb2-44e7-8a23-6d7b6e9b0b6e, C=IN, the UID value is com.apple.mgmt.External.b66302d9-7fb2-44e7-8a23-6d7b6e9b0b6e. Set the value for the property as mdm.Topic=com.apple.mgmt.External.b66302d9-7fb2-44e7-8a23-6d7b6e9b0b6e.
    4. Restart the HPCA Tomcat Server service.


© 2003 - 2012 Hewlett-Packard Development Company, L.P.