Gorillapond Dot Com

Technology, Education, IT, and Internets
  • rss
  • Home
  • About
    • Contact
  • Desktop Deployment
    • Links
    • Sysprep and Ghost
      • Sysprep.inf
    • Bart PE
      • Windows Install Autorun
      • Build Bart PE Ghost Image
    • Unattended Installation
      • WinNT.sif
      • Installing Ghost
      • Driver Index Spreadsheet
      • Mass Storage Drivers
  • Virtualization
  • Contact

Foot Wounds

Matt Jones | November 26, 2006

There’s an old list of how different programming languages let you shoot yourself in the foot. I managed to do something similar on our virtual servers last Wednesday. I just got it fixed Saturday afternoon.

I learned something. Never touch the disks of a virtual machine that has snapshots. “The parent virtual disk has been modified since the child was created.” Fear these words, for you will lose sleep over them. Below is a time line of what got me into the mess and how I got myself out. I tried a few more things, but this is what actually worked.
Read the rest of this entry »

Comments
1 Comment »
Categories
Best Of, Information Technology, System Administration, Virtualization
Comments rss Comments rss
Trackback Trackback

The Result of P2V: A Possible Fix

Matt Jones | October 18, 2006

I have been trying to ‘fix’ the issues I had discussed in the original posting with our servers which had undergone a Physical to Virtual migration.

So far I’ve tried two things:

  • Disable Symantec Antivirus
  • Switch the HAL of the server from ACPI Multiprocessor to ACPI Uniprocessor

I happened across the second option through some google searches. Have a look at the following URLs:

http://kb.vmware.com/KanisaPlatform/Publishing/647/1077_f.SAL_Public.html
http://www.vmware.com/community/thread.jspa?messageID=415307
http://www.vmware.com/community/thread.jspa?threadID=29202

It’s only been 1 day so far, but our wwoods-dc2 server I had talked about before is now humming in the 0-25% CPU utilization range. This seems to be a huge difference from what it was running at previously. Disabling Symantec Antivirus wasn’t noticeable. Read the rest of this entry »

Comments
No Comments »
Categories
Best Of, Information Technology, System Administration, Virtualization
Comments rss Comments rss
Trackback Trackback

P2V of HP StorageWorks NAS b2000

Matt Jones | August 24, 2006

The following is only a hypothetical situation and may or may not have actually happened:

You do a P2V of a HP StorageWorks NAS b2000. It goes well, no errors to report. You hook up the VMDKs to your new virtual server, and crank up your new server. You cross your fingers as you click the “Open Console” button. You sigh in relief looking at the “Ctrl+Alt+Del” logon screen of your former physical server.

But, what’s this?

“The server you are running cannot run StorageWorks NAS software properly. You may be in violation of your license agreement. Please contact HP support immediately if you think this message is displayed in error. The server will Blue Screen in one minute.”

You don’t believe it would actually blue screen your file server, what would be madness! A few seconds later, it proves you wrong. Oh no! What to do? Read the rest of this entry »

Comments
1 Comment »
Categories
Best Of, Information Technology, System Administration, Virtualization
Comments rss Comments rss
Trackback Trackback

Install VMware Tools on Ubuntu

Matt Jones | July 31, 2006

I’ve had a really hard time trying to find the way to get VMware Tools on Linux virtual machines, but I’ve got it down to just a few steps. If you’re using a ‘big name’ distribution with a graphical interface, it’s not hard to install. But, I like to use Debian or Ubuntu, without X11 (the aforementioned “graphical interface”), so it’s a pain in the butt.

How to install Vmware Tools on Ubuntu without X11:

  1. Install Ubuntu Server
  2. Login
  3. Create a root shell:sudo bash
  4. Update your sources:apt-get update
  5. Upgrade your installed packages (dist-upgrade to force kernel upgrade):apt-get dist-upgrade
  6. Reboot
  7. Create a root shell again:sudo bash
  8. Install packages VMware Tools needs:apt-get install linux-headers-server build-essential
  9. Install VMware tools
  10. Mount the VMware Tools CD ISO:mount /cdrom
  11. Copy VMware Tools to home:cp /cdrom/VmwareTools-x.x.x-xxxxx.tar.gz ~
  12. Go home:cd ~
  13. Untar/Gzip the install:tar -zxf VmwareTools-x.x.x-xxxxx.tar.gz
  14. Go into the resulting directory:cd vmware-tools-distrib
  15. Start the installer:./vmware-install.pl
  16. Install will ask you questions, the defaults should work fine.
  17. Remove the basic AMD PCnet module (if you get errors about building the ethernet driver, run this command and start at step 14 again):rmmod pcnet32
  18. Rebuild module dependancies:depmod -a
  19. Install the VMware accelerated network interface:modprobe vmxnet
  20. Restart network service:/etc/init.d/networking restart
  21. Reboot
Comments
5 Comments »
Categories
Best Of, Information Technology, Linux, Virtualization
Comments rss Comments rss
Trackback Trackback

Navigation

  • Best Of
  • Blogging
  • Computing
    • Apple
  • Education
    • Instructional Technology
  • General
  • Humor
  • Information Technology
    • Desktop Deployment
    • Linux
    • System Administration
    • Virtualization
  • Photography
  • Review
  • Technology

Best Of

  • Foot Wounds
  • Install VMware Tools on Ubuntu
  • P2V of HP StorageWorks NAS b2000
  • The Result of P2V: A Possible Fix

Recent Posts

  • Catching Up
  • One Laptop Per Child: Part 1
  • Photography Revived
  • iPhone Thoughts
  • iPhone First Impressions

Calendar

November 2008
S M T W T F S
« Aug    
 1
2345678
9101112131415
16171819202122
23242526272829
30  
rss Comments rss valid xhtml 1.1 design by jide powered by Wordpress get firefox