:: NFS :: Put what you want to share in /etc/exports /var/ftp/pub *.example.com(ro,sync) *.redhat.com(rw,sync) /data 192.168.0.0/255.255.255.0 (sync) /share server*,station1.corp.local (r) service nfs status exportfs -v rpcinfo -p service portmap status exportfs -r To refresh the list /etc/exports -v Display list […]
LogParser Examples
Log Parser sample queries to check the health of your IIS,FTP. IIS log files queries These examples assume the log format used is W3C Extended. If a different format is used, the field names may need to be changed. Get […]
nlb load balance linux
Load balancing can help with almost any kind of service, including HTTP, DNS, FTP, POP/IMAP, RDP and SMTP. There are a number of open source load balancing applications, but one simple command-line load balancer, balance, remains one of the most […]
How to install Centreon-Syslog module
1.Download and install the centreon-syslog-server # wget http://forge.centreon.com/attachments/download/568/centreon-syslog-server-1.1.tar.gz # tar -zxvf centreon-syslog-server-1.1.tar.gz # cd centreon-syslog-server-1.1.tar.gz # chmod +x install.sh # bash install.sh -i NOTE: go thru the interactive setup, u will need the mysql root pass. Make note of the […]
Howto backup ESX
HOW TO backup ESX 3.0.1 with vmbk.pl This nice perl script allows online backup of Virtual Machines to a remote FTP/SMB/NFS It was written by Massimiliano Daneri, and many other authors contributed it can be downloaded from here How to […]
Enable SSH in ESXi 3.5
By default this isn’t possible to SSH into VMWare ESXi 3.5 or any ESXi Server. By enabling this you will also be able to easly copy files into the server by using WINSCP, not as fast as FTP but it […]
windows shortcut commands
Some very helpfull shortcut commands for Microsoft Windows XP,2003 Windows Environment Commands %ALLUSERSPROFILE% -Open the All User’s Profile %HomeDrive% -Opens your home drive e.g. C: %UserProfile% -Opens you User’s Profile %temp% Opens -temporary file Folder %systemroot% -Opens Windows folder Tip: […]