How to connect to a NFS server share

The RedHat linux client that will connect to a NFS server. Needs to have portmap and if you dont want dynamic ports, enter static ports into /etc/sysconfig/nfs, for example: RQUOTAD_PORT=875 LOCKD_TCPPORT=32803 LOCKD_UDPPORT=32769 MOUNTD_PORT=892 STATD_PORT=662 STATD_OUTGOING_PORT=2020 1. Start portmap service portmap […]

Tags: , , , , , ,

Install Nagios on CentOS

Nagios 3 Quick Install on CentOS This is short/fast HowTo Install Nagios 3 on CentOS/RedHat 5 64bits ::INSTALL NAGIOS:: rpm -Uhv http://apt.sw.be/redhat/el5/en/x86_64/rpmforge/RPMS//rpmforge-release-0.3.6-1.el5.rf.x86_64.rpm yum update vim /etc/selinux/config SELINUX=disabled reboot yum -v -y install libstdc++-devel gcc-c++ httpd gd gd-devel kernel-devel openssl-devel perl-DBD-MySQL […]

Tags: , , , , , , , , ,