...
Connect to Your LSF Head Node
During Early Access, integreation requires a handful of commands and To integrate Infrastructure Optimizer to your LSF cluster we need to update the configuration and add assets to perform the integration tasks. To complete this root or sudo access on the LSF Master Nodenode is required.
Get a shell on the head node and navigate to the LSF_TOP directory.
Code Block cd $LSF_TOP/conf/resource_connector
Make subdirectories here:
Code Block mkdir -p exostellar/json exostellar/conf exostellar/scripts cd exostellar/json
...
Add a line to the Resource Definitions in
lsb.shared
:Code Block cd ${LSF_TOP}/conf vi lsb.shared
Example before modification:
Code Block Begin Resource RESOURCENAME TYPE INTERVAL INCREASING DESCRIPTION # Keywords awshost Boolean () () (instances from AWS) vm_type String () () (vm types for different templates) templateID String () () (template ID for the external hosts) End Resource
Examples with the required line added:
Code Block Begin Resource RESOURCENAME TYPE INTERVAL INCREASING DESCRIPTION # Keywords awshost Boolean () () (instances from AWS) xiohost Boolean () () (instances from Infrastructure Optimizer) vm_type String () () (vm types for different templates) templateID String () () (template ID for the external hosts) End Resource
Compute AMI
...
Import
During Prepping the LSF Integration an AMI for compute nodes was identified or created. This step will import that AMI into Infrastructure Optimizer. Ideally, this AMI is capable of booting quickly.
...