I have a stucking problem with a share between a Windows NAS and CentOS
Configuration :
CentOS 6.4 (Final)
WinCC 3.10-SP2
I mounted a share from centos system to our enterprise NAS, here is the command line I used:
Code: Select all
sudo mount -t cifs //156.135.81.40/isup -o 'username=****,password=****,rw,nounix,iocharset=utf8,uid=administrator,gid=wheel,file_mode=0777,dir_mod=0777' /mnt/w
But it does not works with our WinCC project as proj_path, here is an extract of our config file :
Code: Select all
proj_path="/opt/WinCC_OA/3.10"
proj_path="/mnt/w/sgFw" # does not works
proj_path="/mnt/w/sgCommon" # does not works
proj_path="/project/winccoa/EMSup_G"
Code: Select all
"PVSS00pmon [/project/winccoa/EMSup_G/config/config]": proj_path nonexistent, inaccessible or not a directory: /mnt/w/sgFw
"PVSS00pmon [/project/winccoa/EMSup_G/config/config]": proj_path nonexistent, inaccessible or not a directory: /mnt/w/sgCommon
PVSS00pmon (1), 2017.10.04 08:45:13.802: exit(1) called!
Please help me..... I am really stuck and it is mandatory for us to use this share.