Monday, November 10, 2008

Virtual servers drive size on ESX 3.5

From http://techblog357.blogspot.com/2008/01/esx-server-35-general-system-error.html:

"The problem? A general system error occurred: The file is too big for the filesystemThis was the error I received when attempting to create a 600GB Virtual Disk on VMWare ESX Server 3.5.This was a problem. I learned the reason why though. Since I partitioned the storage volumes during installation the installer used block size 1 which only allows Virtual Disks of 256GB.The solution? Reformat the volume with larger block sizes.
Block size Max Virtual Disk size:

1 - 256 GB
2 - 512 GB
4 - 1024 GB
8 - 2048 GB"
I had same problem.

Friday, November 07, 2008

Windows 2008 Task Scheduler Problem

Can not enter a Domain User Account in Task Scheduler on Windows 2008, it give me "account name is not valid" error message. I found a solution on Microsoft tech net forum:
"Workaround:
1. Start Task Scheduler
2. Create a new task without changing user and user group (anything else can be specified at this time).
3. Export this task to an xml file (the Scheduled Task configuration file)
4. Delete this task.
5. Open the exported task using a text editor.
6. Find the following section:
DomainName\UserName
Please note that there may be other elements within the Principle node.
7. Change DomainName\UserName (ex. Companyname\administrator) accordingly. Note: DomainName is the NetBIOS name of the domain.
8. Save the file.
9. Import the task into Task Scheduler."


It works.