Sponsored Content
Full Discussion: Script for VMWare ESX
Top Forums Shell Programming and Scripting Script for VMWare ESX Post 302418373 by Scott on Tuesday 4th of May 2010 05:27:41 AM
Old 05-04-2010
Or alternatively:

Code:
vmware-cmd -l | xargs -I{} vmware-cmd {} create

 

6 More Discussions You Might Find Interesting

1. BSD

import freeBSD into VMWARE (ESX 3.5)

hi howto import physical freeBSD 7.0 into VMWARE (ESX 3.5) as a guest/virtual server ? can I use VMware Converter ? greetings ccc (3 Replies)
Discussion started by: ccc
3 Replies

2. Red Hat

Minicom with VMWare ESX Server

Hello! I have an ESX Server up and running. Now I want to connect a serial device to the COM Port. For that I need the minicom program. When I try "configure - make - make all" I get some errors. Can someone please explain to me, what the problems are: # ./configure checking for a... (3 Replies)
Discussion started by: Kickbit
3 Replies

3. Solaris

Solaris 10 Cluster on VMware ESX 3.5

Hello everybody, I'm trying to create a S10 cluster on ESX 3.5 servers but I have several problems. I use AMD Athtlon x64 CPU's on ESX servers and Solaris 10 U8 at my guest servers.. First and the most important problem, I dont know how to attach a RDM disk to Solaris 10. (Is it correct,... (1 Reply)
Discussion started by: shadowfaxxxx
1 Replies

4. 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

5. SuSE

SuSE 10 32bit Hardware interupts on VMWare ESX 4i

Hi! Does anyone know how a high percentage of Hardware Interrupts does affect a Linux system? any why does it generate hardware interrupts? The affected system is a SuSE 10.2 32bit running 2.6.16.60-0.33-vmi #1 SMP Fri Oct 31 14:24:07 UTC 2008 i686 i686 i386 GNU/Linux procinfo shows that... (2 Replies)
Discussion started by: Esaia
2 Replies

6. Virtualization and Cloud Computing

solaris virtual machine vmware esx

Hi All How would you send a solaris virtual machine in vmware esx, a break signal? :confused: (0 Replies)
Discussion started by: jakerock
0 Replies
OCF_HEARTBEAT_VMWARE(7) 					OCF resource agents					   OCF_HEARTBEAT_VMWARE(7)

NAME
ocf_heartbeat_vmware - Manages VMWare Server 2.0 virtual machines SYNOPSIS
vmware [start | stop | monitor | meta-data] DESCRIPTION
OCF compliant script to control vmware server 2.0 virtual machines. SUPPORTED PARAMETERS
vmxpath VMX configuration file path (required, string, no default) vimshbin vmware-vim-cmd executable path (optional, string, default /usr/bin/vmware-vim-cmd) SUPPORTED ACTIONS
This resource agent supports the following actions (operations): start Starts the resource. Suggested minimum timeout: 600. stop Stops the resource. Suggested minimum timeout: 600. monitor Performs a detailed status check. Suggested minimum timeout: 30. Suggested interval: 300. meta-data Retrieves resource agent metadata (internal use only). Suggested minimum timeout: 5. EXAMPLE
The following is an example configuration for a vmware resource using the crm(8) shell: primitive p_vmware ocf:heartbeat:vmware params vmxpath=string op monitor timeout="30" interval="300" depth="0" SEE ALSO
http://www.linux-ha.org/wiki/vmware_(resource_agent) AUTHOR
Linux-HA contributors (see the resource agent source for information about individual authors) resource-agents UNKNOWN 03/09/2014 OCF_HEARTBEAT_VMWARE(7)
All times are GMT -4. The time now is 10:21 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy