<?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-1230128123747120256</id><updated>2011-08-09T05:23:57.111-07:00</updated><category term='messenger service'/><category term='console message'/><title type='text'>Nadeem</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://nsansari.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1230128123747120256/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://nsansari.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Nadeem Sarwar</name><uri>http://www.blogger.com/profile/07312700229119904113</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://bp2.blogger.com/_wM_qk0RQA9Q/R91i1tw1_eI/AAAAAAAAACE/RoLUzHir-MU/S220/uvsun_trace_big.jpg'/></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-1230128123747120256.post-2985061550400976949</id><published>2009-11-05T13:31:00.000-08:00</published><updated>2009-11-05T13:41:09.316-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='console message'/><category scheme='http://www.blogger.com/atom/ns#' term='messenger service'/><title type='text'>Using messenger service to send Console messages</title><content type='html'>Yep sometimes we need to do that to inform the user that we are going to take over their machine (VNC etc). However the problem is on our imaged machines the messenger service is not running by default. So I got this script together. It will ask you for the remote IP address, ask your for the message to send, start remote messenger service, send the messege, then stop the remote messenger service.&lt;br /&gt;&lt;br /&gt;Ofcourse you need admin rights on the remote machine. and also your local messenger service should be running as well.&lt;br /&gt;&lt;br /&gt;here is the script:&lt;br /&gt;just copy and paste save as a .bat file and run.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;cd \&lt;br /&gt;cls&lt;br /&gt;&lt;br /&gt;REM sc start messenger&lt;br /&gt;&lt;br /&gt;cls&lt;br /&gt;&lt;br /&gt;REM ===========================================&lt;br /&gt;REM ============Nadeem Sarwar==================&lt;br /&gt;&lt;br /&gt;REM Script to send console message to specified&lt;br /&gt;REM terminal. User inputs IP address and message&lt;br /&gt;REM Will Only work if you have admin rights on&lt;br /&gt;REM target PC.&lt;br /&gt;&lt;br /&gt;REM ===========================================&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;@ECHO OFF&lt;br /&gt;&lt;br /&gt;ECHO.&lt;br /&gt;ECHO.&lt;br /&gt;ECHO.&lt;br /&gt;&lt;br /&gt;REM :BEGIN&lt;br /&gt;&lt;br /&gt;echo Enter Target IP Address:&lt;br /&gt;ECHO.&lt;br /&gt;&lt;br /&gt;set /p Address=&lt;br /&gt;&lt;br /&gt;ECHO.&lt;br /&gt;ECHO.&lt;br /&gt;ECHO.&lt;br /&gt;&lt;br /&gt;echo Enter Message to Send:&lt;br /&gt;ECHO.&lt;br /&gt;&lt;br /&gt;set /p Message=&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;sc \\%Address% config messenger start= demand&lt;br /&gt;sc \\%Address% start messenger&lt;br /&gt;&lt;br /&gt;PAUSE&lt;br /&gt;&lt;br /&gt;NET SEND %Address% "%Message%"&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;sc \\%Address% config messenger start= disabled&lt;br /&gt;&lt;br /&gt;sc \\%Address% stop messenger&lt;br /&gt;&lt;br /&gt;REM sc stop messenger&lt;br /&gt;&lt;br /&gt;PAUSE&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;REM =======================================&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1230128123747120256-2985061550400976949?l=nsansari.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nsansari.blogspot.com/feeds/2985061550400976949/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1230128123747120256&amp;postID=2985061550400976949' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1230128123747120256/posts/default/2985061550400976949'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1230128123747120256/posts/default/2985061550400976949'/><link rel='alternate' type='text/html' href='http://nsansari.blogspot.com/2009/11/using-messenger-service-to-send-console.html' title='Using messenger service to send Console messages'/><author><name>Nadeem Sarwar</name><uri>http://www.blogger.com/profile/07312700229119904113</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://bp2.blogger.com/_wM_qk0RQA9Q/R91i1tw1_eI/AAAAAAAAACE/RoLUzHir-MU/S220/uvsun_trace_big.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1230128123747120256.post-2907144328249741002</id><published>2008-03-16T11:31:00.000-07:00</published><updated>2008-03-16T11:34:04.082-07:00</updated><title type='text'>Installing esx 3i on usb stick</title><content type='html'>From &lt;a href="http://communities.vmware.com/message/825686#825686"&gt;http://communities.vmware.com/message/825686#825686&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;ESX Server 3i - USB flash drive boot possible!&lt;br /&gt;Dec 21, 2007 11:55 AM&lt;br /&gt;&lt;a name="825254"&gt;&lt;/a&gt;&lt;br /&gt;&lt;a title="Click to view VCPaul's profile" href="http://communities.vmware.com/people/VCPaul"&gt;&lt;/a&gt;I successfully booted ESX Server 3i from a USB flash drive on a machine with no local disks attached. It´s unsupported, but it works!&lt;br /&gt;Requirements:&lt;br /&gt;1 GB USB flash drive&lt;br /&gt;WinImage&lt;br /&gt;IZArc Of course you can use your favourite tools and larger USB flash drives, but 1 GB is enough space for the boot image.&lt;br /&gt;Perform the following steps to create a bootable ESX Server 3i USB flash drive:&lt;br /&gt;Download ESX Server 3i Installable ISO&lt;br /&gt;Extract INSTALL.TGZ from the root directory of the ISO image using an IZArc&lt;br /&gt;Extract /usr/lib/vmware/installer/VMware-VMvisor-big-3.5.0-67921.i386.dd.bz2 from INSTALL.TGZ using IZArc&lt;br /&gt;Extract VMware-VMvisor-big-3.5.0-67921.i386.dd from VMware-VMvisor-big-3.5.0-67921.i386.dd.bz2 using IZArc&lt;br /&gt;Attach the USB flash drive and make sure you no longer need the data on it&lt;br /&gt;Use WinImage to transfer VMware-VMvisor-big-3.5.0-67921.i386.dd to the USB flash drive&lt;br /&gt;Disk-&gt;Restore Virtual Hard Disk image on physical drive...&lt;br /&gt;Select the USB flash drive (Warning: If you select the wrong disk you will lose data!)&lt;br /&gt;Select the image file VMware-VMvisor-big-3.5.0-67921.i386.dd&lt;br /&gt;Confirm the warning message&lt;br /&gt;Wait for the transfer to complete&lt;br /&gt;Unplug the USB flash drive (Warning: If you forget to unplug the flash drive from the PC you might lose the data on your hard drives the next time you boot!)&lt;br /&gt;Attach the USB flash drive to the machine you want to boot (Warning: If ESX Server 3i recognizes local drives, you might lose the data on it, so make sure you don´t need it anymore or unplug all hard drives!)&lt;br /&gt;Turn the machine on and make sure the USB flash drive is selected as boot device&lt;br /&gt;Watch ESX Server 3i boot&lt;br /&gt;Configure&lt;br /&gt;Enjoy!&lt;br /&gt;I cannot be held responsible for any damage or loss of data this procedure might cause.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1230128123747120256-2907144328249741002?l=nsansari.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nsansari.blogspot.com/feeds/2907144328249741002/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1230128123747120256&amp;postID=2907144328249741002' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1230128123747120256/posts/default/2907144328249741002'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1230128123747120256/posts/default/2907144328249741002'/><link rel='alternate' type='text/html' href='http://nsansari.blogspot.com/2008/03/installing-esx-3i-on-usb-stick.html' title='Installing esx 3i on usb stick'/><author><name>Nadeem Sarwar</name><uri>http://www.blogger.com/profile/07312700229119904113</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://bp2.blogger.com/_wM_qk0RQA9Q/R91i1tw1_eI/AAAAAAAAACE/RoLUzHir-MU/S220/uvsun_trace_big.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1230128123747120256.post-3614395805982075367</id><published>2008-03-16T11:14:00.000-07:00</published><updated>2008-10-04T16:18:57.657-07:00</updated><title type='text'>Cheap ESX 3i Setup</title><content type='html'>&lt;div&gt;I've been using &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_0" style="background-color: rgb(255, 255, 0); "&gt;vmware&lt;/span&gt; server and workstation product for quite some time now, and have been very happy with them.&lt;br /&gt;&lt;br /&gt;Currently my setup is a Windows 2003 server running Exchange 2003. On top of that I have&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_1" style="background-color: rgb(255, 255, 0); "&gt;vmware&lt;/span&gt; server which manages two virtual machines. One is a Windows 2003 Server running&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_2" style="background-color: rgb(255, 255, 0); "&gt;SQL&lt;/span&gt; and one is Linux running the Excellent &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_3" style="background-color: rgb(255, 255, 0); "&gt;ISPConfig&lt;/span&gt;. ( This is a home setup and is only setup for testing, learning and experimenting purposes )&lt;br /&gt;&lt;br /&gt;&lt;p&gt;As the company I work for is currently looking to go all the way to &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_4" style="background-color: rgb(255, 255, 0); "&gt;virtualization&lt;/span&gt;, I thought it was a good time to get a bit more into it. So I started looking around to the available options. After reading around, I thought I'd give &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_5" style="background-color: rgb(255, 255, 0); "&gt;ESX&lt;/span&gt; a try. However the hardware requirements are a bit tough. No way could I afford to get a SCSI setup in the house (the wife would kill me!). However there was hope of using &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_6" style="background-color: rgb(255, 255, 0); "&gt;sata&lt;/span&gt; drives. So my quest to find something cheap that could run &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_7" style="background-color: rgb(255, 255, 0); "&gt;ESX&lt;/span&gt;began.&lt;/p&gt;&lt;p&gt;First of all I got myself &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_8" style="background-color: rgb(255, 255, 0); "&gt;ESX&lt;/span&gt; 3i on a &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_9" style="background-color: rgb(255, 255, 0); "&gt;USB&lt;/span&gt; stick using the procedure described here&lt;a href="http://nsansari.blogspot.com/2008/03/installing-esx-3i-on-usb-stick.html"&gt;http://nsansari.blogspot.com/2008/03/installing-esx-3i-on-usb-stick.html&lt;/a&gt; . Then I started using the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_10" style="background-color: rgb(255, 255, 0); "&gt;USB&lt;/span&gt; on every PC I could find just to see if it will work. First of all it was the turn of my home PC. This is a 3 1/2 year old PC. The &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_11" style="background-color: rgb(255, 255, 0); "&gt;proc&lt;/span&gt; is a &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_12" style="background-color: rgb(255, 255, 0); "&gt;athlon&lt;/span&gt; 2600+ and the motherboard is A7n8x-d. Needless to say it failed to boot and would hang half way through the boot process. After that I tried several other PCs. At work we use dell PCs so I tried those but could not get it to work. The&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_13" style="background-color: rgb(255, 255, 0); "&gt;optiplex&lt;/span&gt; 745, 755, &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_14" style="background-color: rgb(255, 255, 0); "&gt;SX&lt;/span&gt;270 all failed. The 745 and 755 would boot but &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_15" style="background-color: rgb(255, 255, 0); "&gt;ESX&lt;/span&gt; would not recognise either the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_16" style="background-color: rgb(255, 255, 0); "&gt;sata&lt;/span&gt; drives or the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_17" style="background-color: rgb(255, 255, 0); "&gt;NIC&lt;/span&gt;.&lt;/p&gt;&lt;p&gt;Finally I've found the ideal cheap desktop that is all compatible with ESX. Its the HP Compaq d530 sff (small form factor). At £75 I got hold of two of these the spec is 2.8ghz P4, 2 sata controllers, 4 slots for memory (max 4gb). ESX installs without a hitch recognizes all the hardware, NIC, drives and all.&lt;/p&gt;&lt;/div&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_wM_qk0RQA9Q/SOf5o5T_3vI/AAAAAAAAACk/6_68Rxdld2c/s1600-h/ESX2.JPG"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;" src="http://4.bp.blogspot.com/_wM_qk0RQA9Q/SOf5o5T_3vI/AAAAAAAAACk/6_68Rxdld2c/s320/ESX2.JPG" border="0" alt="" id="BLOGGER_PHOTO_ID_5253441971325755122" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_wM_qk0RQA9Q/SOf5YEFwX-I/AAAAAAAAACc/Cz8EQhMn1Mo/s1600-h/ESX1.JPG"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;" src="http://2.bp.blogspot.com/_wM_qk0RQA9Q/SOf5YEFwX-I/AAAAAAAAACc/Cz8EQhMn1Mo/s320/ESX1.JPG" border="0" alt="" id="BLOGGER_PHOTO_ID_5253441682161033186" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1230128123747120256-3614395805982075367?l=nsansari.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nsansari.blogspot.com/feeds/3614395805982075367/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1230128123747120256&amp;postID=3614395805982075367' title='5 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1230128123747120256/posts/default/3614395805982075367'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1230128123747120256/posts/default/3614395805982075367'/><link rel='alternate' type='text/html' href='http://nsansari.blogspot.com/2008/03/cheap-esx-3i-setup.html' title='Cheap ESX 3i Setup'/><author><name>Nadeem Sarwar</name><uri>http://www.blogger.com/profile/07312700229119904113</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://bp2.blogger.com/_wM_qk0RQA9Q/R91i1tw1_eI/AAAAAAAAACE/RoLUzHir-MU/S220/uvsun_trace_big.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_wM_qk0RQA9Q/SOf5o5T_3vI/AAAAAAAAACk/6_68Rxdld2c/s72-c/ESX2.JPG' height='72' width='72'/><thr:total>5</thr:total></entry></feed>
