In ESX , passwd: authentication information cannot be recovered

In ESX , passwd: authentication information cannot be recovered

In ESX , passwd: authentication information cannot be recovered The ESX box has AD authentication. I was getting error when I am trying to reset user password by using command “passwd user_name” Whenever U get this error “passwd: authentication information cannot be recovered”,it means something is wrong in ur some /etc/pam.d files. In my case…

df command not showing correct free space in linux
|

df command not showing correct free space in linux

df not showing correct free space in linux In this post,I am sharing the troubleshooting. When we find the disk is full,we generally remove the files from that partition.Sometimes it is also observed that after removing files from the partiton. The df -h command,still shows partition is full. For this problem,follow the given below steps…

install dhcp server

How to install and configure DHCP server on RHEL 5

Dynamic Host Configuration Protocol (DHCP) is a client/server protocol helps to assign ip address automatically and dynamically to client machine.In this post we will learn how to install and configure DHCP server in RHEL 5. Note: DHCP runs on UDP port 67 for the DHCP serve and UDP port 68 for the DHCP client machines….

nagios plugin check_mailfromd

Nagios plugin check_mailfromd bash script

In this post we will create Nagios plugin check_mailfromd in bash script.This nagios plugin is written in a very simple way and easy to understand. Task To check service status of mailfromd service. Create nagios plugin check_mailfromd Create a new bash script file called check_mailfromd. Use your favorite file editor for this, we in general…

nagios error
|

You don’t have permission to access /nagios on this server :Solved

The article describes encountering a “Forbidden” error while installing Nagios. Despite following the Quick Start guide, login attempts with the nagiosadmin account failed. The issue was resolved by installing the PHP packages, allowing successful access to the Nagios interface.