Unsolved
1 Rookie
•
8 Posts
0
726
July 7th, 2020 16:00
ERROR_CEPP_NOT_FOUND in CEPA configuration
Hi All,
I'm trying to setup CEPA so that we can start pushing CIFS auditing logs to external syslog server. However it seems like there is a communication issue on CEE windows server.
cepp.conf:
cifsserver=A****
surveytime=90
pool name=pool1 \
servers=10.x.x.x \
preevents=* \
postevents=OpenFileNoAccess|OpenFileRead|OpenFileWrite|CreateFile|CreateDir|DeleteFile|DeleteDir|CloseModified|CloseUnmodified|RenameFile|RenameDir|SetAclFile|SetAclDir|FileWrite|SetSecFile|SetSecDir \
option=ignore \
reqtimeout=5000 \
retrytimeout=1500
CEE and RabbitMQ are installed on same windows 2016 server; On CEE and RabbitMQ server : location: C:\Program Files\EMC\CEE\MsgSys.xml :-
I can ping the CEE server IP address from server_2 and vice versa. Firewall is not enabled on CEE server.
Data mover is unable to communicate with CEPA server.
Please let me know if there is anything missing. Thank you!
JoeyTheBoy
1 Rookie
•
11 Posts
0
January 23rd, 2025 16:51
Did you ever find a solution to this problem I am having the same issue? Thank you!
DELL-Sam L
Moderator
•
7.6K Posts
0
January 23rd, 2025 17:29
Hello JoeyTheBoy
Here is a link to a kb that can assist you in resolving your issue. https://dell.to/4gXGIql
JoeyTheBoy
1 Rookie
•
11 Posts
0
January 23rd, 2025 17:31
Is the endpoint IP the storage array or what? I am confused about that the most.
DELL-Sam L
Moderator
•
7.6K Posts
0
January 23rd, 2025 17:50
Hello JoeyTheBoy,
No the IP is not the storage array. Which a third-party file event software are you using as that is the ip that is needed.
JoeyTheBoy
1 Rookie
•
11 Posts
0
January 23rd, 2025 18:06
So if I am using RabbitMQ on the same host as the CEE/CEPA host would I do whitebox@127.0.0.1 or just whitebox and does it have to be whitebox.
DELL-Josh Cr
Moderator
•
9.3K Posts
0
January 23rd, 2025 18:11
It can be what you named it and 127.0.01
JoeyTheBoy
1 Rookie
•
11 Posts
0
January 23rd, 2025 18:37
Ok so the error I am running into is "Cannot connect to CEPA server (ip) of pool (hostname)_CEPA_1 of NAS server (hostname): ERROR_CEPP_NOT_FOUND."
the ip that the storage array is connected to has cee/cepa and rabbitmq and the only thing i changed in regedit was the Audit/Configuration 'enabled' to '1' and 'endpoint' to 'CEPA1@127.0.0.1'
and then for rabbitmq i edited the 'C:\Program Files\EMC\CEE\MsgSys.xml' to look like this:
<?xml version="1.0" encoding="utf-8"?>
<MsgSys>
<MsgBus enabled="1">
<Host name="localhost" port="5672" username="user" password="pass">
<Exchange name="CEE_Events" vhost="/" type="topic">
<Message persistent="1" />
</Exchange>
</Host>
</MsgBus>
</MsgSys>
What am I missing? I even restart the services after making changes and I still get the same error and both hosts can ping each other. What port needs to be open on the servers or what? Please help. Thank you so much!
DELL-Josh Cr
Moderator
•
9.3K Posts
0
January 23rd, 2025 18:50
I believe the default port is 12228.
JoeyTheBoy
1 Rookie
•
11 Posts
0
January 23rd, 2025 19:17
Ok so that port is enabled on both systems.
DELL-Josh Cr
Moderator
•
9.3K Posts
0
January 23rd, 2025 19:35
Which OneFS version are you using? Is Your CEE up to date? https://dell.to/4juAz6D
JoeyTheBoy
1 Rookie
•
11 Posts
0
January 23rd, 2025 19:48
We do not have OneFS but CEE is at 9.9.0 which is not far behind at all
DELL-Josh Cr
Moderator
•
9.3K Posts
0
January 23rd, 2025 19:49
What product are you using?
JoeyTheBoy
1 Rookie
•
11 Posts
0
January 23rd, 2025 19:50
DELL EMC Unity Storage Array
Accessing through Unisphere
DELL-Josh Cr
Moderator
•
9.3K Posts
0
January 23rd, 2025 19:56
Ok, it was in the VNX subforum, so assumed VNX. Which OE version is the Unity running? Is it at least 4.1? Is SMB enabled? https://dell.to/40uPSDx also Check the registry again. https://dell.to/40Jecmu
JoeyTheBoy
1 Rookie
•
11 Posts
0
January 23rd, 2025 20:34
It is UnityOS: 5.4.0.0.5.094. SMB is enabled and the registry I have active is Configuration/Audit with 'enabled' at '1' and 'endpoint' at 'CEPA1@127.0.0.1" is that the correct registry and configuration for rabbitmq?