Deploying a Windows service package

To use a new application instance, you can deploy the Windows service package binary to hosts in your cluster using the CLI.

Before you begin

Verify that all dependencies are either pre-installed or deployed with the service. For example, if your application is .NET, ensure that the .NET Framework is installed and that it is the correct version for your application.

Procedure

  1. Deploy the service package with the soamdeploy command:

    soamdeploy add SampleService -p SampleService.exe.gz -c /ConsumerSample

    The service package is deployed.

  2. Check the list of deployed services with the soamdeploy view command:

    soamdeploy view -c /ConsumerSample