Page 1 of 1

UNKNOWN: The node requested does not exist.

Posted: Tue Nov 02, 2021 12:37 pm
by preethu.d
Hi Team,

I am getting the below error for a filesystem usage monitor on a linux server which is added in Nagios via NCPA. I have checked the server but the filesystem exist on it. This was working before as I am able to see old data and recently this issue happened.


UNKNOWN: The node (/sapmnt/BHD) requested does not exist. You may be trying to access the / node.

what is the reason for this issue and how this can be fixed.

Regards,
Preethu

Re: UNKNOWN: The node requested does not exist.

Posted: Tue Nov 02, 2021 3:08 pm
by kfanselow
Hi Preethu,

Could you run the following command on the server in question and provide the results:

Code: Select all

 find  /sapmnt/ -maxdepth 1 -ls 
Thanks and Best Regards,
Keith

Re: UNKNOWN: The node requested does not exist.

Posted: Fri Nov 05, 2021 2:41 am
by preethu.d
Hi Keith,

I have seen the same issue on another linux server

UNKNOWN: The node (/sapmnt/PQ1) requested does not exist. You may be trying to access the / node. on <node name> Disk Usage on /sapmnt/PQ1 is UNKNOWN.

And I run the command you have given (attached the output).

Regards,
Preethu

Re: UNKNOWN: The node requested does not exist.

Posted: Fri Nov 05, 2021 2:33 pm
by kfanselow
Hi Preethu,

It looks like the /sapmnt mount point is world readable however it appears you have a problem with filesystems being mounted there. You might want to look through the logs and dmesg output and see if there is anything that indicates a cause. Ultimately this is something you're probably going to have to figure out with your sysadmin/storage teams.

Thanks and Best Regards,
Keith

Re: UNKNOWN: The node requested does not exist.

Posted: Wed Nov 10, 2021 2:22 am
by preethu.d
Hi Keith,

Thanks for the update.
You can close the thread.

Regards,
Preethu