<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-7435396823622824129</id><updated>2011-04-22T05:32:01.915+03:00</updated><category term='windows start run shortcuts tips tricks'/><category term='virtualization'/><category term='setup'/><category term='windows server 2008'/><category term='domain controller'/><title type='text'>Blank Dragon's Adventures in Information Technology</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://blankdragon.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7435396823622824129/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://blankdragon.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Blank Dragon</name><uri>http://www.blogger.com/profile/12772122183539822569</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>3</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-7435396823622824129.post-1027407526850871657</id><published>2008-06-10T10:01:00.004+03:00</published><updated>2008-06-10T11:38:52.892+03:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='windows start run shortcuts tips tricks'/><title type='text'>Helpful shortcuts to the Windows' Start Run dialog</title><content type='html'>&lt;p&gt;I use a lot of Start menu's Run-command by pressing the Windows Key + R. It is quite convinient to type "iexplore" to open up a new browser (or "firefox", if you prefer). However, making Google searches this way is a little bit too awkward when you have to type in "iexplore http://www.google.com/search?q=SEARCH+TERM+HERE".&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;img src="http://i30.tinypic.com/24ool0p.jpg" /&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;In order to make internet searches more convenient, I've created a set of small VBS scripts, and placed them into the "C:\Program Files\Internet Explorer" directory.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;img src="http://i26.tinypic.com/xpvnzo.jpg" /&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;The files are "g.vbs", "img.vbs" and "mov.vbs" for making Google searches (g.vbs), Google image searches (img.vbs) and IMDB searches (mov.vbs). All of the files are almost identical, containing a short piece of script code as shown here:&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;img src="http://i31.tinypic.com/s2wtna.jpg" /&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;I haven't really optimized the code because it is only a short helper script. It combines all of the provided command line arguments into a single string and then passes it onto "iexplore.exe". The arguments are prefixed with a string such as "http://www.google.com/search?q=". The mentioned prefix is from "g.vbs", which results in a Google search with the provided command line arguments. Below is an example of making a Google search directly from the Command Prompt.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;img src="http://i27.tinypic.com/2q9yiq1.jpg" /&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;In order to integrate these shortcuts into Windows' Start-menu's Run-command, I needed to modify the registry. So, I opened up the registry editor at "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths" and added a new key for each of the VBS-scripts. Please note that the new keys need to be created with a file extension of ".exe" instead of ".vbs". The value of "(Default)" needs to be changed to the full path of VBS-file which is to be run. In other words, the registry key "g.exe" will point to "g.vbs" file. Value of "Path" needs to point to the directory that contains the script file.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;img src="http://i30.tinypic.com/2a8evxv.jpg" /&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;After the registry change was done, I was able to launch a Google search straight from the Run-box. In the example below, I am making a search for images by using the "img.vbs" file.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;img src="http://i28.tinypic.com/2lcsk11.jpg" /&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;The results from this image search will conveniently open up in a new browser, as shown below.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;img src="http://i32.tinypic.com/35bikk7.jpg" /&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;This method of customizing the Run-command can be extended to many more uses besides Google search. I've created helper commands for MSDN searches, Wikipedia searches, Discogs, etc, etc. The VBScript code example shown in this posting can be performance-tuned, but since it is currently working just fine, I haven't really seen the need to mess around with it any further.&lt;/p&gt;&lt;p&gt;This blog posting was inspired by &lt;a href="http://weblogs.asp.net/whaggard/archive/2004/04/11/111232.aspx"&gt;Wes' Puzzling Blog: Customizing Windows Run Command&lt;/a&gt;.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7435396823622824129-1027407526850871657?l=blankdragon.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blankdragon.blogspot.com/feeds/1027407526850871657/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7435396823622824129&amp;postID=1027407526850871657' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7435396823622824129/posts/default/1027407526850871657'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7435396823622824129/posts/default/1027407526850871657'/><link rel='alternate' type='text/html' href='http://blankdragon.blogspot.com/2008/06/helpful-shortcuts-to-windows-start-run.html' title='Helpful shortcuts to the Windows&apos; Start Run dialog'/><author><name>Blank Dragon</name><uri>http://www.blogger.com/profile/12772122183539822569</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://i30.tinypic.com/24ool0p_th.jpg' height='72' width='72'/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7435396823622824129.post-6484117683686932747</id><published>2008-04-19T13:37:00.014+03:00</published><updated>2008-04-19T14:53:31.613+03:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='virtualization'/><title type='text'>Installing VMware Server 2.0 Beta on a dual core Windows Vista box</title><content type='html'>( Note: This blog entry discusses Beta software, and things may have been changed after writing. )&lt;br /&gt;&lt;br /&gt;My home computer is equipped with an AMD Athlon 64 X2 Dual Core 6000+ processor, both cores running at 3013 Mhz and with 8 GB of installed physical memory. The box is being operated with Windows Vista Ultimate, 64-bit version. It is more robust than my office PC, so I decided to test how easy it would be working with my home PC.&lt;br /&gt;&lt;br /&gt;So, since we’ve got VMware in use at my office, I decided to try how well it can handle my PC’s high-end hardware (well, quite high-end at least, at the time of writing ... and yes, the AMD 64 X2 6000+ isn't really top-of-the-line any more). &lt;br /&gt;&lt;br /&gt;Getting VMware server to install and running on my computer was a bit tricky however, at least when compared to my previous experiences with Virtual PC 2007. Of course, to do any justice to VMware, I'd have to compare the installation to Microsoft's Virtual Server product. &lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Installation experiences&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;Installation was easy, and allowed VMware Server 2.0 Beta to be installed in a directory different from the default “Program Files”. For convenience, I went for the “Next Next Next” –approach and let the defaults remain as they were. There is, however, one dialog that might require some more attention. &lt;br /&gt;&lt;br /&gt;&lt;a href="http://bp0.blogger.com/_49VRjgDWnCE/SAnPmOKlJ_I/AAAAAAAAAFA/wIhwLiNevQE/s1600-h/vmwareinstall.jpg"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;" src="http://bp0.blogger.com/_49VRjgDWnCE/SAnPmOKlJ_I/AAAAAAAAAFA/wIhwLiNevQE/s400/vmwareinstall.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5190908301065660402" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;VMware Server 2.0 Beta is administered through a web application, which will be installed to a URL specified by an External Name and two port numbers. Since I’m just testing, I clicked “Next” to accept the default values. However, the “External Name” seems to default to computer name, which is not always a good thing (read on).&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Firewall&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;During the installation and test use, I needed to allow VMware Server to go through my firewall. Luckily, for my McAfee firewall, it was as easy as clicking “Allow” a few times.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;VMware Server Console&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;With the 2.0 Beta version, VMware no longer supports the Server Console application. Instead, you have to use something called “VMware Infrastructure Web Access”, which is basically the same thing as VMware Server Console but in a web browser. &lt;br /&gt;&lt;br /&gt;If you install and try to open up VMware Server Console, you’ll only get the following error: “501 Global command GLOBAL server-vmdb to non-host agent targets not supported”. Of course we’ve all seen cryptic error messages but this one ranks rather high on my list. Oh, the joys of beta software. &lt;br /&gt;&lt;br /&gt;&lt;a href="http://bp0.blogger.com/_49VRjgDWnCE/SAnQFOKlKAI/AAAAAAAAAFI/l3IjixIi_b4/s1600-h/betaconsole.jpg"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;" src="http://bp0.blogger.com/_49VRjgDWnCE/SAnQFOKlKAI/AAAAAAAAAFI/l3IjixIi_b4/s400/betaconsole.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5190908833641605122" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;You can find the appropriate shortcut to VMware Infrastructure Web Access from your desktop, but it is named “VMware Server Home Page”. Having read the name, I immediately thought it will just be an advertisement link to the product home page, such as &lt;a target="_blank" href="http://www.vmware.com"&gt;http://www.vmware.com&lt;/a&gt;, but actually it is the Web Access application. &lt;br /&gt;&lt;br /&gt;&lt;a href="http://bp1.blogger.com/_49VRjgDWnCE/SAnQFeKlKCI/AAAAAAAAAFY/2EIl3lQYhww/s1600-h/shortcut.jpg"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;" src="http://bp1.blogger.com/_49VRjgDWnCE/SAnQFeKlKCI/AAAAAAAAAFY/2EIl3lQYhww/s400/shortcut.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5190908837936572450" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Launching the Web Access application&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;There are some things that need to be taken care of before the VMware Infrastructure Web Access application can be used. Some of the steps may not apply to your setup.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Adjusting the hosts file&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;Since my box is not normally used for hosting web sites and I’m not running in a domain, I had some initial trouble launching the Web Access application; mainly because the VMware Server installation program assumes that my computer’s name is automatically interpreted as 127.0.0.1 in the web browser. However, since this is not the case, I needed to adjust my hosts –file. &lt;br /&gt;&lt;br /&gt;&lt;a href="http://bp1.blogger.com/_49VRjgDWnCE/SAnQFeKlKBI/AAAAAAAAAFQ/R3OAlAhJ9vs/s1600-h/notepad.jpg"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;" src="http://bp1.blogger.com/_49VRjgDWnCE/SAnQFeKlKBI/AAAAAAAAAFQ/R3OAlAhJ9vs/s400/notepad.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5190908837936572434" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;After opening Notepad in administrator mode, you can associate your computer’s name with the address 127.0.0.1. If Notepad isn’t run as administrator, the hosts file cannot be saved over. The hosts file resides in “c:\Windows\System32\drivers\etc\hosts”.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://bp2.blogger.com/_49VRjgDWnCE/SAnQ5uKlKDI/AAAAAAAAAFg/wPsnprAI5nk/s1600-h/hostsfile.jpg"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;" src="http://bp2.blogger.com/_49VRjgDWnCE/SAnQ5uKlKDI/AAAAAAAAAFg/wPsnprAI5nk/s400/hostsfile.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5190909735584737330" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;A note about the site certificate&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;When launching the VMware Infrastructure Web Access application, I had to go through a dialog complaining about the site’s certificate, and then I had to accept the risk of using the site without a valid certificate.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://bp3.blogger.com/_49VRjgDWnCE/SAnQ5-KlKEI/AAAAAAAAAFo/JP-qRk-gId4/s1600-h/sert1.jpg"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;" src="http://bp3.blogger.com/_49VRjgDWnCE/SAnQ5-KlKEI/AAAAAAAAAFo/JP-qRk-gId4/s400/sert1.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5190909739879704642" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;I just clicked OK to that one, and “Continue” to the next one. It is not a big deal to me, but someone could argue that even a local administration site should have a valid certificate – maybe it could be user selectable during server installation procedure. However, this is still labeled as Beta Software, so maybe the certificate will get fixed in the final release.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://bp3.blogger.com/_49VRjgDWnCE/SAnQ5-KlKFI/AAAAAAAAAFw/E6QRdTq6T30/s1600-h/sert2.jpg"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;" src="http://bp3.blogger.com/_49VRjgDWnCE/SAnQ5-KlKFI/AAAAAAAAAFw/E6QRdTq6T30/s400/sert2.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5190909739879704658" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;VMware Server 2.0 installation also installs an Apache Tomcat server on the same box, to host the Web Access –application. The files are installed under “Program Files (x86)”, to the VMware Server’s application directory. &lt;br /&gt;&lt;br /&gt;&lt;a href="http://bp2.blogger.com/_49VRjgDWnCE/SAnRTuKlKGI/AAAAAAAAAF4/xlTpJzY5V94/s1600-h/tomcat.jpg"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;" src="http://bp2.blogger.com/_49VRjgDWnCE/SAnRTuKlKGI/AAAAAAAAAF4/xlTpJzY5V94/s400/tomcat.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5190910182261336162" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Add your Web Access site to the Trusted Sites list&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;In order for everything to work, you need to add your Web Access site to the Trusted Sites list. This can, of course, be achieved in Internet Explorer by clicking “Tools &gt; Internet Options &gt; Security &gt; Trusted Sites &gt; Sites &gt; Add”. Adding the site to Local Intranet Sites didn’t help, by the way. &lt;br /&gt;&lt;br /&gt;&lt;a href="http://bp3.blogger.com/_49VRjgDWnCE/SAnRT-KlKHI/AAAAAAAAAGA/AfxlgIzy3aE/s1600-h/trustedsites.jpg"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;" src="http://bp3.blogger.com/_49VRjgDWnCE/SAnRT-KlKHI/AAAAAAAAAGA/AfxlgIzy3aE/s400/trustedsites.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5190910186556303474" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Administrator account surprise&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;This is something that I really hope VMware will fix for the official 2.0 release. It turns out that even if I’ve installed VMware Server 2.0 Beta correctly with my own user account, I can’t administrate the VMware installation at all. If I try to log in with my own user account, I get a nasty “Access denied” surprise.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://bp0.blogger.com/_49VRjgDWnCE/SAnRyOKlKII/AAAAAAAAAGI/dUwmPBANaWo/s1600-h/accdenied.jpg"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;" src="http://bp0.blogger.com/_49VRjgDWnCE/SAnRyOKlKII/AAAAAAAAAGI/dUwmPBANaWo/s400/accdenied.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5190910706247346306" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;However, it seems that the VMware Infrastructure Web Access application does indeed check my credentials, because just trying some random account with an invalid password gives the error “Login failed due to a bad username or password”.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://bp1.blogger.com/_49VRjgDWnCE/SAnRyeKlKJI/AAAAAAAAAGQ/ZXp-rzjbw7k/s1600-h/failedlogin.jpg"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;" src="http://bp1.blogger.com/_49VRjgDWnCE/SAnRyeKlKJI/AAAAAAAAAGQ/ZXp-rzjbw7k/s400/failedlogin.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5190910710542313618" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;It seems to me, that VMware Server 2.0 Beta assumes all users to be running under the Administrator account and not under their own accounts. This is something they will need to fix, and they probably will. &lt;br /&gt;&lt;br /&gt;However, in the meantime, to get the VMware Infrastructure Web Access application up and running, I needed to enable the local Administrator account via Computer Management. Just clear the “Account is disabled” checkbox, and hit “OK”. Since I’ve never used the Administrator account, I had to reset its password also (hoping there’ll be no adverse effects later).&lt;br /&gt;&lt;br /&gt;&lt;a href="http://bp2.blogger.com/_49VRjgDWnCE/SAnRyuKlKKI/AAAAAAAAAGY/ES9YWACnF_E/s1600-h/admin.jpg"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;" src="http://bp2.blogger.com/_49VRjgDWnCE/SAnRyuKlKKI/AAAAAAAAAGY/ES9YWACnF_E/s400/admin.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5190910714837280930" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;After enabling the Administrator account, I was finally able to log in by using the Administrator account.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://bp2.blogger.com/_49VRjgDWnCE/SAnRyuKlKLI/AAAAAAAAAGg/UMdo3vxBKuQ/s1600-h/connecting.jpg"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;" src="http://bp2.blogger.com/_49VRjgDWnCE/SAnRyuKlKLI/AAAAAAAAAGg/UMdo3vxBKuQ/s400/connecting.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5190910714837280946" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;The main screen of VMware Infrastructure Web Access application is pictured below. In the Inventory on left, you can see a list of all your virtual machines (initially empty, of course). I had copied an existing VMware machine from my workplace, and added it to the VMware Server 2.0 Beta installation by clicking on the “Add Virtual Machine to Inventory” link. &lt;br /&gt;&lt;br /&gt;&lt;a href="http://bp3.blogger.com/_49VRjgDWnCE/SAnRy-KlKMI/AAAAAAAAAGo/E8WrInlzuZ8/s1600-h/vmwaremain.jpg"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;" src="http://bp3.blogger.com/_49VRjgDWnCE/SAnRy-KlKMI/AAAAAAAAAGo/E8WrInlzuZ8/s400/vmwaremain.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5190910719132248258" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Adding an existing machine&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;It was fairly straightforward to attach an existing virtual machine into my new 2.0 Beta installation. I had previously copied the files to my SATA hard disk drive. Earlier I’ve used external USB 2.0 drives to contain my virtual machines, but due to the performance limitations of USB I have switched to SATA drives. &lt;br /&gt;&lt;br /&gt;When first powering up a copied virtual machine, a question about the copying process is presented.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://bp1.blogger.com/_49VRjgDWnCE/SAnSoeKlKNI/AAAAAAAAAGw/JW4w6VqnU-4/s1600-h/msguuidaltered.jpg"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;" src="http://bp1.blogger.com/_49VRjgDWnCE/SAnSoeKlKNI/AAAAAAAAAGw/JW4w6VqnU-4/s400/msguuidaltered.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5190911638255249618" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;This is a good clear dialog, and simple enough to understand. “I copied it” and clicked “OK”.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Memory limitations&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;One interesting thing to notice was that even if I have 8 gigabytes of memory installed, I was only able to allocate 3600 MB of it to a single virtual machine. When I first tried to allocate 4096 MB, I received the following error message: “We cannot power on this virtual machine because it has an invalid amount of memory configured”.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://bp1.blogger.com/_49VRjgDWnCE/SAnTMeKlKPI/AAAAAAAAAHA/P3Xv3L4WVxo/s1600-h/invalidmem.jpg"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;" src="http://bp1.blogger.com/_49VRjgDWnCE/SAnTMeKlKPI/AAAAAAAAAHA/P3Xv3L4WVxo/s400/invalidmem.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5190912256730540274" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;This was an interesting thing to run into, since when I adjusted the amount of virtual machine memory, it was only stated that 3600 MB is the recommended maximum, and not the absolute maximum. &lt;br /&gt;&lt;br /&gt;&lt;a href="http://bp0.blogger.com/_49VRjgDWnCE/SAnTMOKlKOI/AAAAAAAAAG4/9RH-LGOHJKA/s1600-h/memrecom.jpg"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;" src="http://bp0.blogger.com/_49VRjgDWnCE/SAnTMOKlKOI/AAAAAAAAAG4/9RH-LGOHJKA/s400/memrecom.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5190912252435572962" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Small things like this make a world of difference to the end user experience. When using some terminology, it should be consistent throughout the whole application family. Also, I’m still not sure which is the case: is it the recommended maximum or is it indeed the absolute maximum? If it is the absolute maximum, then VMware should rectify the Memory Settings dialog. If it is the recommended maximum, then VMware should allow the user to run with over 3600 MB of memory if he or she wishes to do so (the above error message “We cannot power on this virtual machine” could be rephrased into a question something like “Do you still want to power on this virtual machine?”).&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Using the Console inside the Web Access application&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;After powering up a virtual machine, I wanted to see it in action. In order to see what is happening on the virtual machine, there is a “Console” tab located in the Web Access application’s main window. However, it’s not easy to get it working straight away. &lt;br /&gt;&lt;br /&gt;If the Web Access site isn’t properly added to Internet Explorer’s Trusted Sites list, the following error will occur. &lt;br /&gt;&lt;br /&gt;&lt;a href="http://bp1.blogger.com/_49VRjgDWnCE/SAnTMeKlKQI/AAAAAAAAAHI/akFzAO9axJI/s1600-h/protmode.jpg"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;" src="http://bp1.blogger.com/_49VRjgDWnCE/SAnTMeKlKQI/AAAAAAAAAHI/akFzAO9axJI/s400/protmode.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5190912256730540290" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;If the hosts file hasn’t been fiddled with (see above), the following error might occur.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://bp1.blogger.com/_49VRjgDWnCE/SAnTMeKlKRI/AAAAAAAAAHQ/61VKYS_ZrQY/s1600-h/hostnameresolve.jpg"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;" src="http://bp1.blogger.com/_49VRjgDWnCE/SAnTMeKlKRI/AAAAAAAAAHQ/61VKYS_ZrQY/s400/hostnameresolve.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5190912256730540306" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Initially, you need to install VMware Remote Console plug-in to your web browser.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://bp2.blogger.com/_49VRjgDWnCE/SAnTMuKlKSI/AAAAAAAAAHY/JEKaYDlsy14/s1600-h/plugin.jpg"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;" src="http://bp2.blogger.com/_49VRjgDWnCE/SAnTMuKlKSI/AAAAAAAAAHY/JEKaYDlsy14/s400/plugin.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5190912261025507618" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Installing this on my Vista 64-bit box didn’t help, because the plug-in is a piece of 32-bit software and won’t run on my 64-bit Internet Explorer. So in order to get it to work, I needed to start a 32-bit version of Internet Explorer. I’ve pinned my 32-bit Internet Explorer to the Start Menu, but unfortunately Microsoft Update keeps renaming it from “32-bit IE” to “Launch Internet Explorer Browser”.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://bp2.blogger.com/_49VRjgDWnCE/SAnTuuKlKTI/AAAAAAAAAHg/--h_pgRWkiM/s1600-h/ie32bit.jpg"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;" src="http://bp2.blogger.com/_49VRjgDWnCE/SAnTuuKlKTI/AAAAAAAAAHg/--h_pgRWkiM/s400/ie32bit.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5190912845141059890" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Since I don’t remember the URL for my VMware Infrastructure Web Access application, I need to go into “Program Files (x86)” folder and check out the contents of the “serverui.lnk” file. This file is the same as the “VMware Server Home Page” which is installed on Windows desktop during VMware Server 2.0 Beta setup. &lt;br /&gt;&lt;br /&gt;&lt;a href="http://bp3.blogger.com/_49VRjgDWnCE/SAnTu-KlKUI/AAAAAAAAAHo/Z3X0AUEdzMo/s1600-h/vmwarelink.jpg"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;" src="http://bp3.blogger.com/_49VRjgDWnCE/SAnTu-KlKUI/AAAAAAAAAHo/Z3X0AUEdzMo/s400/vmwarelink.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5190912849436027202" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;From here, I can copypaste the correct URL to my 32-bit browser and finally get the Console plug-in working.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://bp0.blogger.com/_49VRjgDWnCE/SAnTvOKlKVI/AAAAAAAAAHw/tiX-cd28IJo/s1600-h/cons.jpg"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;" src="http://bp0.blogger.com/_49VRjgDWnCE/SAnTvOKlKVI/AAAAAAAAAHw/tiX-cd28IJo/s400/cons.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5190912853730994514" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Usability&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;All in all, running VMware Server 2.0 Beta on a high-end machine seemed to be rather workable. While running a virtualized Windows Server 2003 instance with Visual Studio 2008 and Microsoft Office SharePoint Server 2007, I was able to write this document on Word 2007 at the same time as doing some image processing, running Windows Live Messenger, browsing through the internet, reading my mail on Outlook 2007 and having 7 gadgets running on my Vista’s Sidebar.&lt;br /&gt;&lt;br /&gt;There are some notable flaws in the 2.0 Beta still, but I hope VMware will iron them out for the final release.&lt;br /&gt;&lt;br /&gt;It would be futile to compare this product to Virtual PC 2007, but maybe I'll someday install VMware Workstation and let you know how it went.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7435396823622824129-6484117683686932747?l=blankdragon.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blankdragon.blogspot.com/feeds/6484117683686932747/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7435396823622824129&amp;postID=6484117683686932747' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7435396823622824129/posts/default/6484117683686932747'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7435396823622824129/posts/default/6484117683686932747'/><link rel='alternate' type='text/html' href='http://blankdragon.blogspot.com/2008/04/installing-vmware-server-20-beta-on.html' title='Installing VMware Server 2.0 Beta on a dual core Windows Vista box'/><author><name>Blank Dragon</name><uri>http://www.blogger.com/profile/12772122183539822569</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://bp0.blogger.com/_49VRjgDWnCE/SAnPmOKlJ_I/AAAAAAAAAFA/wIhwLiNevQE/s72-c/vmwareinstall.jpg' height='72' width='72'/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7435396823622824129.post-4869061065666065158</id><published>2008-03-18T20:02:00.018+02:00</published><updated>2008-03-19T11:43:17.450+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='windows server 2008'/><category scheme='http://www.blogger.com/atom/ns#' term='setup'/><category scheme='http://www.blogger.com/atom/ns#' term='domain controller'/><title type='text'>Installing a Windows Server 2008 Core Domain Controller</title><content type='html'>In this post, I'll go through the steps to install a Windows Server 2008 Domain Controller, and to join a computer to that domain.&lt;br /&gt;&lt;br /&gt;First of all, I've setup a new virtual machine with 512 MB memory and 100 GB of disk. This amount of memory is the bare minimum that W2k8/Vista will require to even begin installing. The amount of disk is excessive, but since I'm running this installation on a virtual machine, I don't care too much.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://bp2.blogger.com/_49VRjgDWnCE/R-AEwh6Gs2I/AAAAAAAAAAM/WegjR0-b1EY/s1600-h/Image10.png"&gt;&lt;img id="BLOGGER_PHOTO_ID_5179144803258381154" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://bp2.blogger.com/_49VRjgDWnCE/R-AEwh6Gs2I/AAAAAAAAAAM/WegjR0-b1EY/s400/Image10.png" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;So, after starting up the virtual machine and attaching the Windows Server 2008 CD image, I am prompted to choose a language and a locale for this installation, alongside with the preferred keyboard layout. After this, I am greeted with the familiar Windows setup screen.&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;a href="http://bp3.blogger.com/_49VRjgDWnCE/R-AEwx6Gs3I/AAAAAAAAAAU/53PcVM4RHtw/s1600-h/Image11.png"&gt;&lt;img id="BLOGGER_PHOTO_ID_5179144807553348466" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://bp3.blogger.com/_49VRjgDWnCE/R-AEwx6Gs3I/AAAAAAAAAAU/53PcVM4RHtw/s400/Image11.png" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;Since I'm doing a fresh install, I'll just click on "Install now". The other options are fairly useless for now: the "What to know before installing Windows" option is simply a link to a static &lt;a href="http://en.wikipedia.org/wiki/Microsoft_Compiled_HTML_Help"&gt;chm&lt;/a&gt;-file, and the "Repair your computer" option is useful only in a situation where your Vista/Server 2008 installation has broken. Interestingly, the repair dialog states that it "cannot repair operating systems earlier than Windows Vista", implying that it could repair the next version of Windows after Vista. Probably just a bad choice of words, perhaps?&lt;/p&gt;&lt;p&gt;&lt;a href="http://bp0.blogger.com/_49VRjgDWnCE/R-AExB6Gs4I/AAAAAAAAAAc/-kiYsJ_EJ_E/s1600-h/Image12.png"&gt;&lt;img id="BLOGGER_PHOTO_ID_5179144811848315778" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://bp0.blogger.com/_49VRjgDWnCE/R-AExB6Gs4I/AAAAAAAAAAc/-kiYsJ_EJ_E/s400/Image12.png" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;I'm running multiple virtual machines on my physical box, and I want to connect them all to a single new domain. I also want to have my Domain Controller to be a dedicated server, just as it would be in a physical setup. Therefore, I'll go for the resource-friendly "Core" -installation. Windows Server 2008 Standard is enough for Domain Controller.&lt;/p&gt;&lt;p&gt;&lt;img id="BLOGGER_PHOTO_ID_5179144811848315794" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://bp0.blogger.com/_49VRjgDWnCE/R-AExB6Gs5I/AAAAAAAAAAk/P02T_APvTvo/s400/Image13.png" border="0" /&gt;&lt;/p&gt;&lt;p&gt;Again, since I'm doing a fresh install, I'll just go with "Custom (Advanced)". One could find a case for bad usability design here, but I'll let it pass since this is a server installation, and the users running this particular setup are hopefully knowledgeable enough not to be scared by the "Custom" and "Advanced" words.&lt;/p&gt;&lt;p&gt;&lt;a href="http://bp1.blogger.com/_49VRjgDWnCE/R-AExR6Gs6I/AAAAAAAAAAs/8Z9u3qYH3sM/s1600-h/Image14.png"&gt;&lt;img id="BLOGGER_PHOTO_ID_5179144816143283106" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://bp1.blogger.com/_49VRjgDWnCE/R-AExR6Gs6I/AAAAAAAAAAs/8Z9u3qYH3sM/s400/Image14.png" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;I don't want to mess around with my new domain controller's disk partitions etc, so I'll just hit "Next". After this, Windows installation will roll ahead on it's own, until rebooting the new virtual machine.&lt;/p&gt;&lt;p&gt;&lt;a href="http://bp2.blogger.com/_49VRjgDWnCE/R-Agzh6GtAI/AAAAAAAAABc/hn7r88HgSrA/s1600-h/Image15.png"&gt;&lt;img id="BLOGGER_PHOTO_ID_5179175641123566594" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://bp2.blogger.com/_49VRjgDWnCE/R-Agzh6GtAI/AAAAAAAAABc/hn7r88HgSrA/s400/Image15.png" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;When logging on the first time to a new Windows Server 2008 installation, a password for the administrator account needs to be provided.&lt;/p&gt;&lt;p&gt;&lt;a href="http://bp3.blogger.com/_49VRjgDWnCE/R-Agzx6GtBI/AAAAAAAAABk/QppjL6g0HGI/s1600-h/Image16.png"&gt;&lt;img id="BLOGGER_PHOTO_ID_5179175645418533906" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://bp3.blogger.com/_49VRjgDWnCE/R-Agzx6GtBI/AAAAAAAAABk/QppjL6g0HGI/s400/Image16.png" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;This is accomplished by clicking on the "Other User" button. The button is just a placeholder of some sort, and not a real user account.&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;a href="http://bp0.blogger.com/_49VRjgDWnCE/R-AmYB6GtFI/AAAAAAAAACE/ntFs8u72GnQ/s1600-h/Image17.png"&gt;&lt;img id="BLOGGER_PHOTO_ID_5179181765746930770" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://bp0.blogger.com/_49VRjgDWnCE/R-AmYB6GtFI/AAAAAAAAACE/ntFs8u72GnQ/s400/Image17.png" border="0" /&gt;&lt;/a&gt;After hitting it off with the other user, I can log on as the administrator by simply clicking on the arrow icon shown next to the password field. Free tip: write down the password on a notepad and save the text file next to your &lt;a href="http://www.aspdeveloper.net/tiki-index.php?page=VirtualServerVMCFile"&gt;vmc&lt;/a&gt;-files. And yes, at one point I did have to reinstall some of my virtual machines because I forgot the password. Or, if you've really got the extra juice, you might want to go ahead and create a &lt;a href="http://windowshelp.microsoft.com/Windows/en-US/help/5bf12a40-12b5-4ca8-87c3-7741adbd15841033.mspx"&gt;password reset disk&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://bp1.blogger.com/_49VRjgDWnCE/R-AmYR6GtGI/AAAAAAAAACM/Qg9DEwtabc8/s1600-h/cpwd.png"&gt;&lt;img id="BLOGGER_PHOTO_ID_5179181770041898082" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://bp1.blogger.com/_49VRjgDWnCE/R-AmYR6GtGI/AAAAAAAAACM/Qg9DEwtabc8/s400/cpwd.png" border="0" /&gt;&lt;/a&gt; &lt;p&gt;First things first, I wanna get rid of the awfully small confines of the regular 80x25 command prompt window and set the layout to whatever pleases my eye. I'll admit that tweaking the colours would be too much at this point, even for me. &lt;/p&gt;&lt;p&gt;&lt;a href="http://bp2.blogger.com/_49VRjgDWnCE/R-AtFh6GtHI/AAAAAAAAACU/SGJiG0ryXb0/s1600-h/Image22.png"&gt;&lt;img id="BLOGGER_PHOTO_ID_5179189144500745330" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://bp2.blogger.com/_49VRjgDWnCE/R-AtFh6GtHI/AAAAAAAAACU/SGJiG0ryXb0/s400/Image22.png" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;And, before doing anything else, I'll install the Virtual Machine Additions. However, since AutoPlay is disabled, I need to manually run "D:\Windows\Setup.exe".&lt;/p&gt;&lt;p&gt;&lt;a href="http://bp2.blogger.com/_49VRjgDWnCE/R-AvCh6GtII/AAAAAAAAACc/G6UQFkKiAjo/s1600-h/Image23.png"&gt;&lt;img id="BLOGGER_PHOTO_ID_5179191291984393346" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://bp2.blogger.com/_49VRjgDWnCE/R-AvCh6GtII/AAAAAAAAACc/G6UQFkKiAjo/s400/Image23.png" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Of course, these steps aren't strictly necessary, but I do feel very strongly about my working conditions - and the Virtual Machine Additions just bring a little more comfort to my work experience.&lt;/p&gt;&lt;p&gt;&lt;a href="http://bp3.blogger.com/_49VRjgDWnCE/R-AvCx6GtJI/AAAAAAAAACk/0S17cwDHFvo/s1600-h/Image24.png"&gt;&lt;img id="BLOGGER_PHOTO_ID_5179191296279360658" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://bp3.blogger.com/_49VRjgDWnCE/R-AvCx6GtJI/AAAAAAAAACk/0S17cwDHFvo/s400/Image24.png" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;&lt;p&gt;After the mandatory post-setup reboot, I can finally get to mess around with my new virtual machine. A quick &lt;span style="color:#3333ff;"&gt;&lt;strong&gt;ipconfig&lt;/strong&gt;&lt;/span&gt; tells me that I'm at least alive.&lt;/p&gt;&lt;p&gt;&lt;a href="http://bp0.blogger.com/_49VRjgDWnCE/R-AxIB6GtKI/AAAAAAAAACs/1D31SX5-r1w/s1600-h/Image29.png"&gt;&lt;img id="BLOGGER_PHOTO_ID_5179193585496929442" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://bp0.blogger.com/_49VRjgDWnCE/R-AxIB6GtKI/AAAAAAAAACs/1D31SX5-r1w/s400/Image29.png" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Another thing I want to check after &lt;span style="color:#3333ff;"&gt;&lt;strong&gt;ipconfig&lt;/strong&gt;&lt;/span&gt; is &lt;strong&gt;&lt;span style="color:#3333ff;"&gt;netsh&lt;/span&gt;&lt;/strong&gt; interface listing of all my &lt;a href="http://en.wikipedia.org/wiki/IPv4"&gt;IPv4&lt;/a&gt; interfaces. I can see that I've got two interfaces for IPv4, with number 2 being my Local Area Connection. &lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://bp3.blogger.com/_49VRjgDWnCE/R-Ay4x6GtMI/AAAAAAAAAC8/D8Me1DN8p8E/s1600-h/tImage30.png"&gt;&lt;img id="BLOGGER_PHOTO_ID_5179195522527179970" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://bp3.blogger.com/_49VRjgDWnCE/R-Ay4x6GtMI/AAAAAAAAAC8/D8Me1DN8p8E/s400/tImage30.png" border="0" /&gt;&lt;/a&gt; Since all my virtual machines are working in the 192.168.42.xxx address space, I want to configure my new domain controller to that space too. I'll just almost randomly decide that it will have the address of 192.168.42.1. You will, of course, have different addresses, masks and IPv4 interface index numbers. &lt;/p&gt;&lt;p&gt;&lt;a href="http://bp0.blogger.com/_49VRjgDWnCE/R-A1BB6GtNI/AAAAAAAAADE/unef52cTpDs/s1600-h/Image32.png"&gt;&lt;img id="BLOGGER_PHOTO_ID_5179197863284356306" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://bp0.blogger.com/_49VRjgDWnCE/R-A1BB6GtNI/AAAAAAAAADE/unef52cTpDs/s400/Image32.png" border="0" /&gt;&lt;/a&gt; I then run &lt;strong&gt;&lt;span style="color:#3333ff;"&gt;ipconfig /all&lt;/span&gt;&lt;/strong&gt; to check that the IP address really has changed, and also to see what happens to be my virtual machine's current name. Being rather picky, I decide to change it from "win-qgybl3q9kkq" to something more humanely bearable. This requires a reboot, which is luckilly not automatical, but requires the use of &lt;span style="color:#3333ff;"&gt;&lt;strong&gt;shutdown /r&lt;/strong&gt;&lt;/span&gt; command.&lt;/p&gt;&lt;p&gt;&lt;a href="http://bp1.blogger.com/_49VRjgDWnCE/R-A1BR6GtOI/AAAAAAAAADM/GIR5R0MhNEc/s1600-h/Image33.png"&gt;&lt;img id="BLOGGER_PHOTO_ID_5179197867579323618" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://bp1.blogger.com/_49VRjgDWnCE/R-A1BR6GtOI/AAAAAAAAADM/GIR5R0MhNEc/s400/Image33.png" border="0" /&gt;&lt;/a&gt; After yet another reboot, it is time to examine the &lt;strong&gt;&lt;span style="color:#3333ff;"&gt;dcpromo&lt;/span&gt;&lt;/strong&gt; command. A simple &lt;strong&gt;&lt;span style="color:#3333ff;"&gt;/?&lt;/span&gt;&lt;/strong&gt; switch gives some insight into the workings of &lt;span style="color:#3333ff;"&gt;&lt;strong&gt;dcpromo&lt;/strong&gt;&lt;/span&gt;, but not nearly enough to set up a new domain for my virtual machines.&lt;/p&gt;&lt;p&gt;&lt;a href="http://bp1.blogger.com/_49VRjgDWnCE/R-A5CR6GtPI/AAAAAAAAADU/dUMTzg4aSk4/s1600-h/Image34.png"&gt;&lt;img id="BLOGGER_PHOTO_ID_5179202282805703922" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://bp1.blogger.com/_49VRjgDWnCE/R-A5CR6GtPI/AAAAAAAAADU/dUMTzg4aSk4/s400/Image34.png" border="0" /&gt;&lt;/a&gt; But wait, there's more! The &lt;span style="color:#3333ff;"&gt;&lt;strong&gt;/?&lt;/strong&gt;&lt;/span&gt; switch can be refined with a request for more details, such as &lt;span style="color:#3333ff;"&gt;&lt;strong&gt;/?:Promotion&lt;/strong&gt;&lt;/span&gt; or &lt;strong&gt;&lt;span style="color:#3333ff;"&gt;/?:CreateDcAccount&lt;/span&gt;&lt;/strong&gt;. Since I'm creating a new domain, I choose to overload my text processing capabilities via the "Promotion" switch.&lt;/p&gt;&lt;p&gt;&lt;a href="http://bp0.blogger.com/_49VRjgDWnCE/R-A5DB6GtQI/AAAAAAAAADc/R-kI9UGVHgc/s1600-h/Image35.png"&gt;&lt;img id="BLOGGER_PHOTO_ID_5179202295690605826" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://bp0.blogger.com/_49VRjgDWnCE/R-A5DB6GtQI/AAAAAAAAADc/R-kI9UGVHgc/s400/Image35.png" border="0" /&gt;&lt;/a&gt; That's roughly about 100+ rows of information for using &lt;strong&gt;&lt;span style="color:#3333ff;"&gt;dcpromo&lt;/span&gt;&lt;/strong&gt; to create, or promote, a new domain. After some trial and error, I come up with a list of satisfactory switches to create my new domain.&lt;/p&gt;&lt;p&gt;&lt;a href="http://bp1.blogger.com/_49VRjgDWnCE/R-A5DR6GtRI/AAAAAAAAADk/D3f8p8qJDcs/s1600-h/Image36.png"&gt;&lt;img id="BLOGGER_PHOTO_ID_5179202299985573138" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://bp1.blogger.com/_49VRjgDWnCE/R-A5DR6GtRI/AAAAAAAAADk/D3f8p8qJDcs/s400/Image36.png" border="0" /&gt;&lt;/a&gt; I want this box to be my virtual domain's DNS server, so I specify the &lt;strong&gt;&lt;span style="color:#3333ff;"&gt;installdns&lt;/span&gt;&lt;/strong&gt; switch. This will be a new domain, so I specify both &lt;strong&gt;&lt;span style="color:#3333ff;"&gt;newdomain:forest&lt;/span&gt;&lt;/strong&gt; and &lt;strong&gt;&lt;span style="color:#3333ff;"&gt;replicaornewdomain:domain&lt;/span&gt;&lt;/strong&gt; switches. The name of the domain will be MyVirtual, as specified by &lt;span style="color:#3333ff;"&gt;&lt;strong&gt;newdomaindnsname&lt;/strong&gt;&lt;/span&gt;.&lt;/p&gt;&lt;p&gt;Now, running this is a real bundle of joy, unless you're cunning enough to apply the &lt;span style="color:#3333ff;"&gt;&lt;strong&gt;/rebootonsuccess:No&lt;/strong&gt;&lt;/span&gt; switch. I wasn't that smart - so all I got to see was some text swooshing by, and then... darkness. And to my horror, I realized that my server had rebooted when I saw the next screen.&lt;/p&gt;&lt;p&gt;&lt;a href="http://bp3.blogger.com/_49VRjgDWnCE/R-BDYx6GtSI/AAAAAAAAADs/UizXQ76z1YE/s1600-h/Image37.png"&gt;&lt;img id="BLOGGER_PHOTO_ID_5179213664469038370" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://bp3.blogger.com/_49VRjgDWnCE/R-BDYx6GtSI/AAAAAAAAADs/UizXQ76z1YE/s400/Image37.png" border="0" /&gt;&lt;/a&gt; Well, now I know that there's a hidden reboot trap in there. And luckilly this wasn't production environment. Actually, I have no idea what happened during the supposedly succesful &lt;span style="color:#3333ff;"&gt;&lt;strong&gt;dcpromo&lt;/strong&gt;&lt;/span&gt; execution, but since &lt;span style="color:#3333ff;"&gt;&lt;strong&gt;ipconfig&lt;/strong&gt;&lt;/span&gt; looks promising I guess everything went okay. This is what virtual machines and undo disks were made for.&lt;/p&gt;&lt;p&gt;&lt;a href="http://bp3.blogger.com/_49VRjgDWnCE/R-BDYx6GtTI/AAAAAAAAAD0/LlPkg3d94rw/s1600-h/Image39.png"&gt;&lt;img id="BLOGGER_PHOTO_ID_5179213664469038386" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://bp3.blogger.com/_49VRjgDWnCE/R-BDYx6GtTI/AAAAAAAAAD0/LlPkg3d94rw/s400/Image39.png" border="0" /&gt;&lt;/a&gt;One more thing to make sure is that Windows Firewall isn't running. Disabling it is done via the &lt;strong&gt;&lt;span style="color:#3333ff;"&gt;netsh&lt;/span&gt;&lt;/strong&gt; command. This is a virtual network, and I'm running all my machines in shared networking mode, so I don't want to keep the excess firewall enabled.&lt;/p&gt;&lt;p&gt;&lt;a href="http://bp3.blogger.com/_49VRjgDWnCE/R-BHOx6GtZI/AAAAAAAAAEk/4XuH-ZOY-XA/s1600-h/Image48.png"&gt;&lt;img id="BLOGGER_PHOTO_ID_5179217890716857746" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://bp3.blogger.com/_49VRjgDWnCE/R-BHOx6GtZI/AAAAAAAAAEk/4XuH-ZOY-XA/s400/Image48.png" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Since my domain looks to be in order, I'll fire up another of my virtual machines and try to join the new and shiny "MyVirtual" domain, while it's still hot and trendy.&lt;/p&gt;&lt;p&gt;&lt;a href="http://bp0.blogger.com/_49VRjgDWnCE/R-BDZB6GtUI/AAAAAAAAAD8/0zDu1e4RyPI/s1600-h/Image40.png"&gt;&lt;img id="BLOGGER_PHOTO_ID_5179213668764005698" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://bp0.blogger.com/_49VRjgDWnCE/R-BDZB6GtUI/AAAAAAAAAD8/0zDu1e4RyPI/s400/Image40.png" border="0" /&gt;&lt;/a&gt;I'll leave the domain controller running, and try to join the other computer in my domain. So, through the Control Panel we go, and into the System settings window. &lt;/p&gt;&lt;p&gt;&lt;a href="http://bp0.blogger.com/_49VRjgDWnCE/R-BDZB6GtVI/AAAAAAAAAEE/ZRNk__ApVic/s1600-h/Image44.png"&gt;&lt;img id="BLOGGER_PHOTO_ID_5179213668764005714" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://bp0.blogger.com/_49VRjgDWnCE/R-BDZB6GtVI/AAAAAAAAAEE/ZRNk__ApVic/s400/Image44.png" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Once in System settings window, I want to click on the Advanced System Settings link. There are other ways to join a domain too, so you can use whatever approach suits you best. &lt;/p&gt;&lt;p&gt;&lt;a href="http://bp1.blogger.com/_49VRjgDWnCE/R-BHOR6GtWI/AAAAAAAAAEM/Aq8-OiwF_IA/s1600-h/Image45.png"&gt;&lt;img id="BLOGGER_PHOTO_ID_5179217882126923106" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://bp1.blogger.com/_49VRjgDWnCE/R-BHOR6GtWI/AAAAAAAAAEM/Aq8-OiwF_IA/s400/Image45.png" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;And from here I can find the familiar XP-style dialog for changing computer name etc. I'll just click on "Change". &lt;/p&gt;&lt;p&gt;&lt;a href="http://bp2.blogger.com/_49VRjgDWnCE/R-BHOh6GtXI/AAAAAAAAAEU/v6Mk6vi2RCg/s1600-h/Image46.png"&gt;&lt;img id="BLOGGER_PHOTO_ID_5179217886421890418" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://bp2.blogger.com/_49VRjgDWnCE/R-BHOh6GtXI/AAAAAAAAAEU/v6Mk6vi2RCg/s400/Image46.png" border="0" /&gt;&lt;/a&gt; Type in my new domain name, and with much anticipation, I click on the OK button.&lt;/p&gt;&lt;p&gt;&lt;a href="http://bp3.blogger.com/_49VRjgDWnCE/R-BHOx6GtYI/AAAAAAAAAEc/hPsyNZ4e3IA/s1600-h/Image47.png"&gt;&lt;img id="BLOGGER_PHOTO_ID_5179217890716857730" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://bp3.blogger.com/_49VRjgDWnCE/R-BHOx6GtYI/AAAAAAAAAEc/hPsyNZ4e3IA/s400/Image47.png" border="0" /&gt;&lt;/a&gt; Yeah, this is the prompt for credentials that I've been working towards. Of course there is a lot more to administering a domain, but for me this is a big success and worthy of pouring myself a beer.&lt;br /&gt;&lt;a href="http://bp0.blogger.com/_49VRjgDWnCE/R-BHPB6GtaI/AAAAAAAAAEs/B7FZunUL8Ss/s1600-h/Image54.png"&gt;&lt;img id="BLOGGER_PHOTO_ID_5179217895011825058" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://bp0.blogger.com/_49VRjgDWnCE/R-BHPB6GtaI/AAAAAAAAAEs/B7FZunUL8Ss/s400/Image54.png" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;And so I joined my first computer to my new domain. &lt;/p&gt;&lt;p&gt;&lt;a href="http://bp0.blogger.com/_49VRjgDWnCE/R-BKVB6GtbI/AAAAAAAAAE0/AQG_ekpH1EI/s1600-h/Image55.png"&gt;&lt;img id="BLOGGER_PHOTO_ID_5179221296625923506" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://bp0.blogger.com/_49VRjgDWnCE/R-BKVB6GtbI/AAAAAAAAAE0/AQG_ekpH1EI/s400/Image55.png" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7435396823622824129-4869061065666065158?l=blankdragon.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blankdragon.blogspot.com/feeds/4869061065666065158/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7435396823622824129&amp;postID=4869061065666065158' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7435396823622824129/posts/default/4869061065666065158'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7435396823622824129/posts/default/4869061065666065158'/><link rel='alternate' type='text/html' href='http://blankdragon.blogspot.com/2008/03/installing-windows-server-2008-core.html' title='Installing a Windows Server 2008 Core Domain Controller'/><author><name>Blank Dragon</name><uri>http://www.blogger.com/profile/12772122183539822569</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://bp2.blogger.com/_49VRjgDWnCE/R-AEwh6Gs2I/AAAAAAAAAAM/WegjR0-b1EY/s72-c/Image10.png' height='72' width='72'/><thr:total>0</thr:total></entry></feed>
