Configure LSF in a Unix environment (Solaris and Linux)

Configure LSF in a Unix environment (Solaris and Linux)

How do you configure LSF in a Unix environment (Solaris and Linux)?

    Requires Free Membership to View

    When you register, my team of editors will also send you resources covering Linux administration and management; integration and interoperability between Linux, Windows and Unix; securing Linux and mixed-platform environments; and migrating to Linux.

    Margie Semilof, Editorial Director

    By submitting your registration information to SearchEnterpriseLinux.com you agree to receive email communications from TechTarget and TechTarget partners. We encourage you to read our Privacy Policy which contains important disclosures about how we collect and use your registration and other information. If you reside outside of the United States, by submitting this registration information you consent to having your personal data transferred to and processed in the United States. Your use of SearchEnterpriseLinux.com is governed by our Terms of Use. You may contact us at webmaster@TechTarget.com.

For people that do not know, LSF (Load Sharing Facility ) is a general-purpose distributed computing system that manages, monitors and analyzes the workload for a heterogeneous network of computers. It unites a group of computers into a single system to make better use of the resources on a network. After you do the install, which is fairly simple (lsfinstall -f install.config), you are ready to configure:
  1. Run hostsetup, which sets up LSF hosts.
  2. You must Log on to each LSF server host as root. Start with your LSF master host.
  3. Run hostsetup on each LSF server host. For example:
    # cd /usr/share/lsf/6.0/install
    # ./hostsetup --top="/usr/share/lsf" --boot="y"
  4. Log on to the LSF master host. You must be root and set your LSF environment:
     $ . LSF_TOP/conf/profile.lsf 
  5. Run lsfstartup, which will start the cluster.
  6. Test the cluster by running LSF commands (I.E., lsmon, lsinfo)

See this page for all the information and documentation you'll ever need on LSF.

This was first published in August 2005