High Performance Computing Group

High Performance Computing Group

Connect with HPC subject matter experts and discuss how hybrid cloud HPC Solutions from IBM meet today's business needs.

 View Only
  • 1.  About LSF slave server taking over when LSF master is down

    Posted 2 days ago

    I am trying to work on the slaver server taking over the Master when master goes down. Let me know if any additional setting are required.

    Right now when I do lmadmin reconfig it does recognize the slave as mentioned in lsf.conf



    ------------------------------
    Nitin Gizare
    ------------------------------


  • 2.  RE: About LSF slave server taking over when LSF master is down

    Posted 2 days ago

    Basically you need to set LSF_MASTER_LIST="host1 host2" and LSF_SERVER_HOST="host2 host1" in lsf.conf file. For your test, you can shutdown LSF services on the current master node, then see if the backup one can pick up by running lsid command, and check mbatchd/mbschd processes get started on the backup host.



    ------------------------------
    YI SUN
    ------------------------------