LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   VMWARE 4.0 and REDHAT 9 (n/w and display problem) (https://www.linuxquestions.org/questions/linux-newbie-8/vmware-4-0-and-redhat-9-n-w-and-display-problem-69234/)

amkhullar 07-01-2003 02:51 AM

VMWARE 4.0 and REDHAT 9 (n/w and display problem)
 
Hi All,
I have VMWARE Workstation 4.0.0 Build 4460 installed on W2k Prof , i have installed Redhat Linux 9.0 in it, all the installation went fine during the setup it asked me for my Monitor and Display Card and as I could find the exact matched in its database I choosed Intel i815 VGA and Samtron 55V model, after that it asked me for the networj card settings which i left as it is and made the selection of NAT . Now whne the machine boots it says the eth0 is down , link failed cable not connectd and when it tries to start the Xwindows ( I choosed X windows and Gnome during the setup) it shows an empty blue screen with 2 options Yes and No. If I select Yes it goes blank and after sometimes it comes back again to the Same screen , when I press No it takes me to the Root and asks me to Login. What could be the problem in it , do i need to run the setup again and choose the Vesa Gneric drives and Unknown monitor for it to work, coz during the setup it was running the windows in it , everything mouse etc was wrking and now none is wrking. Plz help.

Regards
AK

amkhullar@yahoo.com

Rick422 07-01-2003 04:15 AM

According to the VMware web page VMware does not yet support Red Hat 9. That may or may not explain the problem you are having. VMware does support Red Hat 8 and Red Hat 7.3 but not Red Hat 9. I recently sent VMware an e-mail asking them when they would support Red Hat 9. Here is part of what they said:

"There is a possibility that Red Hat 9 will be supported as a host in a
future release. Sorry we can't give you a concrete answer about when."

Below is a link to a VMware web page that lists which operating systems are supported as hosts and as guests:

http://www.vmware.com/products/desktop/ws_specs.html

Electro 07-01-2003 01:48 PM

amkhullar, don't specify your video card and monitor in Red Hat when installing as a guest in VMWARE. VMWARE is a virtual machine this means most devices are run at low-level but not all. Your serial, parallel, CD-ROM and CPU instructions are run at low level. Graphics, NIC, USB, and sound is run by high-level or using VMWARE drivers. Read the instructions on VMWARE site on how to install LINUX as a guest. To get NIC card working make sure you give permissions to VMWARE in Windows 2000.

Read
http://www.vmware.com/support/guestn...0.html#1086695
Its for Redhat 8.0 but it should help you install it properly in VMWARE.

Rick422, amkhullar is asking how to install Red hat 9 in VMWARE not installing VMWARE in Red hat 9. To install VMWARE in Red hat 9, you need to compile two files into modules. Then tell VMWARE to use those modules.

mozonash 07-14-2003 08:39 AM

I have a similar issue with networking. I can set up a static IP address, and eth0 works fine, but if I set things to DHCP, I get the "link failed" message as the poster above did for NAT. I'm not sure what the issue is; things are configured to find the DHCP server automatically, just as they are on my Win2k host.

On the other hand, the GUI seems to work fine, with the RH standard Gnome desktop coming up normally (installed the VMWare tools as directed and then did startx).

dcruz 07-14-2003 01:46 PM

http://www.vmware.com/support/kb/end...YWdlPTE*&p_li=

To work around this problem, become root (su -) and use a text editor to edit the following files in the guest operating system:
/etc/sysconfig/network-scripts/ifcfg-eth[n]
/etc/sysconfig/networking/devices/ifcfg-eth[n]

Also, if it exists, edit the file
/etc/sysconfig/networking/profiles/default/ifcfg-eth0

The third file is updated any time you run redhat-config-network and make changes in the Network Configuration panel.

In all cases, [n] is the number of the Ethernet adapter -- for example, eth0.

In each of the files, add the following section:

check_link_down () {
return 1;
}

Then run the command ifup eth[n] (where [n] is the number of the Ethernet adapter) or restart the guest operating system.

mozonash 07-14-2003 04:25 PM

Followed the procedure in dcruz's message, and it looks like RH 9 is happily using DHCP now. Thanks!

dcruz 07-14-2003 04:37 PM

went through the same problem myself. It took me a couple days to finally find an article that addressed the issue correctly.

Im a newbie too but Im happy to contribute to the forum!

zi0oo 07-19-2003 04:25 PM

Where are the C header files?
 
I am trying to install RedHat 9.0 with VMware 4.0 as well. I would like to know if someone would like to share a basic tutorial. The step I'm stuck on is compiling VMware tools. I have installed the appropriate c compliers to achieve my goal. But in the process of compiling after you are prompted to re-compile. I am stuck at the point where you are asked "What is the location of the directory of the C header files that match your running kernel". I simply cannot find this directory </usr/src/linux/include>. Can anyone help me. Please advise.

TheOneAndOnlySM 07-19-2003 04:51 PM

you will need to download the src rpm (just search for it on google or try the redhat site)

just download the src rpm and then get into terminal and type

su
(password)
rpm -ihv nameofthefile.rpm

then you should see a bunch of (####) and a percentage, just wait until two lines get through and then try installing vmtools again

question for u tho, how did u begin the vmtools install?

Electro 07-19-2003 08:13 PM

You need the kernel source code. The kernel source should be located on the CD. Then go into /usr/src and make a symbolic link to the kernel source code directory. Name the symbolic link as linux. If you don't know how to make a symbolic link type man ln. Also install the compiler. Either gcc 2.95 or gcc 3.2. I don't have any trouble with version 3.2 of gcc compiler.

There are two ways to install VMware tools.
1) After guest OS has finished booting, in VMWARE's menu bar click on File -> Install VMWARE tools. Wait patiently.

2) Before you power on the guest OS, add a CD-ROM drive with an ISO image. Find the ISO file under VMWARE's directory. The file maybe under ISOIMAGES. Then power on the guest OS. Either mount the CD-ROM drive or access the CD-ROM drive and read the instructions for your guest OS. Then run the installation.

The second way always works, but the first way sometimes takes several minutes to respond.

IMO, VMWARE is best to run on LINUX instead of Windows. Windows consumes tons of resources that VMWARE needs. I suggest you get atleast 1 gigabyte of memory because Windows hogs resources like a pig. :p

lordofall20 07-20-2009 09:21 PM

Possibly the fix to your issue
 
I have installed Redhat 9 many times on VM Console. I have discovered that you should not tamper with the setting and just simply click next, because the default selection is the only selection that will work properly. I had this same problem with a keyboard, because it was either I selected PS2 keyboard or USB keyboard and it was the other, so my keyboard didn't work and I couldn't finish the installation. I HOPE THIS HELPS!!!

Tinkster 07-21-2009 03:08 AM

Good grief my friend ... why did you dig THAT 6 year old
corpse of a thread up for? VMWare 4 is as dead as RedHat 9.

Next time you're looking for a thread to post to could
you please check its date?


Thanks,
Tink


All times are GMT -5. The time now is 09:17 AM.