Feb
26
2009
0

Backing up your ESXi VM’s with Remote CLI

Enable SSH on your ESXi host and download GhettoVCB from the link at the bottom.
You will also need the Remote CLI from vmware, I use the appliance, but if you want to use it on your own Linux or Windows host, that’s fine.

Once you have SSH-enabled your ESXi host, create a hidden folder in the root.
mkdir .ssh

Once you have imported and configured your appliance Continue reading

Written by bantenbrink in: ESX, ESXi, Linux | Tags: , , , ,
Nov
14
2008
0

Cron run time

By default in Suse Linux Enterprise Server 10 the first cronjob will run 15 minutes after the system boots. Therefore you never know when your hourly/daily/weekly/monthly jobs will run.

To change the time your daily cron will run, edit the file:

/etc/sysconfig/cron

and add or modify the following line:

DAILY_TIME=”"

to:

DAILY_TIME=”03:00″ Continue reading

Written by bantenbrink in: Linux, Suse | Tags: , , ,

Powered by WordPress | Theme: Aeros 2.0 by TheBuckmaker.com