Posts Tagged Solaris
Solaris and NRPE
Posted by Lincoln Zuljewic Silva in Solaris on August 19th, 2009
A very nice guide to install NRPE and nagios-plugins on Solaris 10 can be found here.
To stop/start the NRPE, you can use the following command:
svcadm disable svc:/network/nrpe/tcp svcadm enable svc:/network/nrpe/tcp
If you keep getting the “CHECK_NRPE: Error – Could not complete SSL handshake.” message, see this FAQ comment
Forcing an user changing the password on Solaris
Posted by Lincoln Zuljewic Silva in Solaris on June 8th, 2009
On Solaris, you can use the following commands to unlock na user and force it to change it’s password on first logon:
|
passwd -f <username> passwd: password information changed for <USER> |
