Sybase SQL Anywhere uses port 2638 by default. You can change the port on which the database runs.
In the zenworks_database.conf file, specify the new port number on which the server listens to.
The zenworks_database.conf file is located in %ZENWORKS_HOME%\conf on Windows and in /etc/opt/novell/zenworks on Linux.
In the zdm.xml file on all the Primary Servers, specify the new port number in the following entry:
<entry key="Port">2638</entry>
By default, the entry lists the default port number, 2638.
The zdm.xml file is located in %ZENWORKS_HOME%\conf\datamodel on Windows and in /etc/opt/novell/zenworks/datamodel on Linux.
Restart the database service, ZENServer, and ZENLoader services on all Primary servers:
On Windows:
From the Windows desktop Start menu, click Settings > Control Panel.
Double-click Administrative Tools > Services.
Restart the following services: Novell ZENworks Embedded Datastore, Novell ZENworks Loader Service, and Novell ZENworks Server.
On Linux: At the console prompt, enter the following commands in the order given:
/etc/init.d/novell-zenmntr stop
/etc/init.d/novell-zenserver stop
/etc/init.d/novell-zenloader stop
/etc/init.d/sybase-asa restart
/etc/init.d/novell-zenserver start
/etc/init.d/novell-zenloader start
/etc/init.d/novell-zenmntr start
Even though the TCP and UDP ports are changed from 2638, the database server also listens on UDP port 2638. For more information, see the Sybase database documentation.