cialis meilleur prix cialis ohne rezept levitra generico acheter du viagra procurer du levitra tadalafil moins cher zyban prix sildenafil generico viagra ordonnance acheter kamagra 100mg cialis en ligne achat viagra en ligne commande levitra tadalafil precio procurer du cialis acheter accutane kamagra pas cher generische viagra generique cialis vendo viagra milano viagra prijs sildenafil costo comprar cialis em portugal propecia sans ordonnance cialis effet secondaire traitement impuissance viagra rezeptfrei comprar cialis generico levitra en ligne achat pharmacie achat kamagra levitra sans prescription prezzi levitra vente kamagra cialis en pharmacie cialis kopen achete levitra acquisto viagra generico viagra venta libre viagra kopen sildenafil generico levitra receta prozac sans ordonnance tadalafil venta cialis generico prezzo propecia prix acheter cialis internet levitra farmacia acheter cialis pas cher levitra 20 mg levitra kopen tadalafil bestellen cialis prix leivtra moins cher citrate de sildenafil achat levitra ordina viagra viagra 50 mg compro cialis pastilla levitra medicament impuissance aquisto cialis viagra farmacia cialis generique acheter compra levitra medicament cialis acheter zithromax posologia viagra comprar viagra generico tadalafil 10 mg viagra indien curare impotenza sildenafil venta libre compra viagra impuissance sexuelle sildenafil receta pilule levitra viagra dosaggio levitra donna viagra ohne rezept acquisto cialis generico cialis venta acheter cialis en belgique cialis effetti collaterali viagra 100 mg impotenza sessuale vente de cialis levitra generico cialis marche pas cialis inde vente cialis cialis pharmacie prix comprar vardenafil kamagra en france viagra svizzera cialis sur internet viagra quanto costa kamagra bestellen impuissance homme cialis vente en ligne vente levitra viagra preis vendo sildenafil cialis sur le net viagra ricetta medica cialis moins cher clomid prix cialis svizzera acheter cialis en ligne remede impuissance levitra ohne rezept acquistare viagra acheter cialis france levitra ordonnance vardenafil 10 mg pastilla cialis levitra italia receta viagra vendo viagra impotenza cure sildenafil generique vardenafil generika medicament viagra kamagra kopen sildenafil 50 mg viagra bestellen vardenafil generico viagra effet secondaire kamagra pharmacie cialis suisse vendo levitra comprare viagra

Archive for Commands

For those of us that prefer to script our installs instead of creating hand crafted environments, you’ll be thrilled to see that VMware has addressed a pretty annoying bug that has existed in 3.5 regarding vSwitch creation. No more jumping through hoops to make vmnics active. From the release notes :

Network adapters lose bonding during scripted installation
The esxcfg-vswitch -L command now works as expected and with the same functionality as in 3.0.x.

During a scripted installation, the following two commands did not result in a bonded pair of active network adapters on virtual switch VS_VM1. Instead, vmnic3 became the active adapter and vmnic4 became the standby adapter.
esxcfg-vswitch -L vmnic3 VS_VM1
esxcfg-vswitch -L vmnic4 VS_VM1

Check out our latest interview with Alex Raitz from Splunk.  Alex and I worked together a few years ago and it was really nice to catch up with him and see how our paths are crossing again.

If you are not familiar with Splunk, it can be described as the IT search engine. It can help you find all kinds of information on any platform and system that generates log files. It’s really flexible and can install on Linux, Windows, UNIX, Solaris, Mac and FreeBSD. If that’s not easy enough, it’s free!

When you need to set a time source for your ESX, XenServers or even Windows servers, http://www.pool.ntp.org/ is a great and reliable time source. This is an interesting wiki on how it works. Its a really good study on how big DNS deployments are designed http://www.socialtext.net/ntp/index.cgi?dns

Categories : Commands, Tools

I am a VMware Certified Instructor, who teaches several classes, including the Install and Configure class, Deploy Secure Analyze class, and the FastTrack class.  I teach 50% of the time and perform Professional Services the other 50%.  In my opinion, I think the Install and Configure class should include some additional material that I typically find necessary, whenever implementing VI 3.5 for a new customer.  So, to accommodate my students, I like to provide a stanadard set of supplemental documents.  Some of these are created by New Age Technologies and some by VMware.   Take a look and let us know what you think.  I plan to update these documents continuously.

http://virtualizationinformation.com/docs/Supplemental_Documents.htm

- john a. davis

Between Windows-centric projects, I usually forget how to get a vbscript to read a text file with a list of servers and perform some action on them. So, I’m posting this one for that functionality mainly. This one happens to look for Network Adapter speeds. The MSDN site is a great resource to see all the Win32 Classes.

This isn’t necessarily pretty and I’m sure there’s better examples, but it gets the job done discovering necessary hardware information for virtualization planning.

This is from http://wyae.de/docs/img_dd.php. I wanted to copy it in case the site went away.
I have used this to P2V (Physical to Virtual) and V2P (Virtual to Physical) SuSE machines successfully and it worked great.

How to duplicate a complete PC via network

Imagine you get the task to quickly set up a number of identical workstations. Unfortunately either the available removable media (e.g. CD) is too small, or the imaging tool you use insists on not recognizing your favourite file system type (esp. Ext3, XFS, JFS, Reiser), or the duplication won’t work with your bizarre multiboot configuration. Here’s how to do with on-board tools. Read More→