Hi everybody,
I have problem with create redundant project on second server (second redundancy partner). When I choose "Copy redundant
project (second redundancy partner)" I go to next step "Copy from partner project". When I choose Source path (shared
folder from server1 (/mnt/prj/proj_name)) I receive a message "Project name must not be empty!". What am I doing wrong?
During I try create project on server2, project on server1 is not running.
My settings are:
WinCC OA 3.14
OS on both server RHEL 7.3
Firewall is off
I have redundant LAN
Servers:
name: server1
LANa: server1-1
LANb: server1-2
name: server2
LANa: server2-1
LANb: server2-2
Project folder on both servers is: /prj
Sharing project folder (NFS):
/prj (from server1) is sharing to server2 -> /mnt/prj
/prj (from server2) is sharing to server1 -> /mnt/prj
Thanks for advice,
Adam
Redundancy - problem with create second redundancy partner
- a.wilimowski@europolgaz.com.pl
- Posts:5
- Joined: Tue Oct 03, 2017 11:16 am
Redundancy - problem with create second redundancy partner
- a.wilimowski@europolgaz.com.pl
- Posts:5
- Joined: Tue Oct 03, 2017 11:16 am
Re: Redundancy - problem with create second redundancy partner
I find the reason of message "Project name must not be empty!". My project folder was mapping to wrong mount point.
Wrong is:
Project folder on both servers is: /prj
Sharing project folder (NFS):
/prj (from server1) is sharing to server2 -> /mnt/prj
/prj (from server2) is sharing to server1 -> /mnt/prj
Should be (and this works for me):
Project folder on both servers is: /prj
Sharing project folder (NFS):
/prj (from server1) is sharing to server2 -> /nfs/hostname
/prj (from server2) is sharing to server1 -> /nfs/hostname
Adam
Wrong is:
Project folder on both servers is: /prj
Sharing project folder (NFS):
/prj (from server1) is sharing to server2 -> /mnt/prj
/prj (from server2) is sharing to server1 -> /mnt/prj
Should be (and this works for me):
Project folder on both servers is: /prj
Sharing project folder (NFS):
/prj (from server1) is sharing to server2 -> /nfs/hostname
/prj (from server2) is sharing to server1 -> /nfs/hostname
Adam