<?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-5354662904304387749</id><updated>2011-11-29T11:27:35.156-08:00</updated><category term='virtual'/><category term='conversion'/><category term='p2v'/><category term='vmware'/><category term='convert'/><title type='text'>DRX</title><subtitle type='html'>Confessions of people who just need to make things work.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://dreamwerx.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5354662904304387749/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://dreamwerx.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>DRX</name><uri>http://www.blogger.com/profile/16530781252176838640</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-5354662904304387749.post-3848728910195710239</id><published>2010-02-02T07:34:00.000-08:00</published><updated>2010-02-02T07:38:26.866-08:00</updated><title type='text'>SNMP v1 / v2 on Huawei Quidway Switches</title><content type='html'>Do you need to enable SNMP v1 / v2 on Huawei Quidway switches?  Here's how.  By default it seems only SNMP v3 is enabled.  You can see that with the command:&lt;br /&gt;&lt;br /&gt;&gt; display snmp-agent sys-info version&lt;br /&gt;&lt;br /&gt;To enable SNMP v1/v2 you need to issue the command:&lt;br /&gt;&lt;br /&gt;&gt; snmp-agent sys-info version all&lt;br /&gt;&lt;br /&gt;Then to create a read only community for your monitoring software:&lt;br /&gt;&lt;br /&gt;&gt; snmp-agent community read public&lt;br /&gt;&lt;br /&gt;Don't forgot to save the configuration!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5354662904304387749-3848728910195710239?l=dreamwerx.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dreamwerx.blogspot.com/feeds/3848728910195710239/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5354662904304387749&amp;postID=3848728910195710239' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5354662904304387749/posts/default/3848728910195710239'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5354662904304387749/posts/default/3848728910195710239'/><link rel='alternate' type='text/html' href='http://dreamwerx.blogspot.com/2010/02/snmp-v1-v2-on-huawei-quidway-switches.html' title='SNMP v1 / v2 on Huawei Quidway Switches'/><author><name>DRX</name><uri>http://www.blogger.com/profile/16530781252176838640</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><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5354662904304387749.post-641212667295309189</id><published>2009-11-05T06:56:00.001-08:00</published><updated>2009-11-05T06:58:40.494-08:00</updated><title type='text'>VMWare + iWeb - network briding over different networks.</title><content type='html'>How to get VMWare Server working with iWeb's "Usable secondary addresses"&lt;br /&gt;&lt;br /&gt;iWeb sets up their servers with a primary IP on 1 network, then allocates a group of IP's&lt;br /&gt;on a secondary network.  The problem is if you want to use VMWare Server to virtualize,&lt;br /&gt;it's not so easy to get bridging mode working.&lt;br /&gt;&lt;br /&gt;I was able to get it working and here's what I did (linux):&lt;br /&gt;&lt;br /&gt;Enable IP forwarding on your server:&lt;br /&gt;&lt;br /&gt;Edit the appropriate line in /etc/sysctl.conf like this:&lt;br /&gt;net.ipv4.ip_forward = 1&lt;br /&gt;&lt;br /&gt;You can enable it immediately for testing like this:&lt;br /&gt;echo "1" &gt; /proc/sys/net/ipv4/ip_forward&lt;br /&gt;&lt;br /&gt;---------&lt;br /&gt;&lt;br /&gt;Take a look at the other small network iWeb has allocated.. eg.  100.100.100.100-105/ 255.255.255.248&lt;br /&gt;&lt;br /&gt;Bind the 1st IP to the host.  Edit your corresponding /etc/network/interfaces file (ubuntu) to create the ethernet alias.&lt;br /&gt;&lt;br /&gt;We're going to use that IP as the gateway for this small network and the linux host will route/forward between the 2 networks.&lt;br /&gt;&lt;br /&gt;At this point you can use the other IP's in the network in VMWare with the 1st IP as the gateway.&lt;br /&gt;&lt;br /&gt;I just tested this out by copying a 656MB ISO image to test the speed out, and I was able to copy the file over in 1 minute (10MB/s). &lt;br /&gt;&lt;br /&gt;So there appear to be no performance issues related to this configuration.&lt;br /&gt;&lt;br /&gt;Any other suggested solutions would also be appreciated.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5354662904304387749-641212667295309189?l=dreamwerx.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dreamwerx.blogspot.com/feeds/641212667295309189/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5354662904304387749&amp;postID=641212667295309189' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5354662904304387749/posts/default/641212667295309189'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5354662904304387749/posts/default/641212667295309189'/><link rel='alternate' type='text/html' href='http://dreamwerx.blogspot.com/2009/11/vmware-iweb-network-briding-over.html' title='VMWare + iWeb - network briding over different networks.'/><author><name>DRX</name><uri>http://www.blogger.com/profile/16530781252176838640</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><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5354662904304387749.post-6916066895782613557</id><published>2009-01-30T07:56:00.000-08:00</published><updated>2009-10-12T12:14:11.599-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='conversion'/><category scheme='http://www.blogger.com/atom/ns#' term='virtual'/><category scheme='http://www.blogger.com/atom/ns#' term='p2v'/><category scheme='http://www.blogger.com/atom/ns#' term='vmware'/><category scheme='http://www.blogger.com/atom/ns#' term='convert'/><title type='text'>How to convert a linux physical server to a VMWare virtual server (P2V)</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_yW_UQYGLNfw/SYMlRDmqCDI/AAAAAAAAAAk/0fYd-IbqE5U/s1600-h/P2VBOX.png"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 232px; height: 174px;" src="http://4.bp.blogspot.com/_yW_UQYGLNfw/SYMlRDmqCDI/AAAAAAAAAAk/0fYd-IbqE5U/s320/P2VBOX.png" alt="" id="BLOGGER_PHOTO_ID_5297118561673283634" border="0" /&gt;&lt;/a&gt;I was recently asked by someone to help them convert their older physical dell &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_0"&gt;poweredge&lt;/span&gt; server into a virtual server.  They already have a nice new server running the free version&lt;br /&gt;of &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_1"&gt;VMWare&lt;/span&gt; Server (formerly &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_2"&gt;GSX&lt;/span&gt;), hosting a number of machines already.&lt;br /&gt;&lt;br /&gt;The software I decided to use is called &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_3"&gt;BackupEdge&lt;/span&gt;, from &lt;a target="_blank" href="http://www.microlite.com/"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_4"&gt;Microlite&lt;/span&gt;&lt;/a&gt;.  They offer a free 60 day trial, so there was no need to purchase it, however using it with such success, has forced me to consider buying it as a backup software.&lt;br /&gt;&lt;br /&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_5"&gt;BackupEdge&lt;/span&gt; supports most flavours of &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_6"&gt;linux&lt;/span&gt; (in this case a very old &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_7"&gt;Redhat&lt;/span&gt; 9 box), and supports lots of different backup targets (CD/DVD drive, ftp, S3, etc.).  I decided to backup the machine to ftp as there was already an external ftp server on the same local network.&lt;br /&gt;&lt;br /&gt;The procedure was really easy, basically start a full backup of the system, and I ended up with a number of large files on the FTP server.&lt;br /&gt;&lt;br /&gt;Then I used &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_8"&gt;BackupEdge&lt;/span&gt; to create a recovery boot &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_9"&gt;cd&lt;/span&gt;.  The image itself was only around 5MB and is configurable to include extra drivers/modules for your boot environment.  Remember we are switching from a hardware &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_10"&gt;environment&lt;/span&gt; (some kind of raid card + physical hardware &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_11"&gt;NIC&lt;/span&gt;) to a &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_12"&gt;BusLogic&lt;/span&gt;/&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_13"&gt;LSI&lt;/span&gt; Logic &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_14"&gt;scsi&lt;/span&gt; controller and &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_15"&gt;PCNet&lt;/span&gt;32/Intel 1000 virtual &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_16"&gt;nic&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;I had to modify the modules.&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_17"&gt;conf&lt;/span&gt; and re-generate a new initial &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_18"&gt;ramdisk&lt;/span&gt; before creating the recovery &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_19"&gt;cd&lt;/span&gt; image.  Be sure after creating your recovery image, to revert your initial &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_20"&gt;ramdisk&lt;/span&gt; back to the &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_21"&gt;original&lt;/span&gt;, if you don't any your machine is forced to reboot, it may not come back up.&lt;br /&gt;&lt;br /&gt;The ftp backup took only around 45 minutes.  Then I created the target virtual machine, mounted the ISO image created as a &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_22"&gt;cdrom&lt;/span&gt; drive, and started it.  The &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_23"&gt;recoverEdge&lt;/span&gt; software started with support for the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_24"&gt;scsi&lt;/span&gt; and network.  I was able to configure the network parameters and pull the backup files from the FTP server.  About 20 minutes to restore the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_25"&gt;filesystem&lt;/span&gt;, reboot the virtual machine and everything was running virtually.&lt;br /&gt;&lt;br /&gt;If you are switching a physical machine with active/running &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_26"&gt;IP's&lt;/span&gt;, be sure to disconnect the port that server is connected to after backing it up.  Otherwise you'll potentially &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_27"&gt;have&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_28"&gt;IP&lt;/span&gt; connectivity issues.&lt;br /&gt;&lt;br /&gt;I think &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_29"&gt;Microlite&lt;/span&gt; needs to start marketing their software also as a good solution to P2V conversion, even add a features into their recovery &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_30"&gt;cd&lt;/span&gt; creation tool to add in the required modules/drivers/&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_31"&gt;config&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;Enjoy.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5354662904304387749-6916066895782613557?l=dreamwerx.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dreamwerx.blogspot.com/feeds/6916066895782613557/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5354662904304387749&amp;postID=6916066895782613557' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5354662904304387749/posts/default/6916066895782613557'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5354662904304387749/posts/default/6916066895782613557'/><link rel='alternate' type='text/html' href='http://dreamwerx.blogspot.com/2009/01/how-to-convert-linux-physical-server-to.html' title='How to convert a linux physical server to a VMWare virtual server (P2V)'/><author><name>DRX</name><uri>http://www.blogger.com/profile/16530781252176838640</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://4.bp.blogspot.com/_yW_UQYGLNfw/SYMlRDmqCDI/AAAAAAAAAAk/0fYd-IbqE5U/s72-c/P2VBOX.png' height='72' width='72'/><thr:total>4</thr:total></entry></feed>
