I am new to Zabbix and want to test this tool for my organization. I have followed the instruction manual and installed the rpm package.
following components have been installed,
[a400726@vc2c09mmk2651 ~]$ rpm -qa | grep zabbix
zabbix-2.0.6-1.el6.x86_64
zabbix-server-mysql-2.0.6-1.el6.x86_64
zabbix-agent-2.0.6-1.el6.x86_64
zabbix-server-2.0.6-1.el6.x86_64
zabbix-web-mysql-2.0.6-1.el6.noarch
zabbix-release-2.0-1.el6.noarch
zabbix-web-2.0.6-1.el6.noarch
The next step as per documentation is,
Creating initial database
Create zabbix database and user on MySQL.
# mysql -uroot
while i enter the above command i get
-bash: mysql: command not found error message.
I am trying to install this on Red Hat Enterprise Linux, 2.6 64 bit version.
Any help would be really appreciated, i am stuck at this point and not able to proceed further..
Anoop
following components have been installed,
[a400726@vc2c09mmk2651 ~]$ rpm -qa | grep zabbix
zabbix-2.0.6-1.el6.x86_64
zabbix-server-mysql-2.0.6-1.el6.x86_64
zabbix-agent-2.0.6-1.el6.x86_64
zabbix-server-2.0.6-1.el6.x86_64
zabbix-web-mysql-2.0.6-1.el6.noarch
zabbix-release-2.0-1.el6.noarch
zabbix-web-2.0.6-1.el6.noarch
The next step as per documentation is,
Creating initial database
Create zabbix database and user on MySQL.
# mysql -uroot
while i enter the above command i get
-bash: mysql: command not found error message.
I am trying to install this on Red Hat Enterprise Linux, 2.6 64 bit version.
Any help would be really appreciated, i am stuck at this point and not able to proceed further..
Anoop
Comment