+ Reply to Thread
Results 1 to 3 of 3

Thread: lava mail notification

  1. #1
    sh_yyy is offline Junior Member
    Join Date
    May 6th, 2010
    Posts
    6
    Downloads
    1
    Uploads
    0

    Default lava mail notification

    i use lava to manager my job.i can use mail command to sendmail ,How to config lava mail notificatin?

    i have read the document "Inside Platform Lava" ,it says "When a batch job completes or exits, Lava by default sends a job report by electronic mail to the submitting user account."

    i have not receive mail when my job finished.

  2. #2
    nopparat's Avatar
    nopparat is offline Junior Member
    Join Date
    July 22nd, 2009
    Location
    Bangkok, Thailand
    Posts
    12
    Blog Entries
    1
    Downloads
    13
    Uploads
    6

    Default

    If your server is already configured a mail server, you can use option -u to indicate the email address you want to send where the job is finished or error.

    $ bsub -u youremail@yourdomain.com < yourjobscript

    By default, if you did not use the -u option, this email will be sent to inbox in the local server (see LSB_MAILSERVER and LSB_MAILTO variables in Lava configuration). You can check this email by using `mail` command.

  3. #3
    sh_yyy is offline Junior Member
    Join Date
    May 6th, 2010
    Posts
    6
    Downloads
    1
    Uploads
    0

    Default

    It,s OK now.Thanks

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts