...
2. On all Zephyr nodes, open the Program Files\Zephyr folder\tomcat\webapps\flex\WEB-INF\classes\jdbc.properties file, find the following line:
ZEPHYR_DATA = C:/Program Files/ Zephyr folder/zephyrdata
and replace the C:/Program Files/Zephyr folder part with the IP address of your NAS. For example:
...
mount -t nfs 192.168.0.100:/home/zephyrdata zephyrdata
/home/node1<zephyrlocation>/zephyrdata
Info |
---|
192.168.0.100 is the IP address of the server. |
4. Change the ZEPHYR_DATA path to the mounted path for all the nodes in the
opt\Zephyr folder\tomcat\webapps\flex\WEB-INF\classes\jdbc.propeties file.
For example:
ZEPHYR_DATA = /home/node1<zephyrlocation>/zephyrdata
5. You are connected to the NFS share. Now you can crosscheck it by running the following command:
...