NagiosXI not starting
-
Aldo Lanfranconi
- Posts: 22
- Joined: Fri Jan 29, 2021 12:06 pm
NagiosXI not starting
Hello, Our NagiosXI is showing the following error when try to access login page:
"Databse Error
A database connection error has been detected, please follow the repair prompt below. If the issue persists, please contact Nagios support.
Run the following from the CLI as root to attempt to repair the DB:
/usr/local/nagiosxi/scripts/repair_databases.sh"
I did try to execute the script, but on une of the last steps got an error --> "starting mysqld: ´[FAILED]"
also try to reboot.
Please Help
"Databse Error
A database connection error has been detected, please follow the repair prompt below. If the issue persists, please contact Nagios support.
Run the following from the CLI as root to attempt to repair the DB:
/usr/local/nagiosxi/scripts/repair_databases.sh"
I did try to execute the script, but on une of the last steps got an error --> "starting mysqld: ´[FAILED]"
also try to reboot.
Please Help
Re: NagiosXI not starting
I'll assume you have root access to the machine running Nagios XI?
Can you please paste the full output from the following 2 commands (run as root):
Can you please paste the full output from the following 2 commands (run as root):
Code: Select all
service mariadb status
service mysql statusIf you didn't get an 8% raise over the course of the pandemic, you took a pay cut.
Discussion of wages is protected speech under the National Labor Relations Act, and no employer can tell you you can't disclose your pay with your fellow employees.
Discussion of wages is protected speech under the National Labor Relations Act, and no employer can tell you you can't disclose your pay with your fellow employees.
-
Aldo Lanfranconi
- Posts: 22
- Joined: Fri Jan 29, 2021 12:06 pm
Re: NagiosXI not starting
Hi, yes, I have root access from the console.
I got "unrecognized service" when running both commands
I got "unrecognized service" when running both commands
Re: NagiosXI not starting
Are you using an offloaded database?
Can you log into that server and run the command to repair the database?:
Can you log into that server and run the command to repair the database?:
Code: Select all
mysqlcheck -u[database user] -p[database password] --repair --all-databasesIf you didn't get an 8% raise over the course of the pandemic, you took a pay cut.
Discussion of wages is protected speech under the National Labor Relations Act, and no employer can tell you you can't disclose your pay with your fellow employees.
Discussion of wages is protected speech under the National Labor Relations Act, and no employer can tell you you can't disclose your pay with your fellow employees.
-
Aldo Lanfranconi
- Posts: 22
- Joined: Fri Jan 29, 2021 12:06 pm
Re: NagiosXI not starting
Are you using an offloaded database?
No, I´m not.
No, I´m not.
Re: NagiosXI not starting
What Linux distro are you running? How did you install Nagios XI (download an OVA, install via yum, install via manual install)?
If you didn't get an 8% raise over the course of the pandemic, you took a pay cut.
Discussion of wages is protected speech under the National Labor Relations Act, and no employer can tell you you can't disclose your pay with your fellow employees.
Discussion of wages is protected speech under the National Labor Relations Act, and no employer can tell you you can't disclose your pay with your fellow employees.
-
Aldo Lanfranconi
- Posts: 22
- Joined: Fri Jan 29, 2021 12:06 pm
Re: NagiosXI not starting
Hello, I did install froma an OVA to VMware
Linux version 2.6.36-643.1.1.e16.x86_64
CentOS 6.8 (final)
Linux version 2.6.36-643.1.1.e16.x86_64
CentOS 6.8 (final)
You do not have the required permissions to view the files attached to this post.
Re: NagiosXI not starting
Run the following command as root and post the entire output:
Code: Select all
/etc/init.d/mysqld stop
/etc/init.d/mysqld start
If you didn't get an 8% raise over the course of the pandemic, you took a pay cut.
Discussion of wages is protected speech under the National Labor Relations Act, and no employer can tell you you can't disclose your pay with your fellow employees.
Discussion of wages is protected speech under the National Labor Relations Act, and no employer can tell you you can't disclose your pay with your fellow employees.
-
Aldo Lanfranconi
- Posts: 22
- Joined: Fri Jan 29, 2021 12:06 pm
Re: NagiosXI not starting
see attached capture
You do not have the required permissions to view the files attached to this post.
Re: NagiosXI not starting
What's the output from the following commands:
Code: Select all
/etc/init.d/mysqld start
tail -50 /var/log/messagesIf you didn't get an 8% raise over the course of the pandemic, you took a pay cut.
Discussion of wages is protected speech under the National Labor Relations Act, and no employer can tell you you can't disclose your pay with your fellow employees.
Discussion of wages is protected speech under the National Labor Relations Act, and no employer can tell you you can't disclose your pay with your fellow employees.