A server goes down

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: A server goes down

Post by lmiltchev »

Can you run the following command in terminal on this particular VM and show us the output?

Code: Select all

lscpu
Be sure to check out our Knowledgebase for helpful articles and solutions!
ancovington
Posts: 175
Joined: Fri Sep 13, 2013 1:32 pm

Re: A server goes down

Post by ancovington »

Here is the output:

[root@localhost ~]# lscpu
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
CPU(s): 1
On-line CPU(s) list: 0
Thread(s) per core: 1
Core(s) per socket: 1
Socket(s): 1
NUMA node(s): 1
Vendor ID: GenuineIntel
CPU family: 6
Model: 15
Stepping: 11
CPU MHz: 2931.922
BogoMIPS: 5863.84
Hypervisor vendor: VMware
Virtualization type: full
L1d cache: 32K
L1i cache: 32K
L2 cache: 4096K
NUMA node0 CPU(s): 0
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: A server goes down

Post by lmiltchev »

the Nagios Server is only seeing one cpu, but 4 was added to the OS at the start of the build. Could you please explain why this is?
I don't see 4 CPUs in the output from running the "lscpu" command...
[root@localhost ~]# lscpu
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
CPU(s): 1
On-line CPU(s) list: 0
Thread(s) per core: 1
Core(s) per socket: 1
Socket(s): 1
NUMA node(s): 1
Vendor ID: GenuineIntel
CPU family: 6
Model: 15
Stepping: 11
CPU MHz: 2931.922
BogoMIPS: 5863.84
Hypervisor vendor: VMware
Virtualization type: full
L1d cache: 32K
L1i cache: 32K
L2 cache: 4096K
NUMA node0 CPU(s): 0
Be sure to check out our Knowledgebase for helpful articles and solutions!
ancovington
Posts: 175
Joined: Fri Sep 13, 2013 1:32 pm

Re: A server goes down

Post by ancovington »

Our Nagiosxi server has been rebooted and now it will not restart the web browser! :!:
ancovington
Posts: 175
Joined: Fri Sep 13, 2013 1:32 pm

Re: A server goes down

Post by ancovington »

We cannot ping it.
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: A server goes down

Post by abrist »

Does it have an address?

Code: Select all

ifconfig
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
ancovington
Posts: 175
Joined: Fri Sep 13, 2013 1:32 pm

Re: A server goes down

Post by ancovington »

Yes, here is the output:

eth0 link encap: Ehternet HWadr 00:50:56:B3:03:29
inet addr: 10.201.18.175 Bcast: 10.201.31.255 Mask: 255.255.240.0
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: A server goes down

Post by abrist »

ok. Lets check the status of a few services:

Code: Select all

service httpd status
service mysqld status
service postgresql status
service ndo2db status
service nagios status
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: A server goes down

Post by slansing »

And you are trying to connect to:

Code: Select all

10.201.18.175/nagiosxi
Correct? Does the page display anything, such as an apache server splash?
ancovington
Posts: 175
Joined: Fri Sep 13, 2013 1:32 pm

Re: A server goes down

Post by ancovington »

I ran the service status commands and all states that they are running:

httpd (pid 1368) is running...
mysqld (pid 1229) is running...
postmaster (pid 1273) is running...
ndo2db (pid 1449) is running...
nagios (pid 1427) is running...

Also, yes I attempted to connect to 10.201.18.175/nagiosxi and the web page is hanging.
Locked