Solaris And VMware


 
Thread Tools Search this Thread
Operating Systems Solaris Solaris And VMware
# 1  
Old 04-30-2008
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 it's work just for
DVD Version and cd version still not see any controller like IDE, SCSI
but when I add another hdd after I install solaris DVD on IDE like SCSi it's work please if any body know any info about this share this info with me please
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Solaris Templating on VMware

Hi, I have an interesting automation problem I'm working on, wondering if anyone has $0.02? I work in a locked down environment, and don't have access to AI Servers and such. I need to create a VMware Template with Solaris 11 using Packer - on the face of it, straight forward. However; 1.... (4 Replies)
Discussion started by: cdtaylor3
4 Replies

2. Solaris

Solaris 10 installed in vmware

I had no idea where I should post before i posting this . I have googled many many articles about how I share my host win 7 file into my vmware 9 solaris 10 system but what the solutions I found are all not work for me. for example VMware Communities: file sharing - Windows XP guest -...... (3 Replies)
Discussion started by: SSUUser
3 Replies

3. Solaris

Solaris on vmware rebooting itself

Hello Admins, I am facing an issue with Solaris system running/rebooting on vmware. It has VCS installed and configured. It is a 2nd node out of 3-node cluster. After long time I opened these 3 nodes to run. Rest 2 nodes are running OK. This 1 node is starting and rebooting itself. Attached... (4 Replies)
Discussion started by: snchaudhari2
4 Replies

4. Solaris

Solaris 9 on vmware wstation

l am trying to install solaris 9 on vmware workstation using iso dvd image. (downloaded). When the installation starts , it says "Network boot from AMD ....... client Mac addr:00 0C.... PXE-MOF: exiting intel PXE ROM.. Operating system not found.. I have vista on my laptop & iso image of... (10 Replies)
Discussion started by: snchaudhari2
10 Replies

5. Solaris

Solaris in vmware rebooting

Hello All, Solaris 10 which installed in Vmware workstation rebooting automatically and throwing the following error. Looks kernel thread issue, Need experts advice. Error: Warning: rpcmod:svc_default_stksize is set more than once in /etc/system/. "set rpcmod:svc_default_stksize =... (7 Replies)
Discussion started by: gowthamakanthan
7 Replies

6. Solaris

vmware on solaris 10

pls can someone direct me on the vmware product that i can install on solaris 10 (4 Replies)
Discussion started by: seyiisq
4 Replies

7. Solaris

vmware solaris oracle!!!!!!!

I heard that there is composed vmware, which has already installed solaris and oracle. Is there anybody know where to download it. Thx very much. I have searched it on google for really a long time and totally stopped here. Thx very much. (1 Reply)
Discussion started by: summer_cherry
1 Replies

8. UNIX for Advanced & Expert Users

Solaris installation using VMware

Hi All I have installed solaris 10 using VMware on my personal computer where the host operating system is Windows XP. After the installation i can see only one disk (c0t0) . ie the disk containing the boot partition . Is there any option that vmware installation gives me wherein i can... (1 Reply)
Discussion started by: ss250041
1 Replies

9. Solaris

Problem with USB - solaris 10 on VMware

I am running solaris 10 on VMware and I do not know how to setup the USB drive. After refer to few doc from sun still unable to get what i should do. Can someone help? On VMware I have added a USB controller. Oh yes, from prtconf and dmesg, it don't seem to reganize the usb controller. I... (0 Replies)
Discussion started by: ezsurf
0 Replies

10. UNIX for Dummies Questions & Answers

Problem installing Solaris 8 on VMware 2.0.3

Hi folks! i've just downloaded the three SOlaris 8 Free install-CDs, then went to install it in a VM on VMware 2.0.3, okay DCA and CD inserted, DCA configured all devices - THEN at the selection of the boot device - selected CD - getting DISK READ ERROR at sector 120. Can anyone help?!!!... (1 Reply)
Discussion started by: __kernelpanic
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)