HP XC System Software Installation Guide Version 4.0

5.2 Configuring Interconnect Switch Monitoring Line Cards (Required)
You must configure Quadrics switch controller cards, InfiniBand switch controller cards, and
Myrinet monitoring line cards on the interconnect to diagnose and debug problems with the
interconnect. These cards must be configured to pass the operation verification program (OVP),
which is used to verify the proper operation of the system after it has been installed and
configured.
Proceed to one of the following sections depending upon the type of interconnect in use; return
to this chapter when you are finished configuring the cards.
“Configuring Quadrics Switch Controller Cards” (page 197)
“Configuring Myrinet Switch Monitoring Line Cards” (page 200)
“Configuring InfiniBand Switch Controller Cards” (page 201)
5.3 Configuring sendmail (Required)
LSF requires a mail program to send job output to users who submit jobs and to send
administrative messages to the LSF administrator.
By default, LSF uses the sendmail mail program. The sendmail service is installed by default
on the head node in /usr/lib/sendmail, but you must configure sendmail to meet your
site requirements.
sendmail Configuration Requirements on an HP XC System
Although Linux sendmail typically functions correctly as shipped, current HP XC host naming
conventions cause sendmail to improperly identify itself to other mail servers. This improper
identification can lead to the mail being rejected by the remote server.
To remedy this issue, perform the following procedure on all nodes with an external connection
that will send mail:
1. Be sure you know the fully qualified host name associated with the node's external IP address.
2. On the head node, add an entry for the IP address and fully qualified host name to the top
of the /etc/hosts file. Make the entry above the comment #XC-CLUSTER Do Not Edit
Below this Line. An entry is similar to the following:
192.0.2.3 penguin.example.com
In the previous example, penguin.example.com is the fully qualified host name, and
192.0.2.3 is its external IP address.
3. Save the changes to the file and exit the text editor.
4. Use the text editor of your choice to open and edit the following file:
/etc/mail/submit.cf
5. Locate the section of the file that is similar to this:
# my official domain name
# ... define this only if sendmail cannot automatically determine
# your domain
#Dj$w.Foo.COM
6. Uncomment the macro and include the fully qualified host name. The entry is similar to this
for penguin.example.com:
# my official domain name
# ... define this only if sendmail cannot automatically determine
# your domain
Djpenguin.example.com
7. Save the changes to the file and exit the text editor.
8. Use the text editor of your choice to open and edit the following file:
/etc/mail/sendmail.cf
78 Setting Up the Environment