hykin power
2006-Nov-02 11:18 UTC
[CentOS] Step by step installing vmware server on centos
hi could you please give me a notes to install vmware server on centos i will be thank full to you thanx _________________________________________________________________ Get today's hot entertainment gossip http://movies.msn.com/movies/hotgossip?icid=T002MSN03A07001
> could you please give me a notes to install vmware server on centos i will > be thank full to you1.Download the rpm and register with vmware.com. 2.Install the rpm you just got. 3. Run vmware-config.pl 4. Fire up vmware. If you want more detail it would help if you told us which version of centos you were using, and for which architecture. -- During times of universal deceit, telling the truth becomes a revolutionary act. George Orwell
Mark Schoonover
2006-Nov-02 16:10 UTC
[CentOS] Step by step installing vmware server on centos
Jim Perrin wrote:>> could you please give me a notes to install vmware server on centos >> i will be thank full to you > > 1.Download the rpm and register with vmware.com. > 2.Install the rpm you just got. > 3. Run vmware-config.pl > 4. Fire up vmware. > > If you want more detail it would help if you told us which version of > centos you were using, and for which architecture.Jim and all, I've installed VMWare Server on CentOS 4.2, but I couldn't get the rpm to work properly for some reason. When I installed via tar.gz file, ran the scripts, things just worked. My HW is a dual Intel, 2GB RAM and all SCSI. It's pretty old, so I don't really remember the details... HTH Mark
hykin power wrote:> hi > > could you please give me a notes to install vmware server on centos i > will be thank full to you > >I have not verified these procedures, but I have included what our network admins used internally to deploy and manage vmware. Also, we tend to set up one template image and keep it powered off so we can "clone" it to quickly deploy a similar vm image. Dan Stoner Network Administrator Florida Museum of Natural History University of Florida ==========================================VMware Server Beta Installation Notes Last Updated: March 29, 2006 These instructions apply to the VMware server beta product installed on the base Centos 4.2 install. Download VMware The latest copy of VMware and the Management Interface (and an installation key) are available from http://vmware.com. Install The compat-db package is a prerequisit of the the Management Interface. If you install and attempt to start the interface without it, you will get no joy and no error messages. yum install compat-db rpm -Uvh VMware-server-e.x.p-22874.i386.rpm tar -xzf VMware-mui-e.x.p-22874.tar.gz cd vmware-mui-distrib ./vmware-install.pl -> FIXME: This does install but starting the service does nothing and not logging anywhere Configure 1. Run config script vmware-config.pl Accept the defaults. Note that VMware includes modules for the current Centos kernels so no compiler seems required yet. (Verify the modules before changing the kernel.) Because there is no compiler, the VmPerl scripting language will fail to build. Networking configuration is undefined. We don't have a standard yet. 2. Open firewall ports Open port 902 for the VMware console managment, ports 8222 and 8333 for the MUI and ports 5900-5910 for VNC connections to the guest images in /etc/sysconfig/iptables by adding the following lines below the one that opens port 22 for ssh: -A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 902 -j ACCEPT -A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 8222 -j ACCEPT -A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 8333 -j ACCEPT -A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 5900:5910 -j ACCEPT ========================================== Last Updated: March 29, 2006 Instructions for cloning a Linux VMware machine. 1. Copy directory to new directory 2. Rename *.vmx (`rename 'CentOS 4.3 Template' somenewname CentOS\ 4.3\ Template*') 3. Edit *.vmx * change "scsi0:0.fileName" (and any other disk device file names) * change "displayName" * change "ethernet0.generatedAddress" (and any other adaptors) (see note below) * change VNC port number if VNC is enabled 4. Rename *.vmdk 5. Edit .vmdk * change names of the extents 6. Rename *.vmsd 7. Edit disk and make it non-independant 8. Edit notes 9. Power on, generate new identifier 10. Change root password 11. Change hostname & networking Note that MAC address stability is not guaranteed with this method. For manually setting MAC addresses see: http://www.vmware.com/support/esx21/doc/esx21admin_MACaddress.html
Juan C. Valido
2006-Nov-02 18:06 UTC
[CentOS] Step by step installing vmware server on centos
I'm not to experienced in Linux but I've done that (on 4.4) just let the downloader install it and type vmware. It'll point you to the config file and just follow the instructions, even a windows guy like me could do that, I was sorprised to find it run smoother than in Windows Server 2003. Now if I could just figure out how to export a directory in NFS 3, I could test ESX Server without the expense of SCSI <GRIN> Original Message ----------------------- hi could you please give me a notes to install vmware server on centos i will be thank full to you thanx _________________________________________________________________ Get today's hot entertainment gossip http://movies.msn.com/movies/hotgossip?icid=T002MSN03A07001 _______________________________________________ CentOS mailing list CentOS at centos.org http://lists.centos.org/mailman/listinfo/centos