Perform the following steps to change the LSI Storage Authority Application port numbers.
- Open the lsa.conf file in the LSIStorageAuthority/conf directory.
- Enter the new port number in the
listening_port
field.Prior to assigning the port number, ensure that the port is available for usage.
- Save the lsa.conf file.
- Open the nginx.conf file in the LSI Storage Authority/server/conf directory.
- Replace all of the
fastcgi_pass 127.0.0.1:9000
instances with fastcgi_pass 127.0.0.1:<new port number>
. - Save the nginx.conf file.
- Open the portconfig.properties file in the LSIStorageAuthority directory.
- Enter the new port number in the
<Client Port> <new port number> </Client Port>
field. - Save the portconfig.properties file.
- Restart the nginx service and the LSI Storage Authority Service.