LAE

Welcome to the LAE community!  Please feel free to start a discussion in the discussion tab or join in a conversation.

Discussions

Members

Resources

Events

 View Only
  • 1.  Moving temporary directories

    Employee
    Posted 07-23-2010 06:02

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: dwong80

    Our temporary directory/drive used by LAE is running out of space and we would like to move it to another mount. I noticed in the conf directory the following files:

    ls.prop:ls.tempDir = "${ls.ra.home}/tmp"
    ls_brain.prop:ls.brain.tempDir= "${ls.brain.home}/tmp"
    ls_brain.prop:ls.brain.outputTempDir= "${ls.brain.home}/tmp"
    ls_brain.prop:ls.brain.localTempDir= "${ls.brain.home}/tmp"

    Questions:
    1. What's the difference between ls.prop and ls_brain.prop?
    2. In order to change the temp mount, do we modify the parameters and re-start the LAE?


  • 2.  RE: Moving temporary directories

    Employee
    Posted 07-23-2010 07:00

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: stonysmith

    The server starts by reading ls.prop
    It then has an include that reads in ls_brain.prop

    There MAY be some peices of the system that don't require a restart, but for best practice, yes, restart the LAE.

    Originally posted by: dwong80
    					

    Our temporary directory/drive used by LAE is running out of space and we would like to move it to another mount. I noticed in the conf directory the following files:

    ls.prop:ls.tempDir = "${ls.ra.home}/tmp"
    ls_brain.prop:ls.brain.tempDir= "${ls.brain.home}/tmp"
    ls_brain.prop:ls.brain.outputTempDir= "${ls.brain.home}/tmp"
    ls_brain.prop:ls.brain.localTempDir= "${ls.brain.home}/tmp"

    Questions:
    1. What's the difference between ls.prop and ls_brain.prop?
    2. In order to change the temp mount, do we modify the parameters and re-start the LAE?