Change the SAP Mobile Server host name. If you are
changing the host name for a node in a cluster, the name must be changed for all nodes in
the cluster. Additional steps are required if you are making a host name change after an
upgrade.
- Stop the SAP Mobile Server
service.
- Update
all the socketlistener property files related to the node with the changed host
name. Change the value of host to the new host name. The property files are
located at
${UnwiredServer}\Repository\Instance\com\sybase\djc\server\SocketListener\<mlservername>_<protocol>.properties.
Open each file, and change the old host value name to the new host name.
- Update these property values in the cluster database:
- Using dbisqlc, connect to the
cluster database.
- Update MEMBER_PROP, set
value1='<new_hostname>' where
name='sup.host' and
value1='<old_hostname>'
- Update installation_info, set
"host_name"='<new_hostname>' where
"host_name"='<old_hostname>'
- Update installation_history, set
"host_name"='<new_hostname>' where
"host_name"='<old_hostname>'
- Update cache_addr_mapping, set
"host_name"='<new_hostname>' where
"host_name"='<old_hostname>'
- Update the property value of sup.host with the new host name
in sup.properties. It is located at:
Repository\Instance\com\sybase\sup\server\SUPServer\sup.properties.
- To enable SAP Control Center to work:
- Restart the SAP Control Center
X.X service.
- Modify the URL in the shortcut for the SAP Control Center. Use the new hostname
instead of the old one in the launched URL.
- For
a cluster environment, repeat step 2 for each node.
- Restart the SAP Mobile Server
service.