VPLEX: How to ensure a user receives call home messages from their VPLEX
Summary: This article covers the configuration of the call home feature and why Dell may not receive all call home messages sent from a VPLEX.
This article applies to
This article does not apply to
This article is not tied to any specific product.
Not all product versions are identified in this article.
Instructions
NOTE:
- Not all events generate a dial-home / call-home alert.
- The user will receive those events and alerts coded to report issues via e-mail to the user.
- Dell may filter some events and alerts based on severity and frequency.
Dell presently filters some Call Home events where there is known false alarms that may have been caused by maintenance, power issues, or other issues outside of the VPLEX control.
Below are some checks to review and follow to ensure the call home feature is configured correctly on the VPLEX.
- We will start with the call home configuration file itself.
-
- Log into the clusters management server using the service credentials. [SH - if this is a metro do we to let the user know to repeat these steps on the peer cluster?]
Sample Output:
- Log into the clusters management server using the service credentials. [SH - if this is a metro do we to let the user know to repeat these steps on the peer cluster?]
login as: service
Using keyboard-interactive authentication.
Password:
Last login: Fri Aug 25 18:47:57 2023 from xx.xx.xx.xx
service@ManagementServer:~>
-
- Once logged into the management server, Change Directory (cd) to the following location, /opt/emc/connectemc
Sample Output:
service@ManagementServer:~> cd /opt/emc/connectemc
-
- Next, 'cat' the call home configuration file "ConnectEMC_config.xml" to see how it is currently setup.
Example:
Service@MaanagementServer:/opt/emc/connectemc> cat ConnectEMC_config.xml
- Next, 'cat' the call home configuration file "ConnectEMC_config.xml" to see how it is currently setup.
The following is an example of how the call-home configuration file might look.
Notification Options
By configuring your Event Notifications, listed below, people in your organization will receive email notifications when events occur. Events and/or system reports will be called home through an SMTP server. Dell recommends that you distribute your connections over multiple SMTP servers for better availability.
Note that these SMTP v4 IP addresses can be different from the addresses used for Dell Event Notifications.
service@ManagementServer:~> cat /opt/emc/connectemc/ConnectEMC_config.xml
<?xml version="1.0" encoding="UTF-8"?>
<ConnectEMCConfig SchemaVersion="1.1.0">
<ConnectConfig Type="Email">
<Retries>7</Retries>
<Notification>Primary</Notification>
<Timeout>700</Timeout>
<Description></Description>
<BsafeEncrypt>no</BsafeEncrypt>
<IPProtocol>IPV4</IPProtocol>
<EmailServer>1.1.1.1</EmailServer>
<EmailAddress>emailalert@emc.com</EmailAddress>
<EmailSender>VPlex_FNM10212000131@vplex.emc.com</EmailSender>
<EmailFormat>ASCII</EmailFormat>
<EmailSubject>Call Home</EmailSubject>
<IncludeCallHomeData>no</IncludeCallHomeData>
<InsertBefore></InsertBefore>
<PreProcess></PreProcess>
<PostProcess></PostProcess>
</ConnectConfig>
<ConnectConfig Type="Email">
<Retries>7</Retries>
<Notification>Failover</Notification>
<Timeout>700</Timeout>
<Description></Description>
<BsafeEncrypt>no</BsafeEncrypt>
<IPProtocol>IPV4</IPProtocol>
<EmailServer>2.2.2.2</EmailServer>
<EmailAddress>emailalert@emc.com</EmailAddress>
<EmailSender>VPlex_FNM10212000131@vplex.emc.com</EmailSender>
<EmailFormat>ASCII</EmailFormat>
<EmailSubject>Call Home</EmailSubject>
<IncludeCallHomeData>no</IncludeCallHomeData>
<InsertBefore></InsertBefore>
<PreProcess></PreProcess>
<PostProcess></PostProcess>
</ConnectConfig>
<ConnectConfig Type="Email">
<Retries>7</Retries>
<Notification>onSuccess/onFailure</Notification>
<Timeout>700</Timeout>
<Description></Description>
<BsafeEncrypt>no</BsafeEncrypt>
<IPProtocol>IPV4</IPProtocol>
<EmailServer>1.1.1.1</EmailServer>
<EmailAddress>1234@dell.com</EmailAddress>
<EmailSender>VPlex_FNM10212000131@vplex.emc.com</EmailSender>
<EmailFormat>ASCII</EmailFormat>
<EmailSubject>Call Home</EmailSubject>
<IncludeCallHomeData>yes</IncludeCallHomeData>
<InsertBefore></InsertBefore>
<PreProcess></PreProcess>
<PostProcess></PostProcess>
</ConnectConfig>
</ConnectEMCConfig>
Notification Options
By configuring your Event Notifications, listed below, people in your organization will receive email notifications when events occur. Events and/or system reports will be called home through an SMTP server. Dell recommends that you distribute your connections over multiple SMTP servers for better availability.
Note that these SMTP v4 IP addresses can be different from the addresses used for Dell Event Notifications.
[SH - Primary is a notification type that we once used, yet not listed here. The below list was taken from the SolVe procedure Configure Call-Home and SY. I am not able to find Primary talked in the Configure Call-Home and SYR procedure, the Admin or CLI Guides. We should list all possible Notifications that can be used so the customer can decide how they want to set up their ConnectEMC_config.xml file for how call home alerts will be handled and what each Notification type does. Does anyone know where to find this complete list of useable Notifications?]
-
- On Success or Failure - Sends an email regardless of whether the email notification to EMC succeeded.
- On Failure - Sends an email each time an attempt to notify EMC has failed.
- On All Failure - Sends an email only if all attempts to notify EMC have failed.
- On Success - Sends an email each time EMC is successfully sent an email notification.
The bolded values shown below are the configurable areas of the ConnectEMC_config.xml file. Most all values are set to a default value and do not need to be changed.
The lines that you need to set values for are,
Notification - reference KB 000066793, "VPLEX: How to manually configure call home." [SH - this reference KBA also needs updating]
EmailServer - need to do this for the ESRS*/SCG server and your SMTP (E-mail) server
EmailAddress - when you want to receive e-mail alerts
IncludeCallHomeData - set to 'yes', if at 'no', to get full call home message attached to the e-mail alert
The lines that you need to set values for are,
Notification - reference KB 000066793, "VPLEX: How to manually configure call home." [SH - this reference KBA also needs updating]
EmailServer - need to do this for the ESRS*/SCG server and your SMTP (E-mail) server
EmailAddress - when you want to receive e-mail alerts
IncludeCallHomeData - set to 'yes', if at 'no', to get full call home message attached to the e-mail alert
Notes:
-
-
- You should also get a copy of the "Configure_Call-Home and SYR" document, located on SolVe Online under VPLEX > Admin > Admin Procedures > Configure,
as it will explain the info for each line of the ConnectEMC_config.xml file used to control how call-homes are handled by the VPLEX. - ESRS has been retired, and all customers should be at or have plans to go to the new Secure Connect Gateway (SCG) application.
- You should also get a copy of the "Configure_Call-Home and SYR" document, located on SolVe Online under VPLEX > Admin > Admin Procedures > Configure,
-
Sample Output of two options that can be used for notifications, Primary and OnSuccess/OnFailure:
<ConnectConfig Type="Email">
<Retries>7</Retries>
<Notification>Primary</Notification> <----
<Timeout>700</Timeout>
<Description></Description>
<BsafeEncrypt>no</BsafeEncrypt>
<IPProtocol>IPV4</IPProtocol>
<EmailServer>enter IP address here</EmailServer> <---- this can be the customer's STMP server or the SCG server IP
<EmailAddress>emailalert@emc.com</EmailAddress> <----
<EmailSender>VPlex_FNM00123456789@vplex.emc.com</EmailSender> <---- needs to be @vplex.emc.com, reference KBA 000235233
<EmailFormat>ASCII</EmailFormat>
<EmailSubject>Call Home for VPlex</EmailSubject> <-- you can enter here how/what you want the subject of the e-mail to be for easier
recognition
<IncludeCallHomeData>yes</IncludeCallHomeData> <---- set to "yes" for VPLEX to list the event data in call-home email message
<InsertBefore></InsertBefore>
<PreProcess></PreProcess>
<PostProcess></PostProcess>
</ConnectConfig>
<ConnectConfig Type="Email">
<Retries>7</Retries>
<Notification>onSuccess/onFailure</Notification> <-----
<Timeout>700</Timeout>
<Description></Description>
<BsafeEncrypt>no</BsafeEncrypt>
<IPProtocol>IPV4</IPProtocol>
<EmailServer>enter IP address here</EmailServer> <-----
<EmailAddress>use customer or generic email address here</EmailAddress> <--- whom you want to receive the e-mail alerts
<EmailSender>VPlex_FNM00123456789@emc.com</EmailSender>
<EmailFormat>ASCII</EmailFormat>
<EmailSubject>Call Home for VPlex</EmailSubject>
<IncludeCallHomeData>yes</IncludeCallHomeData> <----- set to "yes" for VPLEX to list the event data in call-home email message
<InsertBefore></InsertBefore>
<PreProcess></PreProcess>
<PostProcess></PostProcess>
</ConnectConfig>
<Retries>7</Retries>
<Notification>Primary</Notification> <----
<Timeout>700</Timeout>
<Description></Description>
<BsafeEncrypt>no</BsafeEncrypt>
<IPProtocol>IPV4</IPProtocol>
<EmailServer>enter IP address here</EmailServer> <---- this can be the customer's STMP server or the SCG server IP
<EmailAddress>emailalert@emc.com</EmailAddress> <----
<EmailSender>VPlex_FNM00123456789@vplex.emc.com</EmailSender> <---- needs to be @vplex.emc.com, reference KBA 000235233
<EmailFormat>ASCII</EmailFormat>
<EmailSubject>Call Home for VPlex</EmailSubject> <-- you can enter here how/what you want the subject of the e-mail to be for easier
recognition
<IncludeCallHomeData>yes</IncludeCallHomeData> <---- set to "yes" for VPLEX to list the event data in call-home email message
<InsertBefore></InsertBefore>
<PreProcess></PreProcess>
<PostProcess></PostProcess>
</ConnectConfig>
<ConnectConfig Type="Email">
<Retries>7</Retries>
<Notification>onSuccess/onFailure</Notification> <-----
<Timeout>700</Timeout>
<Description></Description>
<BsafeEncrypt>no</BsafeEncrypt>
<IPProtocol>IPV4</IPProtocol>
<EmailServer>enter IP address here</EmailServer> <-----
<EmailAddress>use customer or generic email address here</EmailAddress> <--- whom you want to receive the e-mail alerts
<EmailSender>VPlex_FNM00123456789@emc.com</EmailSender>
<EmailFormat>ASCII</EmailFormat>
<EmailSubject>Call Home for VPlex</EmailSubject>
<IncludeCallHomeData>yes</IncludeCallHomeData> <----- set to "yes" for VPLEX to list the event data in call-home email message
<InsertBefore></InsertBefore>
<PreProcess></PreProcess>
<PostProcess></PostProcess>
</ConnectConfig>
-
- If any changes are required, use either the vi editor or WinSCP to make changes
-
- After changing any value of the ConnectEMC_config.xml file you must restart the following
services on the management server.
- After changing any value of the ConnectEMC_config.xml file you must restart the following
- sudo /etc/init.d/VPlexConnectemcd restart
- sudo /etc/init.d/VPlexEmaAdaptor restart
- sudo /etc/init.d/VPlexManagementConsole restart
on version 6.2 SP1 and later, the commands will be:
- sudo systemctl restart VPlexConnectemcd
- sudo systemctl restart VPlexEmaAdaptor
- sudo systemctl restart VPlexManagementConsole
- Once the configuration is complete, log into the VPlexcli and go to context /notifications/call-home/ and check to ensure the call-home is enabled / true.
VPlexcli:/> cd /notifications/call-home/
VPlexcli:/notifications/call-home> ll
Attributes:
Name Value
------- -----
enabled true <---
VPlexcli:/notifications/call-home> ll
Attributes:
Name Value
------- -----
enabled true <---
- In the event the call-home is not enabled (set for false), please enable it using the following command:
set enabled true
Example:
VPlexcli:/notifications/call-home> set enabled true
- Once you confirm that the call-home feature is configured as you want it, and is enabled, run a test call-home.
- In order to run a test call home, from the VPlexcli context /notifications/call-home type the word 'test' at the context prompt and ensure you get the message declaring the
call-home was sent successfully:
Example:
VPlexcli:/notifications/call-home> test
call-home test was successful.
call-home test was successful.
- You will need contact a local Dell field representative to check that call home test was received by Dell's CLM monitoring application.
Additional Information
The following are KB articles relating to VPlex call-homes: [SH - these listed KBAs should all be checked to ensure they are up-to-date with commands that are used for 6.2.1.x as well]
Affected Products
VPLEX SeriesArticle Properties
Article Number: 000018913
Article Type: How To
Last Modified: 11 مايو 2025
Version: 6
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.