R71 IT Blog

Fedora10 preps for joomla

Fedora10 preps for joomla 150 150 Roderick Derks

# yum -y httpd mysql-server mysql # yum -y install php php-mysql # yum install sendmail-cf ———————————————————— # vi /etc/httpd/conf/httpd.conf <Directory />     Options Indexes FollowSymLinks     AllowOverride None </Directory> DirectoryIndex index.php index.html index.html.var ———————————————————— voor com_expose: yum -y install php-gd php-xml ———————————————————— ———–  security! ———– chown -R root:root . find . -type f -exec…

read more

Adjust Hivemind CSS stylesheet

Adjust Hivemind CSS stylesheet 150 150 Roderick Derks

 Adjust the height of the moduleslider (the tabs on the frontpage) by editing the following lines: # vi templates/rt_hivemind_j15/css/template.css #moduleslider-size {        height: 220px;        overflow: hidden;}  

read more

VMware: esxi configuration backup

VMware: esxi configuration backup 150 150 Roderick Derks

The commands vicfg-cfgbackup.pl (esxcfg-cfgbackup.pl) allow you to backup and restore the configuration of your ESX 3i host. Install the RCLI on your pc, download it by clicking the link on the webpage on an ESXi host. To backup the host you would run the command. vicfg-cfgbackup.pl –server <server_name> -s <backup_file_name> To restore your backup configuration…

read more

VMWare: create VMFS storage from the commandline

VMWare: create VMFS storage from the commandline 150 150 Roderick Derks

I just had to create a couple VMFS volumes from the command-line on a local disk. It’s pretty straight forward but I needed to document it anyway, here it is: fdisk -l (check what the last partition is) fdisk /dev/disks/vmhba1\:0\:0\:0 d (I had to delete formerly created linux partitions) n (new) default (start block) default…

read more

Zimbra: High CPU spikes every 1 minute

Zimbra: High CPU spikes every 1 minute 292 121 Roderick Derks

This article describes the actions I took over the years to improve the CPU usage of Zimbra in my Virtual Machine running on VMware ESX. I’m using Zimbra since 2007. Zimbra Version 5.0.14 (2008) I encountered a problem on my VM which is running Zimbra . Every 1 minute I got a cpu spike of…

read more

VMware and NAS: Freenas or Openfiler?

VMware and NAS: Freenas or Openfiler? 150 150 Roderick Derks

This artice describes my Freenas experiences since march 2009. From VMware Server to ESXi and a NAS solution (March 2009) December 2008 after using VMware Server for 3 years I decided that it was time to switch to ESXi. That was a good moment to start experimenting with a NAS. And offcourse because my network…

read more

Configure sendmail as a relayserver

Configure sendmail as a relayserver 150 150 Roderick Derks

Change the following lines in /etc/mail/sendmail.mc define(`SMART_HOST’, `ventoux.r71.nl’)dnl dnl DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA’)dnlDAEMON_OPTIONS(`Port=smtp, Name=MTA’)dnl LOCAL_DOMAIN(`alpedhuez.r71.nl’)dnl   # m4 /etc/mail/sendmail.mc > /etc/mail/sendmail.cf Flush deferred messages in sendmail queue Whenever sendmail has to deliver mails to other hosts which cannot be reached at that time, the messages are kept in the queue and are marked as “Deferred: Connection timed…

read more

Zimbra: Problem after upgrading from 5.0.10 to 5.0.14

Zimbra: Problem after upgrading from 5.0.10 to 5.0.14 150 150 Roderick Derks

Problem Release 5.0.14_GA_2850.F7_20090303145157 F7 I can not contact the Zimbra server anymore using a Zimbra client or the website. # tail -f /var/log/zimbra.logMar 28 01:12:15 my_servername zimbramon[2461]: 2461:info: zmmtaconfig: Sleeping…Key lookup failed. Mar 28 01:12:16 my_servername postfix/smtpd[6505]: warning: problem talking to service rewrite: Success Mar 28 01:12:16 my_servername postfix/master[3629]: warning: process /opt/zimbra/postfix/libexec/trivial-rewrite pid 7850 exit…

read more

Zimbra: enable SSL access for admin site

Zimbra: enable SSL access for admin site 150 150 Roderick Derks

update: I just realize that after enabling the port 443 for the Zimbra administration, Zimbra itself becomes no more accessible through https. An automatic redirection resdirects everything to the Zimbra administration application. It seems that the only way to combine https access to both Zimbra and Zimbra administration applications is to use Apache in front…

read more

Zimbra: zmclamdctl is not running

Zimbra: zmclamdctl is not running 150 150 Roderick Derks

[zimbra@ventoux ~]$ zmcontrol statusHost ventoux.r71.nl        antispam                Running        antivirus               Stopped                amavisd running pid: 23546                zmclamdctl is not running        ldap                    Running        logger                  Running        mailbox                 Running        mta                     Running        snmp                    Running        spell                   Running        stats                   Running [zimbra@ventoux ~]$ zmclamdctl startcp: cannot stat `/opt/zimbra/clamav/db/daily.cvd.init’: No such file or directorycp: cannot stat `/opt/zimbra/clamav/db/main.cvd.init’: No such file or directoryClamAV update process started at…

read more

Configure ESXi for HA: set userworld swap

Configure ESXi for HA: set userworld swap 150 150 Roderick Derks

When using ESXi (Embedded) in a VirtualCenter cluster with HA enabled, you’ll run into a problem with userworld swap. Every ESXi host needs this swap enabled. VMware KB 1004177 explains the steps needed to enable and configure the swap location. Error messages in VIC when enabling HA for the cluster look like this: Unable contact…

read more
getting console access on a vmware esxi server

Enable SSH on your ESXi Server

Enable SSH on your ESXi Server 500 277 Roderick Derks

As you probably know ESX 3i is the embedded version of ESX, mainly run from usb flash disks build-in servers from HP, Dell, IBM and FSC, but you can also install this on your own servers. I really love this version as it is so easy and simple and adds extra (and less) functionality to…

read more

    Your Name (required)

    Your Email (required)

    Subject

    Your Message

      Your Name (required)

      Your Email (required)

      Subject

      Your Message