Data360 Analyze

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

Here are some useful links where you can find more information:

Product Announcements  Product Documentation  Ideas Portal

Discussions

Members

Resources

Events

 View Only
  • 1.  How to change the location of temp file location in Lavastorm 6.1 win 7

    Posted 03-01-2018 21:42

    I wish to change the folder where temp files are stored when nodes are running due to lack of storage issues

    from:

    C:\Lavastorm\LAETemp\tmp\admin

    to:

    D:\Lavastorm\LAETemp\tmp\admin

    is there a bat file that I can change to make this happen ?

     



  • 2.  RE: How to change the location of temp file location in Lavastorm 6.1 win 7

    Employee
    Posted 03-02-2018 07:06

    In the Lavastorm (LAE) product the configuration for the temporary file directory (and log file directory) are stored in your 'site.prop' file.

    For a standard install this file will be in the <installDir>\conf directory, e.g.

    C:\Program Files\Lavastorm\LAE6.1\conf\site.prop

    It may alternatively be located under your username, e.g.

    C:\users\<user>\...\conf\site.prop

     

    You will need to modify the values for the ls.logDir, ls.tempDir and ls.brain.brxDeploymentDir properties, assuming you want your log files located near your temporary data files.

     



  • 3.  RE: How to change the location of temp file location in Lavastorm 6.1 win 7

    Employee
    Posted 03-02-2018 07:33

    One point you should consider before changing the location of the temporary file directory is where the volume is located. The volume should be on a drive with high I/O capacity - preferably a local disk (such as a SSD). The use of a network drive is not recommended as this can have a serious negative impact on the performance of the Lavastorm application.



  • 4.  RE: How to change the location of temp file location in Lavastorm 6.1 win 7

    Posted 03-02-2018 14:30

    thankyou it worked,appreciate your assistance Adrian