Skip to main content
Skip table of contents

Default LSF Application Environment

Pull Down the Default LSF Environment Assets as a JSON Payload:

  1. Pull down default assets for customization:

    1. CODE
      xli env get -n lsf > default-lsf-env.json
  2. The asset will look like:

default-lsf-env.json
CODE
{
        "EnvName": "lsf",
        "HeadAddress": "\u003cHeadAddress\u003e",
        "Id": "fede1130-6702-47e6-b6a8-25e561e905a3",
        "K8s": {},
        "Pools": [
                {
                        "PoolName": "nvm32a",
                        "PoolSize": 500,
                        "ProfileName": "alpha",
                        "VM": { 
                                "CPUs": 32,
                                "EnableWO": true,
                                "EnableIO": true,
                                "ImageName": "compute",
                                "MaxMemory": 498000,
                                "MinMemory": 4096,
                                "PrefixCount": 0,
                                "UserData": "",
                                "VolumeSize": 30
                        }
                },
                {
                        "PoolName": "nvm32b",
                        "PoolSize": 500,
                        "ProfileName": "bravo",
                        "VM": { 
                                "CPUs": 32,
                                "EnableWO": true,
                                "EnableIO": true,
                                "ImageName": "compute",
                                "MaxMemory": 498000,
                                "MinMemory": 4096,
                                "PrefixCount": 0,
                                "UserData": "",
                                "VolumeSize": 30
                        }
                }
        ],
        "Security": {
                "User": "lsf"
        },
        "Slurm": {},
        "Type": "lsf"
}
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.