Changing the basic Application Server settings
This topic provides information about changing the initial configuration for a TrueSight Server Automation Application Server. It includes the following sections:
Where can I change Application Server settings?
You can use one of the following tools to change the configuration depending on the settings you plan to change:
To change: | You can use: |
---|---|
Initial (post--installation) configuration settings for the Application Server:
| The Application Server Configuration wizard. For information, see Changing configuration settings using the Application Server Configuration wizard. |
Most configuration settings or to set additional configuration parameters on an Application Server | The Application Server Administration console (blasadmin). See Changing settings using the TrueSight Server Automation Application Server Administration console (the blasadmin utility). |
Attributes (configuration settings) specified in an Application Server profile (when there are multiple Application Servers on the same host) | The Infrastructure Management window. See Viewing-and-editing-an-Application-Server-profile. |
Changing settings using the TrueSight Server Automation Application Server Administration console (the blasadmin utility)
The blasadmin utility is a command line utility that lets you set parameters needed for an Application Server. These parameters define the location and behavior of the application, database, file, mail, and SNMP servers, the Authentication Service, and other components of an Application Server. The blasadmin utility lets you configure all parameters, versus the subset you can configure with the Post-Install Configuration Wizard.
If you have recently upgraded TrueSight Server Automation, restart all application server deployments before invoking the blasadmin utility for the first time after the upgrade.
To configure the blasadmin utility
- Start the blasadmin utility. How you start this utility determines the Application Server configuration affected by the commands. See Starting-the-Application-Server-Administration-console
- At the prompt, enter the commands. For information, see:
- Exit the blasadmin utility.
- Restart the Application Server to have your configuration settings take effect.
To display a list of available blasadmin components and parameters
- (Optional) In a multiple Application Server environment, switch to the relevant application server deployment using the following blasadmin command:
switch <deployment> - To display the list of components along with their descriptions, use the following command:
help show - To display the list of parameters and their descriptions for a specific component (after identifying the relevant component in the output of the previous step), use the following command:
help show <component>
For more information, see the following topics:
Changing settings using the Application Server Configuration wizard
To change configuration settings on an Application Server, you can use the Application Server Configuration wizard (blappconf). This wizard presents the same information as the Post-Installation Configuration wizard, except that it is in a tabbed format and shows current settings in text boxes. You can change the following settings:
- Database connection parameters
- File server name and storage location
- Notification servers - SMTP server and email address from which notification emails originate and SNMP server and port to which SNMP traps are sent
Before you begin
For an Application Server of type NSH_Proxy, ensure that communication is not based on the ssoproxy (single sign-on) authentication protocol. In the secure file, check whether the following option appears. If it does, remove this option until after you finish using the Application Server Configuration wizard:appserver_protocol=ssoproxy
To start the Application Server Configuration wizard
To launch the wizard, use one of the following methods:
- From the Windows Start menu, select Programs > BMC Software > BladeLogic Server Automation Suite > Utilities > Application Server Configuration Wizard.
- From the directory where TrueSight Server Automation is installed, enter the following:
/bin/blappconf.exe On a UNIX or Linux system, from the directory where TrueSight Server Automation is installed, enter the following:
./br/blappconf
To change the configuration of a specific Application Server when there are multiple Application Servers on the same host, enter the following:
\bin\blappconf -s <applicationServerName>
where <applicationServerName> is the name of the Application Server you want to change.
For example:
blappconf -s JobServer1
To change the configuration
- In the Application Server Configuration wizard, make any desired changes.
- Click OK.
- Restart the Application Server.