To apply changes, John removes existing services and reinstalls them.
In the Acme development and test, environment the CDB is installed on the same node as Unwired Server.
Stop Unwired Platform services:
In Sybase Control Center, expand the Servers folder in the navigation pane, select the primary server node, then in the administration pane click Stop.
In the Windows Administration Tools Services dialog, locate the CDB service and stop it.
Remove Unwired Platform services by running these commands at a command prompt:
cd c:\Sybase\UnwiredPlatform\Servers\UnwiredServer\bin
sup-server-service remove
The CDB service state changes to disabled.
To correct the CDB service state, remove the CDB service by running this command at a command prompt:
Install Unwired Platform services by running these commands at a command prompt:
cd c:\Sybase\UnwiredPlatform\Servers\UnwiredServer\bin
sup-server-service install auto -sampledb
In Acme's environment, they use the auto option to automatically start the services. They also use the -sampledb option, so that the sampledb database is started as a service with the server and available to their developers.
In the Window Administration Tools Services dialog, ensure all SUP Services (those with a SybaseUnwiredPlatform* prefix) are started.
Created May 11, 2011. Send feedback on this help topic to Sybase Technical Publications:
pubs@sybase.com