Configuring LSA Client on LWA and LWM ESXi

Perform the following steps to configure the LSA client on LWA and LWM ESXi.

  1. Based on your requirements, update any available parameters in the following file:
    • ESXi 7.x: /opt/lsi/LSIStorageAuthority/conf/
    • ESXi 8.x: /opt/lwmd/vital/
    • #client's maximum number of elements can be selectable at a time (32=default)
      clt_max_element_select_cnt = 32
    • #client's Server mode either 0, 1 OR 2 (0=default)
      clt_server_mode = 0
      Note: To initiate the scheduler wrapper, configure clt_server_mode=2.
    • #client's Schedule mode either 0 OR 1 (1=default)
      clt_schedule_mode = 1
    • #client's maximum response time for the vd element in milliseconds (4000=default)
      clt_max_resp_time_vd = 4000
    • #client's maximum response time for the pd element in milliseconds (8000=default)
      clt_max_resp_time_pd = 8000
  2. Restart the LSA Service.