This post is more than 5 years old
9 Posts
0
1959
October 16th, 2017 12:00
how to setup CEPP.conf for Symantec Data Connector
Hi,
I'm working on setting up a CEPP.conf file for symantec data connector tool installed on Windows server to get audit events from VNX 5300 NAS. The file was created and pushed to DM but the communication between the NAS DM IP and Windows collector server is not happening as it shows "state = HTTP_ERROR" status. I can ping the Windows server IP from the NAS DM but telnet to the ports 80/443 and port 12228 is not working. So it looks like the communication ports are blocked. There is CAVA installed on the Windows server and the service was running on a cavaservice account which is part of the local administrators group on the CIFS server.
Do you guys faced this issue before/ any suggestions ? Any idea what communication port CEPP uses in NAS ?
[nasadmin@CAVNXNAS01_cs0 scripts]$ cat cepp2.conf
surveytime=90
cifsserver=cifsserver00190
pool name=purmatpool \
servers=12.16.1.76 \
postevents=* \
option=ignore \
reqtimeout=500 \
retrytimeout=50
[nasadmin@CAVNXNAS01_cs0 scripts]$ server_file server_2 -put /home/nasadmin/scripts/cepp2.conf cepp.conf
server_2 : done
[nasadmin@CAVNXNAS01_cs0 scripts]$ server_cepp server_2 -service -status
server_2 : CEPP Stopped
[nasadmin@CAVNXNAS01_cs0 scripts]$ server_cepp server_2 -service -start
server_2 : done
[nasadmin@CAVNXNAS01_cs0 scripts]$ server_cepp server_2 -service -status
server_2 : CEPP Started
[nasadmin@CAVNXNAS01_cs0 scripts]$ server_cepp server_2 -service -info
server_2 :
CIFS share name = \\cifsserver00190\CHECK$
cifs_server = cifsserver00190
heartbeat_interval = 90 seconds
ft level = 0
ft size = 0
ft location =
msrpc user = cifsserver00190$
msrpc client name = cifsserver00190.corp.ca.pvt
pool_name server_required access_checks_ignored req_timeout retry_timeout
purmatpool No 27874 500 50
[nasadmin@CAVNXNAS01_cs0 scripts]$ server_cepp server_2 -pool -info
server_2 :
pool_name = purmatpool
server_required = No
access_checks_ignored = 50546
req_timeout = 500ms
retry_timeout = 50ms
pre_events =
post_events = OpenFileNoAccess,OpenFileRead,OpenFileWrite,CreateFile,CreateDir,DeleteFile,DeleteDir,CloseModified,CloseUnmodified,RenameFile,RenameDir,SetAclFile,SetAclDir,OpenDir,CloseDir,FileRead,FileWrite,SetSecFile,SetSecDir,OpenFileReadOffline,OpenFileWriteOffline
post_err_events =
CEPP Servers:
IP = 12.16.1.76, state = HTTP_ERROR, rpc = HTTP, cava version = , nt status = SUCCESS, server name = 12.16.1.76
[nasadmin@CAVNXNAS01_cs0 scripts]$
[nasadmin@CAVNXNAS01_cs0 scripts]$ nc -zv 12.16.1.76 80
nc: connect to 12.16.1.76 port 80 (tcp) failed: Connection refused
[nasadmin@CAVNXNAS01_cs0 scripts]$ nc -zv 12.16.1.76 443
nc: connect to 12.16.1.76 port 443 (tcp) failed: Connection refused
[nasadmin@CAVNXNAS01_cs0 scripts]$ nc -zv 12.16.1.76 12228
nc: connect to 12.16.1.76 port 12228 (tcp) failed: Connection refused
[nasadmin@CAVNXNAS01_cs0 scripts]$
emctec112
9 Posts
0
October 25th, 2017 12:00
We worked with EMC support on this and adjusted this parameter and then it started working fine.
$ server_config server_2 -v "param cepp RPCtype=2"
Rainer_EMC
4 Operator
•
8.6K Posts
0
October 26th, 2017 03:00
thanks for the feedback