10 Jul 2008 @ 9:32 AM 

 

officialpenguin[1]   powershell

Marcus Nasarek has written an article for Linux-magazine about BASH and MS PowerShell. It’s nice to read because he took the time to get to know MS Powershell.

Read at source: Linux-magazine

Tags Tags: ,
Categories: Bash, Linux, Microsoft, PowerShell
Posted By: Richard
Last Edit: 10 Jul 2009 @ 07 30 PM

EmailPermalinkComments (0)


It took me some time to figure this one out. After installing SP3 on my Windows XP virtual machine I was no longer able to update my Windows with Microsoft update.

After some debugging I found out that Windows installer was the problem. All windows updates failed directly after installation.

itsme

The message I received was: the update or the updates were not installed successfully.

What I did to fix the problem was remove SP3 for Windows XP installed Windows installer 3.1, applied all available updates and last I reinstalled SP3 for Windows XP.

After I fixed it on my Virtual Machine I found this article on the support page of Microsoft but by that time I knew what to look for so… maybe I can save somebody else his or her time by giving you this article up front.

This article has a more simple solution to the problem. This article Explains how to register a DLL that is not registered correctly on a Windows XP SP0 machine where you install SP3. The steps

net stop wuauserv

For x86
regsvr32 %windir%\system32\wups2.dll

for x64
regsvr32 %windir%\syswow64\wups2.dll

net start wuauserv

Tags Categories: Microsoft, Windows XP Posted By: Richard
Last Edit: 13 Jul 2009 @ 08 13 AM

EmailPermalinkComments (0)
 01 Jul 2008 @ 8:46 PM 

 

We all have our weak moments and do stupid things. Just like I did with our virtual center database transaction log. I did not set a maximum growth limit to which the transaction log could grow and so it ran out of disc space. And our Virtual Center server stop running because of it. So I needed to trash the transaction log and fast. I made this little SQL script that can be run with SQL Query Analyzer.

itsme

 

The very simpel solution to this problem:

USE [YouVirtualCenterDB]

BACKUP LOG [YouVirtualCenterDB] WITH TRUNCATE_ONLY

DBCC SHRINKFILE([YouVirtualCenterDB]_log,2)

Remeber this will trash your transaction log. It will not be backuped to disc it will be written to dev NULL. This script is only to be used if your sure you don’t need the transaction log or you need the database running again in a very short time and there is no other way.

Hope it helps some of you.

Tags Tags: , ,
Categories: Microsoft, SQL server, VMWare
Posted By: Richard
Last Edit: 10 Jul 2009 @ 07 32 PM

EmailPermalinkComments (0)
\/ More Options ...
Change Theme...
  • Users » 62
  • Posts/Pages » 19
  • Comments » 1
Change Theme...
  • VoidVoid « Default
  • LifeLife
  • EarthEarth
  • WindWind
  • WaterWater
  • FireFire
  • LightLight

About me



    No Child Pages.