LeVeilleur.net

Subscribe

Archive for the ‘Serveur@Home’

Exchange 2007 : Activate Anti-Spam

octobre 14, 2009 By: Christopher Keyaert Category: Serveur@Home, Windows No Comments →

Installing Exchange 2007 Anti-spam system

  • Close the EMC (Exchange Management Console).
  • Open the PowerShell and navigate using the following path: « Program Files\Microsoft\Exchange Server\Scripts ».
  • Run the « install-AntispamAgents.ps1″
  • Restart the « Microsoft Exchange Transport » service in order to apply configuration changes.
  • Open the Exchange Management Console, and on the Organization configuration list, select Hub Transport.
  • The « Anti-Spam » tab has been added to the Hub Transport properties.

http://www.petri.co.il/install-anti-spam-exchange-2007.htm

VmWare Tools Installation Failed : Error 1722

décembre 18, 2008 By: Christopher Keyaert Category: Serveur@Home, Windows 2 Comments →

VmWare Toos Installation Failed : Error 1722

  1. Open registry editor, locate HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\COM3, and then delete this key.
  2. From the Start menu, point to Settings, click Control Panel, and then click Add/Remove Programs.
  3. Click Add/Remove Windows Components.
  4. Proceed through the wizard, and accept all of the defaults. (COM is reconfigured)
  5. Restart the computer.

After that, reinstallation of the tools :

  1. Create a directory (c:\vmtools)
  2. Mount the VMware Tools CD
  3. Copy VMware Tools.msi to the directory you created
  4. Copied the VCBRequested.dll and VCBSnapshotProvider.dll from vmware tools cd\program files\VMware\VMware Tools\Drivers\vss\Win2003 to the directory your created
  5. Cancel the VMware tools installation that has started itself
  6. Using 7Zip ( http://www.7zip.org/) I extracted the VMware Tools.msi file (rightclick on the MSI, Open Context Menu for 7-Zip, selected Extract to VMware Tools
  7. Now within the c:\vmtools directory you will have VMware Tools Folder
  8. Within the VMware Tools Folder there will be a file Binary.ComReg.exe, take a copy of this a place it somewhere within the %path% – say c:\windows\ and rename it ComReg.exe
  9. Now create the following path c:\program files\VMware\VMware Tools\Drivers\vss
  10. Copy both the VCBRequested.dll and VCBSnapshotProvider.dll from the folder you created in step one to the path you created at step 8
  11. Now run the following command :
     comreg.exe -register "c:\Program Files\VMware\VMware Tools\Drivers\vss\VCBSnapshotProvider.dll" "VMware Snapshot Provider" "vmvss" "VMware Snapshot Provider"
  12. Finally, run the Vmware Tools install process, and this time it should work

Windows Xp Slipstream Service Pack 3

mai 08, 2008 By: Christopher Keyaert Category: Serveur@Home, Windows No Comments →

Le Service Pack de 3 Windows est maintenant sorti officiellement depuis quelques jours, il peut donc être très intéressant de l’intégrer directement à votre cd de Windows XP

Le Slipstream consiste à intégrer dans un CD de Windows XP le SP3, ceci afin :
_ d’éviter de casser votre XP SP3 en le réparant, à l’aide d’un CD contenant des fichiers plus anciens
_ d’installer un PC tout neuf directement avec le SP3, ce qui évite d’installer les mises à jour que Microsoft à publié depuis la création de votre CD original.

La machine à suivre 

Connexion ODBC Linux vers AS400 via PHP

janvier 31, 2008 By: Christopher Keyaert Category: Linux, Serveur@Home 2 Comments →

NB: Cela fait 3 ans que j’ai réalisé ce document, il se peut donc que des liens et/ou informations ne soient plus à jour.

Installation sur serveur LINUX (GNU/Linux Debian)

Voici les différents programmes à installer à l’aide de la commande « apt-get install » :

  • apache
  • mysql-server
  • unixodbc
  • unixodbc-dev
  • alien

Tous ces programmes se trouvent déjà être sous forme de package pour la distribution GNU/Linux Debian, ce qui permet d’éviter les étapes de compilation.

 

(Lire la suite…)

Introduction & installation de VmWare 2.0 Beta

janvier 22, 2008 By: Christopher Keyaert Category: Linux, Serveur@Home, Windows 3 Comments →

Rappelons quand même pour ceux qui ne seraient pas familiarisés avec le milieu de la virtualisation que VMware Server permet de « découper » la puissance globale d’un serveur afin de la répartir dans plusieurs systèmes exécutés dans des machines virtuelles. Plusieurs systèmes d’exploitation peuvent donc fonctionner côte à côte, sur une même machine physique, ce qui permet aux entreprises de mieux exploiter le matériel dans lequel elles ont investi.

Par exemple, on peut donc parfaitement, faire tourner en même temps, un Windows et un Mac Os sur une machine hôte Linux.

Suite de l’installation…

(Lire la suite…)