...
Expand | ||
---|---|---|
| ||
Share a folder by using NAS or a similar device: 1. Create a shared folder with read/write access in NAS (network-attached storage). 2. On all the nodes, open the Program Files\Zephyr\tomcat\webapps\flex\WEB-INF\classes\jdbc.properties file, find the line
and replace the C:/Program Files/Zephyr part with the IP address of the NAS shared folder. For example:
|
Expand | ||||||
---|---|---|---|---|---|---|
| ||||||
Install the NFS (Network File System) server and client on CentOS 7. To do that: On the server side: 1. Install the required NFS packages by running the following command: 2. Create the Zephyrdata directory and allow access to it:
3. Start the following services and add them to the Boot Menu:
4. Open exports for editing –
– and type the following:
5. Start the NFS service by running the following command:
6. Add the NFS service override in the CentOS 7.0 firewall-cmd public zone service:
The NFS server is ready to work. On the client side: 1. Install the required NFS packages by running the following command:
2. Start the following services and add them to the Boot Menu:
3. Mount the NFS share on the client machine by running the command below:
4. Change the ZEPHYR_DATA path to the mounted path for all the nodes in the opt\Zephyr\tomcat\webapps\flex\WEB-INF\classes\jdbc.propeties file. For example:
5. You are connected to the NFS share. Now you can crosscheck it by running the following command:
|
...
Expand | |||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||||||||||||||||||||||||||||
In the file, find the following line:
and replace it with the following:
|
Expand | ||
---|---|---|
| ||
1. Find the line –
– and add the IPs of all the nodes instead of 127.0.0.1. For example:
2. Find the line –
– and replace it with an IP address that has an asterisk instead of the last component. For example:
|
Expand | ||
---|---|---|
| ||
1. In this file, find the line –
– and add the IP addresses of all the nodes instead of 127.0.0.1. For example:
2. Find the string –
– and replace it with an IP address that has an asterisk instead of the last component. For example:
|
...