LSF Version 7.3 - Administering Platform LSF
Administering Platform LSF 199
Managing LSF on Platform EGO
Administrative Basics for PMC and CLI
See Administering and Using Platform EGO for detailed information about EGO
administration.
You can use the
pmcadmin command to administer the Platform Management
Console. For more information, see the command reference documentation.
Log on to the Platform Management Console
The Platform Management Console (PMC) allows you to monitor, administer, and
configure your cluster. To log on, give the name and password of the LSF
administrator.
1 Browse to the web server URL and log in to the PMC using the LSF
administrator name and password.
The web server URL is:
http://host_name:8080/platform
The host name is the PMC host.
If PMC is controlled by EGO and you have not specified a dedicated PMC host,
PMC could start on any management host. To find out, log on to a command
console as LSF administrator and run:
egosh client view GUIURL_1
The description part of the command output shows the full URL including the
host name and port.
If PMC is not controlled by EGO, and you do not know the port, log on to the
PMC host as LSF administrator and run:
pmcadmin list
The command output shows the port you need to use in the URL.
Set the command-line environment
On Linux hosts, set the environment before you run any LSF or EGO commands.
You need to do this once for each session you open.
root, lsfadmin, and egoadmin
accounts use LSF and EGO commands to configure and start the cluster.
You need to reset the environment if the environment changes during your session,
for example, if you run
egoconfig mghost, which changes the location of some
configuration files.
◆ For csh or tcsh, use cshrc.lsf.
source LSF_TOP/conf/cshrc.lsf
◆ For sh, ksh, or bash, use profile.lsf:
. LSF_TOP/conf/profile.lsf