Previous Topic: How to Provision an ApplicationNext Topic: Starting an Application


Configuring an Application

To configure or modify the configuration of an application through the grid shell, use the app config command, as shown below, to change any application property.

app stop myapp
app config myapp primary_ip=209.100.100.12 dns1=209.101.1.3
app start myapp

Note: If you are changing resources and configuration properties, you can combine the reconfiguration with a single stop and restart. You can even combine properties and cpu/memory resources in the same app config command.

You can also configure an application using the CA 3Tera AppLogic GUI. A description of the Application Configurator can be found here.