LSF Version 7.3 - Using Platform LSF HPC

Configuring POE allocation and authentication support
Register pmv4lsf (pmv3lsf) service with inetd:
Add the following line to /etc/inetd.conf:
pmv4lsf stream tcp nowait root /etc/pmdv4lsf pmdv4lsf
Make a symbolic link from pmd_w to /etc/pmdv4lsf.
For example:
# ln -s $LSF_BINDIR/pmd_w /etc/pmdv4lsf
Add pmv4lsf to /etc/services.
For example:
pmv4lsf 6128/tcp #pmd wrapper
Add poelsf service to /etc/services.
The port defined for this service will be used by
pmd_w and poe_w for
communication with each other.
poelsf 6129/tcp #pmd_w - poe_w communication port
Run one of the following commands to restart inetd:
# refresh -s inetd
# kill -1 "
inetd_pid
"
Create /etc/lsf.conf file if does not exist already and add the following
parameter:
LSF_HPC_EXTENSIONS="LSB_POE_ALLOCATION LSB_POE_AUTHENTICATION"
(Optional) Two optional parameters can be added to the lsf.conf file:
LSF_POE_TIMEOUT_BINDtime in seconds for poe_w to keep trying to
set up a server socket to listen on.
Default: 120 seconds.
LSF_POE_TIMEOUT_SELECTtime in seconds for poe_w to wait for
connections from
pmd_w.
Default: 160 seconds.