Start a Conversation

Unsolved

This post is more than 5 years old

1197

March 24th, 2015 07:00

Integrate Antivirus with VNX5200 CIFSSERVER

I have a Cifsserver running on VDM and i have configured CEE on a windows server and when i try to start the VC service on Datamover it says the cifsserver name is invalid

Can anyone help us in this situation? Am i missing any configuration.

Regards

Karthikeyan B

1.2K Posts

March 24th, 2015 09:00

If you haven't done so, you should download and review the EMC document, "Using VNX Event Enabler".

When configuring VEE, you must create a CIFS server on the physical datamover (server_2) to use for the Virus Checking service.  Per the documentation, you cannot use a CIFS server on a VDM for virus checking.  The CIFS server on the physical doesn't need any storage attached or CIFS shares created, just an IP address.

Let us know if that helps!

Karl

March 25th, 2015 22:00

Hello Karl,

I have configured one  CIFSSERVER on VDM (the actual production) and another CIFSSERVER on Physical Data Mover which is just having an IP address as you told.

Below is the viruschecker.conf file what is the value i should enter for CIFSserver=? and msrpcuser=?

[nasadmin@VNX5200CS0 ~]$ vi viruschecker.conf

CIFSserver=

RPCRequestTimeout=20000

RPCRetryTimeout=4000

addr=10.209.4.30

highWaterMark=200

lowWaterMark=50

masks=*.*

maxsize=0xFFFFFFFF

msrpcuser=

shutdown=no

surveyTime=60


Regards

Karthikeyan B

1.2K Posts

March 26th, 2015 05:00

I think you're taking too me too literally.  Can you run the following command?

server_cifs server_2

Now, paste the current version of your viruschecker.conf file here.  Basically, your viruschecker.conf file should look something like:

CIFSserver=MY_CIFSSERVER_DM2 ( this is the name of the CIFS server on the physical data mover )

RPCRequestTimeout=20000

RPCRetryTimeout=4000

addr=10.10.200.20, 10.10.200.21, 10.10.200.22 (multiple AV servers are recommended for high availabiulity)

highWaterMark=200

lowWaterMark=50

masks=*.*

maxsize=0xFFFFFFFF

msrpcuser=AV_USER_ACCT (this is the name of the Domain User account configured on the AV servers)

shutdown=no

surveyTime=60

1.2K Posts

March 26th, 2015 05:00

The CIFSserver entry should be the name of the CIFS server on the Physical Data Mover.  The MSRPCUSER is the name of the domain user account used to communicate with the AV servers.

March 26th, 2015 05:00

Hello Karl,

I have given the CIFSserver="Cifs Server on Physical Data Mover" MSRPCUSER="Domain User which communicated with AV Server"

When i start the service by using the below command

#server_setup server_2 -Protocol viruschk -option start

i am getting the error invalid username

Regards

Karthikeyan B

8.6K Posts

March 26th, 2015 06:00

March 26th, 2015 07:00

Hello,

Below is the output for the command server_cifs server_2

server_2 :

384 Cifs threads started

Security mode = NT

Max protocol = SMB3.0

I18N mode = UNICODE

Home Directory Shares DISABLED

Usermapper auto broadcast enabled

Usermapper[0] = [128.221.252.2] state:active (internal)

Usermapper[1] = [128.221.253.2] state:active (internal)

Enabled interfaces: (All interfaces are enabled)

Disabled interfaces: (No interface disabled)

Unused Interface(s):

if=FS_Int_Replication l=10.209.4.199 b=10.209.4.255 mac=0:60:48:27:92:90

DOMAIN IRSHAD FQDN=irshad.ae SITE=Default-First-Site-Name RC=4

SID=S-1-5-15-3115e3fc-4d08e33d-28a68b82-ffffffff

>DC=IRSAUHDC01(10.209.4.10) ref=3 time=1 ms (Closest Site)

>DC=IRSAUHDC02(10.209.4.11) ref=4 time=1 ms (Closest Site)

CIFS Server IRSAUHFS02[IRSHAD] RC=2

Full computer name=irsauhfs02.irshad.ae realm=IRSHAD.AE

Comment='EMC-SNAS:T8.1.3.72'

if=CIFS_Phy l=10.209.4.195 b=10.209.4.255 mac=0:60:48:27:92:90

  FQDN=irsauhfs02.irshad.ae (Updated to DNS)

Password change interval: 0 minutes

Last password change: Thu Mar 26 05:33:10 2015 GMT

Password versions: 3, 2

-------------------------------------------------------------------------------

CIFS service of VDM FS-VDM (state=loaded)

Home Directory Shares ENABLED, map=/.etc/homedir

DOMAIN IRSHAD FQDN=irshad.ae SITE=Default-First-Site-Name RC=4

SID=S-1-5-15-3115e3fc-4d08e33d-28a68b82-ffffffff

>DC=IRSAUHDC02(10.209.4.11) ref=4 time=1 ms (Closest Site)

>DC=IRSAUHDC01(10.209.4.10) ref=6 time=1 ms (Closest Site)

CIFS Server IRSAUHFS01[IRSHAD] RC=9 (local users supported)

Full computer name=irsauhfs01.irshad.ae realm=IRSHAD.AE

Comment='EMC-SNAS:T8.1.3.72'

if=FS-Int-0 l=10.209.4.200 b=10.209.4.255 mac=0:60:48:27:92:90

  FQDN=irsauhfs01.irshad.ae (Updated to DNS)

Password change interval: 0 minutes

Last password change: Thu Mar 26 08:16:23 2015 GMT

Password versions: 5, 4

-------------------------------------------------------------------------------

CIFS service of VDM FS1-VDM (state=loaded)

Home Directory Shares DISABLED

Below is the viruschecker.conf

masks=*.*

CIFSserver=IRSAUHFS02

RPCRequestTimeout=20000

RPCRetryTimeout=4000

addr=10.209.4.30

highWaterMark=200

lowWaterMark=50

maxsize=0xFFFFFFFF

msrpcuser=emcadmin                  

shutdown=no

surveyTime=60

In the above viruschecker.conf file i have given the user which was created when executing the below command

/nas/sbin/server_user server_2 -add -md5 -passwd emcadmin

Problem is if i give irshad\emcadmin (the domain account communicating with the AV server) as the username in the above command it takes the username as irshademcadmin and when i start the service it says invalid username.

Regards

Karthikeyan B

No Events found!

Top