Start a Conversation

Unsolved

This post is more than 5 years old

6727

April 23rd, 2012 00:00

Vplex: Health check automation.

Does, any one know, how  to make the health check automation on Vplex.

Currently we are monitoring manually on daily basis..its taking lot of time to login to each box

Also it would be helpful what are the parameters should we monitor on daily basis. Unfortunately we dont use Control center for monitoring.

Would you please help if you have any idea how to do this. Also if we get alerts on emails, that will ease our job a lot.

286 Posts

April 24th, 2012 12:00

One can setup email alerting

/opt/emc/connectemc, run connectemcConfig or just edit ConnectEMC_config.xml

you can run ./connectemcConfig -help to see the parameters

1 Rookie

 • 

108 Posts

November 25th, 2014 13:00

Is there any way we can do that in GUI , just for an information am looking

1 Rookie

 • 

108 Posts

November 25th, 2014 13:00

Also, can we trigger a test alert from Vplex?

72 Posts

November 25th, 2014 19:00

Have you given a shot with ESI 3.5 SCOM Management Packs for health monitoring of VPLEX (https://support.emc.com/search/?text=esi)? And 3.6 is planned for end of the year...

Regards,

5 Practitioner

 • 

274.2K Posts

December 18th, 2014 06:00

How to setup EMR(Netcool) alerting for VPLEX.

Thanks in advance.

1 Rookie

 • 

108 Posts

March 4th, 2015 03:00

is there anyway to trigger the test email alert ?

Thanks

Saran

522 Posts

March 4th, 2015 09:00

Hi Saran,

Maybe this process will help if you are looking for how to test sending/receiving the email from the VPLEX:

Goal

How to test if the Simple Mail Transfer Protocol (SMTP) server configured for call home is working.
How to test the SMTP server configured for VPLEX callhome.

Environment

EMC Hardware: VPLEX Series

EMC Hardware: VPLEX VS1

EMC Hardware: VPLEX VS2

EMC Hardware: VPLEX-Local

EMC Hardware: VPLEX-Metro

EMC Hardware: VPLEX-Geo

EMC SW: GeoSynchrony 5.0

EMC SW: GeoSynchrony 5.0.1

EMC SW: GeoSynchrony 5.1

EMC SW: GeoSynchrony 5.1 Patch 1

EMC SW: GeoSynchrony 5.1 Patch 2

EMC SW: GeoSynchrony 5.1 Patch 3

EMC SW: GeoSynchrony 5.1 Patch 4

EMC SW: GeoSynchrony 5.2

EMC SW: GeoSynchrony 5.2 Patch 1

EMC SW: GeoSynchrony 5.2 Service Pack 1

EMC SW: GeoSynchrony 5.2 Service Pack 1 Patch 1

EMC SW: GeoSynchrony 5.2 Service Pack 1 Patch 2

EMC SW: GeoSynchrony 5.2 Service Pack 1 Patch 3

EMC SW: GeoSynchrony 5.3

Resolution

  1. 1. Discover the SMTP server address and the email sender address being used by ConnectEMC.

    Service @ManagementServer:/> cat /opt/emc/connectemc/ConnectEMC_config.xml





    7
    Primary
    700

    no
    IPV4
    xx.x.x.xxx
      emailalert@EMC.com
      VPlex_CKM12345678@EMC.com
    ASCII
    Call Home
    no




  2. 2. Connect to the SMTP server via telnet

    Service @ManagementServer:/> telnet xx.x.x.xxx 25

    Note: SMTP server IP address is found in ConnectEMC_Config.xml
  3. 3. Enter the following commands and press the return/enter key where you see . You do not need to enter the text in italics.

    helo localhost   

    response should be as follows:

    250 OK

    mail from: VPlex_CKM12345678 @EMC.com

    Note: Sender email address is found in ConnectEMC_Config.xml. We use this email address to ensure relaying is permitted correctly.

    response should be as follows:

    250 OK - mail from VPlex_CKM12345678 @EMC.com
    rcpt to:


    response should be as follows:

    50 OK - Recipient

    data

    response should be as follows:

    354 Send data.  End with CRLF.CRLF

    Subject: Testing SMTP server

    This is the body of my test email

    .

    Note: The full stop (above) denotes the end of the email body. You need to type this to finalize the email.

    response should be as follows:

    250 OK

    quit
  4. 4. Watch your inbox to check if an email is received from VPlex_CKM12345678 @EMC.com with the subject "Testing SMTP server". If you receive no email or if you receive any errors during the process then there may be a problem with the SMTP server.
No Events found!

Top