Sun GlassFish Communications Server Diameter Adapter 1.0 Installation and Quick Start Guide

ProcedureTo Create a Diameter Application

Use the create-diameter-application command in remote mode to create a vendor-specific Diameter application. If you do not specify the --target option, the default instance is used. If the task applies to a cluster, the --target option must specify the cluster name.

Before You Begin

The Diameter service must be created before a Diameter application can be created.

  1. Ensure that the server is running.

    Remote commands require a running server.

  2. Create a Diameter application by using the create-diameter-application(1) command.

    Information about the options and properties of the command is included in this help page.


Example 2–4 Creating a Diameter Application

This example creates a vendor-specific Diameter accounting application that is added to the application set referenced by the ID apps_1. The vendor ID of this application is 10415.


asadmin> create-diameter-application --applicationsid apps_1 --acctappid 300 10415
Command create-diameter-application executed successfully.

See Also

You can also view the full syntax and options of the command by typing asadmin help create-diameter-application at the command line.