VMware

Eric Crossley's Blog

Created this Blog to track Ubuntu references that I've found useful for my T-61.

4 Posts tagged with the laptop tag
0

Great read over here: http://blog.thesilentnumber.me/2009/09/top-things-to-do-after-installing.html

Check out some of the key things you must do once you upgrade your system to 9.10 (or rebuild it from scratch).

0 Comments Permalink
0

Workstation 7 is FANTASTIC on Ubuntu 64. I'm so excited about this new workstation release as it provides many additional features over WS 6.5.

1) Sockets / Core selection - You can now set number of sockets and cores per socket to your individual workstation vm's.
2) Compacting of VM disk files can be done from workstation.
3) Encryption of Workstation VM's can now be done preventing access into VM's without proper credentials.
4) Windows 7 support

These are just a few of the options that are available, as well as, the ability to run nested ESX environments inside of Workstation 7.

If you are installing workstation for the first time on Ubuntu 64, you MUST execute the vmnetset script (http://communities.vmware.com/blogs/ecrossley/2009/06/29/ubuntu-and-vmware-workstation-networking) from this blog in order to allow promiscuous mode for your ethernet adapters

0 Comments Permalink
0

Just go to your VPN web address and enter in your credentials. If it promts you through an xterminal session to hit enter and allow it to clear through to the option listing for services. Stay in the browser window and you can hit those internal things from inside your browser sslvpn wrapper.

0 Comments Permalink
1

I'm running Ubuntu 64 bit on my T-61 laptop as the host OS (so that I could actually use the full 4GB of ram issued to me when I received my laptop). I run workstation 6.5 and host all of my VM's I use to accomplish my job functions. One of the initial challenges that I ran into while running Workstation on Ubuntu started when I was creating a laptop lab to host ESX 3.5 and ESXi servers inside Workstation on my laptop. During boot time, ESX and ESXi attempt to put your network connections into promiscuous mode, which under Ubuntu isn't possible without the proper read / write permissions on the /dev/vmnet* items.

As such, I created a simple script that, once included in /etc/init.d will allow this action to occur during system startup. I'm attaching both the simple script and the instructions on how to execute and add this component to your startup sequence for Ubuntu. I've also attached a tar.gz file which includes both the script and the instructions.

Enjoy.



Read me file information:


How to set VMnets at startup:

1) Extract the vmnetset.tar.gz file to your desktop or any other location.


2) Copy the vmnetset.sh script to your /etc/init.d directory by executing the following:
a) cp /directory/where/the/script/is/vmnetset.sh /etc/init.d/

3) Execute the following commands to set the script to boot and to assign the proper symlinks for bootup
a) sudo update-rc.d vmnetset.sh defaults
b) sudo chmod +x vmnetset.sh

4) Once completed, reboot system and validate your network settings by:
a) open a terminal window and type ls -l /dev |grep vmnet

If all vmnet settings are set rw, you are good to go!

To remove the script from startup: sudo update-rc.d -f vmnetset.sh remove

1 Comments Permalink
Click to view ecrossley's profile Member since: Mar 3, 2009

Created this Blog to track Ubuntu references that I've found useful for my T-61.

View ecrossley's profile

Communities