Follow these steps to install and configure the Greenplum DCA dial-home SNMP event monitoring system: Download and install EMC Connect from Powerlink: Home > Support > Software Downloads and Licensing > Downloads E-I > Greenplum EMC Greenplum Database 4.0.2.0 ConnectEMC Installer Base directory for EMC Connect: /opt/connectemc/ Directory where dial home events are logged: /opt/connectemc/archive EMC Connect configuration file: [gpadmin@mdw connectemc]$ cat ConnectEMC_config.xml <?xml version="1.0" encoding="UTF-8" standalone="no" ?> <ConnectEMCConfig SchemaVersion="1.1.0"> <ConnectConfig Type="FTPS"> <Retries>3</Retries> <Notification>Primary</Notification> <Timeout>120</Timeout> <Description>primary FTPS server</Description> <BsafeEncrypt>yes</BsafeEncrypt> <IPProtocol>IPV4</IPProtocol> <IPAddress>corpusfep3.emc.com</IPAddress> <FTPPort>990</FTPPort> <UserName>Default</UserName> <Password>Default</Password> <FEPFolder>incoming</FEPFolder> <Mode>Passive</Mode> <PrivateKeyPassPhrase>Default</PrivateKeyPassPhrase> <PrivateKeyFile>Default</PrivateKeyFile> <ClientCertificate>Default</ClientCertificate> <ServerCABundle>Default</ServerCABundle> </ConnectConfig> <ConnectConfig Type="FTPS"> <Retries>3</Retries> <Notification>Failover</Notification> <Timeout>120</Timeout> <Description>secondary FTPS server</Description> <BsafeEncrypt>yes</BsafeEncrypt> <IPProtocol>IPV4</IPProtocol> <IPAddress>corpusfep4.emc.com</IPAddress> <FTPPort>990</FTPPort> <UserName>Default</UserName> <Password>Default</Password> <FEPFolder>incoming</FEPFolder> <Mode>Passive</Mode> <PrivateKeyPassPhrase>Default</PrivateKeyPassPhrase> <PrivateKeyFile>Default</PrivateKeyFile> <ClientCertificate>Default</ClientCertificate> <ServerCABundle>Default</ServerCABundle> </ConnectConfig> </ConnectEMCConfig> Note: MUST USE PASSIVE MODE SNMP files are located off the MASTER_DATA_DIRECTORY. [gpadmin@mdw gpseg-1]$ echo $MASTER_DATA_DIRECTORY /data/4010/master/gpseg-1/ files: /data/4010/master/gpseg-1/gpperfmon/data/snmp Make sure the snmp.conf looks like: Category='Admin Switch' Device='AdminSwitch0001' Host='a-sw-1' Category='Interconnect Switch' Device='InterconnectSwitch0001' Host='i-sw-1' Category='Interconnect Switch' Device='InterconnectSwitch0001' Host='i-sw-2' The file "/etc/gpdb_appliance_version" must be renamed to "/etc/gpdb-appliance-version." |