Augie’s Weblog

September 26, 2008

Nice KVM Switches

Filed under: Computers — admin @ 8:50 am

Avocent seems to make some compatible kvms. They are not cheap.

http://www.avocent.com/web/en.nsf/Content/SwitchViewDVI-2port

Best price I’ve found for the 2 port:

http://www.provantage.com/avocent-2svdvi10-001~7AVOC09C.htm

Best price I’ve found for the 4 port:

http://www.provantage.com/avocent-4svdvi10-001~7AVOC094.htm

Cables:

6’ http://www.provantage.com/avocent-svdvi-6~7AVOC095.htm

9’ http://www.provantage.com/avocent-svdvi-9~7AVOC09K.htm

September 22, 2008

Sailing Link

Filed under: Sailing Link — admin @ 11:01 am

Free Charts maps

September 17, 2008

CD Disc will not eject after Mac Mini HDD wipe

Filed under: Apple, Computers, Mac Mini, OS-X — admin @ 11:32 am

wow, sometimes none of the options work…. so…. on crazy workaround it to target mac mini with another mac. Then “ignore” the fact that the hard drive is not readable, and eject the CD…

September 5, 2008

SUSE yast hangs, yast2 hangs.

Filed under: Linux — admin @ 2:02 pm

Possible rpm corruption try:
execute ‘rpmdb –rebuilddb’ as root.
then:
cd /var/cache/zypp
rm zypp.db
zypper refresh

try yast command then update software

or try:
install yast2-qt first. put your suse installer cd/dvd into your drive then execute this as root in terminal.

yast –qt

or this (not as root)

gnomesu /sbin/yast –qt

and this (not as root)

kdesu /sbin/yast –qt

zypper in yast2-qt

Then run
yast –qt

How To Install VMware Server On OpenSUSE 10.3

Filed under: Linux — admin @ 8:11 am

How To Install VMware Server On OpenSUSE 10.3
Submitted by clmowers (Contact Author) (Forums) on Tue, 2008-03-25 12:17. :: SuSE | Virtualization

Install Vmware server on opensue 10.3

This is a tutorial on how to install Vmware server 1.05 on openSUSE 10.3. I use the default GNOME install and add needed packages.So lets start by downloading Vmware Server. You can find it here

http://www.vmware.com/download/server/ You will have to register for your free license, but its all good. Once you get to the linux downloads, you want to download the RPM package. So lets start

bold writing are command that you need to enter

red letting are command that you need to issue as root

1.

click on Computer > More Applications > YaST
2.

Put in root password for YaST
3.

Scroll down until you see Software Management and single click on it
4.

Check for the following software. If you don’t have it installed, install it
1.

kernel-source
2.

gcc
3.

gcc-c++
4.

make (This is most likely already installed, but just to double check)
5.

Once you have installed that software, lets head over to the command line. Right click on the desktop and select “open terminal”
6.

Once you get into the terminal, you want to log in as a super user or root. You can do this by using the su command

clmowers@linux-box:~> SU

Password:

linux-box:/home/clmowers #

7.

Next you want to run the following command. This will check for the needed software and it will also show you the kernel modules that are installed. You MUST have the same kernel numbers though out, or you will have issues later down the road

rpm -qa kernel* gcc* make

It will look like this when the command is run

linux-box:/home/clmowers # rpm -qa kernel* gcc* make

gcc-c++-4.2-24

make-3.81-66

kernel-source-2.6.22.17-0.1

gcc42-c++-4.2.1_20070724-17

kernel-default-2.6.22.17-0.1

gcc-4.2-24

gcc42-4.2.1_20070724-17

Notice that both of the kernels are the same. If these numbers are diffent then you need to run the online updates to get the lastest ones and to make sure everything matches. ***Just remember that these numbers change, This was the latest kernel when I wrote this, yours might be different from mine.
8.

OK, lets move on. Next we want to change the directory to /usr/scr/linux. We can do that by this command

linux-box:/home/clmowers # cd /usr/src/linux

9.

next we want to issue these commands. Don’t worry, we are almost done in the command line for the time being.

linux-box:/home/clmowers # make mrproper; make cloneconfig; make modules_prepare

You will notice that it is done when you get back to this line

linux-box:/home/clmowers #

10.

YEA!!! The moment we all have been waiting for, installing vmware server. But we are not done yet. Once vmware server is installed we will need to configure it. Then you can start adding all the VM that your heart desires.
11.

Next you want to go to where you have downloaded the file and right click and select install software
12.

Once the windows closes we are ready to configure it. I know I know, but we are almost done. Just 2 more minutes.
13.

open up a new terminal window (or open the one you already had) and issue this command

linux-box:/home/clmowers # cd /usr/bin

linux-box:/usr/bin #
14.

This will bring you to the /usr/bin directory. Next we want to run the pl script the vmware was so kind of to provide us. This will let us configure the server

linux-box:/usr/bin # vmware-config.pl
15.

We will start out by reading the EULA. Hit space or enter to go through the agreement. Once you are done reading hit Q and then type yes. Now what I did was just accept all the defaults. This will give you a very good install of vmware. My only suggestion would be to create a folder under your /home/username/ directory called vms. When you get to the question asking you where you want to have your virutual machine saved, type in that location.
16.

You will be ask for your license key, so make sure that you have one. Type it in and press eneter.

There you have it. That was pretty simple. Now that we have vmware server installed we can install as many virtual machine as your computer can handle. But just for a reference, I have one computer running a intel celeron 2.40 GHz with 1 GB of ram running 5 VM 2 Windows server 2003 and 1 opensuse 10.3 and 2 ubuntu 7.10 server all running at the same time. Not bad considering the hardware. Anyways have fun and enjoy your new install of Vmware

ref:
http://www.howtoforge.com/install-vmware-server-on-opensuse10.3

Powered by WordPress