Hi Team,
I have installed zabbix server by Enabling Oracle with below options
./configure --prefix=/tools/appsw/oracle/zabbix --enable-server --enable-agent --with-oracle=yes --with-oracle-include=/tools/utilsw/oracle/11gclient/rdbms/public --with-oracle-lib=/tools/utilsw/oracle/11gclient/lib
I have configured DB parameters in configuration file "zabbix_server.conf"
Below parameters are configured
ListenPort=10051
DBName=DDDD
DBHost=hostanme.xxxx.com
DBSchema=ZABBIXPOC
DBPassword=password#
DBPort=1521
while i trying to start the server.. i am getting below error in log
30051:20170301:102041.103 In zbx_db_get_database_type()
30051:20170301:102041.103 In DBconnect() flag:0
30051:20170301:102041.127 [Z3001] connection to database '//hostanme.xxxx.com:1521/DDDD' failed: [-1]
30051:20170301:102041.127 Cannot connect to the database. Exiting...
Please advise on this..
I have installed zabbix server by Enabling Oracle with below options
./configure --prefix=/tools/appsw/oracle/zabbix --enable-server --enable-agent --with-oracle=yes --with-oracle-include=/tools/utilsw/oracle/11gclient/rdbms/public --with-oracle-lib=/tools/utilsw/oracle/11gclient/lib
I have configured DB parameters in configuration file "zabbix_server.conf"
Below parameters are configured
ListenPort=10051
DBName=DDDD
DBHost=hostanme.xxxx.com
DBSchema=ZABBIXPOC
DBPassword=password#
DBPort=1521
while i trying to start the server.. i am getting below error in log
30051:20170301:102041.103 In zbx_db_get_database_type()
30051:20170301:102041.103 In DBconnect() flag:0
30051:20170301:102041.127 [Z3001] connection to database '//hostanme.xxxx.com:1521/DDDD' failed: [-1]
30051:20170301:102041.127 Cannot connect to the database. Exiting...
Please advise on this..
Comment