Enable SMTP Client Using the CLI

Follow these steps to configure an SMTP Client in ILOM using the CLI.

What to Do

  1. Establish a local serial console connection or SSH connection to the server SP or CMM:

    or

    • Remote - Secure Shell (SSH) Connection

      Establish a Secure Shell connection to the server SP or CMM.

      From the remote client, establish a secure connection as root to the server SP or active CMM.

      For example, you can establish a secure connection from a remote SSH client to the server SP by typing the following:

      ssh -l root <server_ip_address>

      Password: changeme

    The default command prompt appears (->).

  2. Use the cd command to set the working directory to a clients/smtp For example:

    • For a rack mount server SP, type: cd /SP/clients/smtp

    • For a rack mount server SP, type: cd /SP/clients/smtp

    • For a chassis CMM, type: cd /CMM/clients/smtp

  3. Type the show command to display the SMTP properties.

    For example, accessing the SMTP properties for the first time on an SP would appear as follows:

    show

    /SP/clients/smtp

    Targets

    Properties

    address = 0. 0. 0. 0

Related Topics