Configuring the SMTP server for portal email
This topic provides information and instructions for configuring the SMTP server for portal email:
- Available commands
- To stop and restart the portal on a Microsoft Windows OS
- To restart the portal on a UNIX-like OS
Available commands
The following commands are available for retrieving details about the email configuration of the
portal and adding or modifying the email configuration:Report Administration Utility commands to configure an SMTP server
blrptadmin command | Description |
|---|---|
get emailconfig | Gets the email configuration parameters of the SMTP server that enable email from the BMC BladeLogic Decision Support for Server Automation portal. |
set emailconfig | Configures the SMTP server to enable email from the BMC BladeLogic Decision Support for Server Automation portal. You can use this command to add or modify the portal email configuration. Enter the following parameters:
|
After executing the set emailconfig command, stop and then restart the portal to encrypt the SMTP user name and password. To restart the portal, use the procedure for your operating system type.
To stop and restart the portal on a Microsoft Windows OS
- From the command line, navigate to the BDSSAInstallationDirectory\portal\bin (32-bit environment) or BDSSAInstallationDirectory\portal\bin64 (64-bit environment) directory.
Run the following commands in order:
cogconfig.bat -stop
cogconfig.bat -s
To restart the portal on a UNIX-like OS
- From the command line, navigate to the BDSSAInstallationDirectory/portal/bin (32-bit environment) or BDSSAInstallationDirectory/portal/bin64 (64-bit environment) directory.
- Ensure that the shell has execution permission.
Execute the following scripts in order:
cogconfig.sh -stop
cogconfig.sh -s