Sponsored Content
Full Discussion: Script for VMWare ESX
Top Forums Shell Programming and Scripting Script for VMWare ESX Post 302418362 by pravin27 on Tuesday 4th of May 2010 04:07:33 AM
Old 05-04-2010
Hi,

Create a file with your output
Code:
vmware-cmd -l > /path/outputfile

Then use the below code.

Code:
#!/bin/sh

while read OUTPUT_LINE
do

vmware-cmd $OUTPUT_LINE create

done < /path/outputfile

 

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
LIBVMTOOLS(3)							   Open VM Tools						     LIBVMTOOLS(3)

NAME
libvmtools - vmware shared library DESCRIPTION
This is a shared library used by several Open VM Tools components, such as vmware-toolbox-cmd and vmtoolsd (and its plugins). SEE ALSO
vmware-checkvm(1) vmware-hgfsclient(1) vmware-toolbox(1) vmware-toolbox-cmd(1) vmware-user(1) vmware-xferlogs(1) libguestlib(3) vmware-guestd(8) vmware-hgfsmounter(8) vmware-user-suid-wrapper(8) vmci(9) vmhgfs(9) vmmemctl(9) vmsock(9) vmsync(9) vmxnet(9) vmxnet3(9) HOMEPAGE
More information about libvmtools and the Open VM Tools can be found at <http://open-vm-tools.sourceforge.net/>. AUTHOR
Open VM Tools were written by VMware, Inc. <http://www.vmware.com/>. This manual page was put together from homepage materials by Daniel Baumann <daniel.baumann@progress-technologies.net>, for the Debian project (but may be used by others). 2010.03.20-243334 2010-04-08 LIBVMTOOLS(3)
All times are GMT -4. The time now is 07:19 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy