Installing XenTools in Centos 6.2
Simple: mkdir /mnt/xs-tools mount /dev/xvdd /mnt/xs-tools/ cd /mnt/xs-tools/Linux/ bash install.sh reboot
Simple: mkdir /mnt/xs-tools mount /dev/xvdd /mnt/xs-tools/ cd /mnt/xs-tools/Linux/ bash install.sh reboot
So I’ve been in need of getting SNMP installed on XenServer 6- its pretty simple: login to box vi /etc/sysconfig/iptables Put in before your deny all clause -A RH-Firewall-1-INPUT -m state –state NEW -m udp -p udp –dport 161 -j ACCEPT service iptables restart vi /etc/snmp/snmpd.conf Modify this config to reflect what you need. service […]
So I started getting failures on my backup jobs due to the inability of the backup server to connect to my FreeNAS server. In the /log for the FreeNAS FreeBSD server, I find that Syslogd is reporting that /Var is full.