Hi Everyone,
Here is a sample to but Zabbix agent in startup/shutdown Scritps for HPUX, so when ever you reboot your system, it will startup Automatically.
Here is the Steps:
1- Extract zabbix_agents_1.1.1_HP-UX11.11_PA-RISC.tar Files to /etc/zabbix ( You can download the file from Zabbix Website)
2- Copy zabbixd to /etc/rc.config.d
3- Copy zabbixd_script file to /sbin/init.d
4- rename /sbin/init.d/zabbixd_script to /sbin/init.d/zabbixd
5- Copy zabbixd to /etc/rc.config.d
6- ln -s /sbin/init.d/zabbixd /sbin/rc3.d/S900zabbixd
7- ln -s /sbin/init.d/zabbixd /sbin/rc2.d/K100zabbixd
If anyone can improve it, it will be appreciated.
This is teasted on HPUX 11.11 PA-RISC platform.
Regards,
gold_21
Here is a sample to but Zabbix agent in startup/shutdown Scritps for HPUX, so when ever you reboot your system, it will startup Automatically.
Here is the Steps:
1- Extract zabbix_agents_1.1.1_HP-UX11.11_PA-RISC.tar Files to /etc/zabbix ( You can download the file from Zabbix Website)
2- Copy zabbixd to /etc/rc.config.d
3- Copy zabbixd_script file to /sbin/init.d
4- rename /sbin/init.d/zabbixd_script to /sbin/init.d/zabbixd
5- Copy zabbixd to /etc/rc.config.d
6- ln -s /sbin/init.d/zabbixd /sbin/rc3.d/S900zabbixd
7- ln -s /sbin/init.d/zabbixd /sbin/rc2.d/K100zabbixd
If anyone can improve it, it will be appreciated.
This is teasted on HPUX 11.11 PA-RISC platform.
Regards,
gold_21
Comment