VMware 2.0 (Server branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News VMware 2.0 (Server branch)
# 1  
Old 10-08-2008
VMware 2.0 (Server branch)

VMware allows you to run 'virtual machines' inside a Linux host. It is not an emulator. It provides a virtual computer within the host which can boot whichever OS you decide to put on the filesystem image that is used as a harddrive. It will run DOS 6.22, Win 3.1, Win9x, WinNT/2000/XP/2003, Linux, Novell, and more. The only main requirement is a 400 MHz or better machine, along with lots of RAM (128M minimum, 256M recommended). License: Free To Use But Restricted Changes:
This major release introduces VI Web Access, VMware remote console, USB 2.0 device support, increased RAM support (8GB instead of 3.6GB per virtual machine), improved 64-bit guest support, native 64-bit host support on Linux, quiesced backups of virtual machines, a VMCI Sockets interface, and hot add and remove for SCSI hard disks. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. AIX

AIX Server - Need to set up VMWare

Hi experts, We are faced with a dilemma - we have a AIX server for educational purposes. We had some Oracle applications running on them. The management decided not to extend the warranty, so we are left with a server that we cannot upgrade immediately. I was wondering if we could set up... (2 Replies)
Discussion started by: ranj@chn
2 Replies

2. Linux

VMWare Server on FC13

Can someone provide some assistance with this. I'm trying to install vmware server but it's not going so well. $ uname -a Linux testunix 2.6.33.6-147.2.4.fc13.i686.PAE #1 SMP Fri Jul 23 17:21:06 UTC 2010 i686 i686 i386 GNU/Linux # vmware-config.pl Making sure services for VMware Server are... (1 Reply)
Discussion started by: doublejz
1 Replies

3. Red Hat

best config for vmware server

Hi All, I have a test to do. Run another redhat on top of redhat ent 4 AS. So I need to run vmware server linux version. My worry is that the physical server have so many big application on it but it's also test apps. Sorry in tight budget... It have a big memory, disk, etc. Two ips. ... (3 Replies)
Discussion started by: itik
3 Replies

4. Linux

Help installing VMWARE SERVER 2.0

Hello I am trying to install VMWARE in Ubuntu 8.10 and I have two issues. VMWARE server wants to compile modules to work with my kernel one them gives an error. What do I do: None of the pre-built vsock modules for VMware Server is suitable for your running kernel. Do you want this program... (1 Reply)
Discussion started by: mojoman
1 Replies
Login or Register to Ask a Question
PMDAVMWARE(1)						       Performance Co-Pilot						     PMDAVMWARE(1)

NAME
pmdavmware - VMware performance metrics domain agent (PMDA) DESCRIPTION
pmdavmware is a Performance Metrics Domain Agent (PMDA) which exports metric values from a (possibly remote) VMware virtualisation host. This implementation uses the VMare Perl API (refer to the online docs at http://www.vmware.com/support/developer/viperltoolkit). VIPerl is a prerequisite for this PMDA, it needs to be installed and configured before attempting to use this agent. It is highly recommended that you test your VIPerl installation using the demo programs that are shipped with VIPerl, before attempting to use this PMDA. INSTALLATION
In order to access performance data using the VIPerl API, it is necessary to be able to login to the metrics source. Hence, a valid VMware server name, user name and pass word are needed by the PMDA. These can be passed in on the command line (via the pmcd.conf file) or via a vmware.conf file in the PMDA directory. # cd $PCP_PMDAS_DIR/vmware # [ edit vmware.conf ] This file should contain three lines, such as: $server = 'vm.server.net'; $username = 'XXXX'; $password = 'YYYY'; Once this is setup, you can access the names and values for the vmware performance metrics by doing the following as root: # cd $PCP_PMDAS_DIR/vmware # ./Install If you want to undo the installation, do the following as root: # cd $PCP_PMDAS_DIR/vmware # ./Remove pmdavmware is launched by pmcd(1) and should never be executed directly. The Install and Remove scripts notify pmcd(1) when the agent is installed or removed. FILES
$PCP_PMDAS_DIR/vmware/vmware.conf configuration file for the pmdavmware agent $PCP_PMDAS_DIR/vmware/Install installation script for the pmdavmware agent $PCP_PMDAS_DIR/vmware/Remove undo installation script for the pmdavmware agent $PCP_LOG_DIR/pmcd/vmware.log default log file for error messages from pmdavmware SEE ALSO
pmcd(1). 3.8.10 Performance Co-Pilot PMDAVMWARE(1)