vmware

 
Thread Tools Search this Thread
Operating Systems OS X (Apple) vmware
# 1  
Old 05-25-2009
vmware

I sorry for not being able to follow the rules.

Last edited by puertochico; 05-26-2009 at 10:08 AM..
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Ubuntu

problem with VMWare 7 1 4

Hi all I have a very big problem with ..... > VMWare Workstation 7.1.4 Closes abruptly >> If I do anything This video demonstrates the problem:: http://www.youtube.com/watch?v=n0OVSQY3LtI (0 Replies)
Discussion started by: aonallah
0 Replies

2. SuSE

problem with vmware

Dear Friends, I have been working with vmware and it was working welll until few days ago. I am still able to log myself in and start the virtual windows. However, the network connection to the host computer is gone and I am not able to copy my files from vmware to the host machine. At the... (1 Reply)
Discussion started by: chirag.joshi
1 Replies

3. Virtualization and Cloud Computing

Help with Vmrun in Vmware

Hi, I've set up Windows XP virtual machines on an Ubuntu host to perform certain automated tasks. I copy files from the Ubuntu machine over to the XP machines using vmrun, execute the files, and receive reports back. All this is done using bash. If the files I copy and run over in the vm... (3 Replies)
Discussion started by: r4v3n
3 Replies

4. AIX

AIX on VMWARE

Hello Every body, I will receive a workstation HP, with a processor Intel corei5, with Windows already installer. I project to install : 1)a Vmware 2)a serveur aix 3)a redhat server ... etc. My question is : 1) What kind of vmware should I install to support installation of an AIX... (3 Replies)
Discussion started by: mlaiti
3 Replies

5. SCO

Openserver 5.0.6 on VMware

Hi all, I'm looking for some friendly advice on running Openserver 5.0.6 on VMware. Does anybody fancy answering a few questions if I post them? ---------- Post updated at 02:14 PM ---------- Previous update was at 10:43 AM ---------- Well people are reading my post, so I'll try my questions!... (5 Replies)
Discussion started by: KevinGB
5 Replies

6. Virtualization and Cloud Computing

Hi VMware 7.1.1

Hi Gurus Can anyone please send a trial license of VMware 7.1.1. I install it in my machine. Thanks (2 Replies)
Discussion started by: andresguillen
2 Replies

7. Solaris

VMware ESX 3.5

Hi, I am going to install solaris cluster 3.2 in vmware esx 3.5 for demo, for cluster we need two different network interfaces for private and pubic connectivity, but we have single ethernet controller how to create two different ethernet instance name with single ethernet controller in vmware... (1 Reply)
Discussion started by: rajasekg
1 Replies

8. Solaris

VMware

Hi I want to install vmware on my laptop and get started by installing a Solaris 10 on it . Can aybody suggest any links, pdfs etc that describes the procedure step by step .The laptop is running windows Vista Thanks in advance (2 Replies)
Discussion started by: asalman.qazi
2 Replies

9. Solaris

Solaris And VMware

hello all I have prob with solaris 10 and vmware 5.5, 6.0 that befor it's good work and from yesterday when I try to add new vm in SCSI Controller from vmware it's Don't see any Hard Disk or controller when I used solaris 5 cd-cdrom and DVD version but when try to make vm with IDE controller... (0 Replies)
Discussion started by: Hosam
0 Replies

10. UNIX for Dummies Questions & Answers

vmware???????????????????

i got the rpm file and installed it but nothing happens i went to the cmd line and got the wizard to come up and finshed it but still no a thing will any body help me set this thing up i'm using mandrak9 (1 Reply)
Discussion started by: amicrawler2000
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)