MS Outlook macro – export mails to msg format

There is a way to save your outlook mails in a format (msg) readable for other mail progz. The way is called ‘macro’ and will give you the oppurtinity to choose a specific amount of mails and save them to filesystem in the msg format.
Advantages:
1. the macro will be started when you open MS Outlook (macro security has to be changed to “Warnings for all macros”)
2. mark several mails (max. 500 at once) and save them to the filesystem
3. you could choose the destination to save the mails
4. saved mails will be sorted chronological by default

Read the rest of this entry »

, , , ,

No Comments

#3 – VMWare ESXi – Enable ssh Access

To access the ESXi command line you have to do some configuration on the ESXi local console. This is the procedure I used to get it up and running on my “Lab” box.

  1. alt-F1 (Note: As pointed out below, you will not see your typing on this screen, just trust us, it is there).
  2. unsupported
  3. root pw
  4. vi /etc/inetd.conf
  5. delete the “#” from ssh
  6. services.sh restart OR ps aux |grep inetd (getting the PID) and then kill -HUP PID

 

 

MRU

, , , ,

No Comments

#2 – VMWare ESXi – Boot from USB stick

So, for completeness, here I will show you how to boot and run ESXi from an USB stick. A short description…

  Read the rest of this entry »

, , , ,

No Comments

#1 – VMWare ESXi – Installation from USB stick

You can find a lot of descriptions in the internet for how to install ESXi on an USB stick and how to boot from it.

Many hardware manufacturers deliver their server systems without cd drives so you got to know how to install ESXi via USB stick. I’ve found a short description (http://www.squishnet.com/?p=17), tested it and it works fine for me.

  Read the rest of this entry »

, , , ,

5 Comments

#2 – vSphere 4 – Components

Sorry, this entry is only available in Deutsch.

, , , ,

No Comments

#1 – vSphere 4 – Configuration maximums

Before you decide to implement the vSphere 4.0 virtualization solution from VMWare you have to know about the configuration maximums and limitations that this solution will come with. First with this knowledge you will be able to answer the question “Could I transfer my expensive physical infrastructure  into a virtualized and, over years, cheaper solution? Is my physical infrastructure ‘virtualizable’?”.

 

Read the rest of this entry »

, , , , ,

No Comments

Linux Unix KnowHow/ Tools for Admins

Some useful tool’s and their switches to work with for admins

Useful Switches within ‘ls’:

Unix fileattributes have 3 different types of time-flag

  • - Accesstime (atime)
  • - Creationtime (ctime)
  • - Modificationtime (mtime)

those can be displayed with the switch –time=(atime|ctime|mtime).
Recommended while using –time is -l for long display. Otherwise the
time is not displayed.

Useful Switches within ‘df’:

To get a human readable formatted output, use switch -h. Same works for the du command

No Comments

#5 – command line reference – vimsh – updated

Update: added download link at the end of this post.

 

With esxcfg and also vmware-cmd you’ve got only limited possibilities to configure your ESX server from command line or automated per script.  So, if you wanna go further and do deeper system configurations, DON’T EDIT esx.cfg MANUALLY (!), use ‘vimsh’ command line tool.  Vimsh got’s it’s own shell environment where you can do a step by step configuration interactively or alternative you could run a script for automated system configuration (batch processing). There are no official whitepapers from VMWare which explain the usage. Since ESX 3.5 vimsh got it’s own wrapper called vmware-vim-cmd. This enables vimsh to do configuration without the need of starting or exiting shell environments for command execution.
In compare to esxcfg and vmware-cmd, vimsh (vmware-vim-cmd) offers a very large functional range.

  Read the rest of this entry »

, ,

No Comments

#4 – command line reference – vmware-cmd

vmware-cmd is also a very useful commandline tool. It enables you to control the behavior of virtual machines. For example it is possible to register, stop or start virtual machines from commandline or per script or to get and set specific values. vmware-cmd could be used either from COS (/usr/bin/vmware-cmd) or per VMWare Scripting API  (%program files%\VMWare\VMWare VmPerl Scripting API\vmware-cmd).

  Read the rest of this entry »

4 Comments

#3 – command line reference – vmkfstools

A powerful tool to manage all issues regarding storage is ‘vmkfstools’. With this file system management tool you are able to manage vmfs as well as virtual harddisks.

 

Usage: vmkfstools [Options] [Partition/Device/Path]

Read the rest of this entry »

No Comments