Originally posted by: latifbenc
Hi,
OS = AIX 6100-06-05-1115
I recently extended the LUN /dev/oracle_lvSID. A nagios monitoring is activated on this system.
Today an error occured by checking the Disks:
DISK CRITICAL - /oracle/SID is not accessible: The file access permissions do not allow the specified action The disks check is doing anhand the following command :
/opt/nagios/libexec/check_disk -l -w 10% -c 5% -W 10% -K 5% -m -A -e -i "/proc" The origin of this problem is that the OS user "nagios" is trying to access "/oracle/SID" logical volume, but it isn't able to.
How can I give this user permission to access the lv /dev/oracle_lvSID ?
Thanks in advance
regards