Searching the Help
To search for information in the Help, type a word or phrase in the Search box. When you enter a group of words, OR is inferred. You can use Boolean operators to refine your search.
Results returned are case insensitive. However, results ranking takes case into account and assigns higher scores to case matches. Therefore, a search for "cats" followed by a search for "Cats" would return the same number of Help topics, but the order in which the topics are listed would be different.
Search for | Example | Results |
---|---|---|
A single word | cat
|
Topics that contain the word "cat". You will also find its grammatical variations, such as "cats". |
A phrase. You can specify that the search results contain a specific phrase. |
"cat food" (quotation marks) |
Topics that contain the literal phrase "cat food" and all its grammatical variations. Without the quotation marks, the query is equivalent to specifying an OR operator, which finds topics with one of the individual words instead of the phrase. |
Search for | Operator | Example |
---|---|---|
Two or more words in the same topic |
|
|
Either word in a topic |
|
|
Topics that do not contain a specific word or phrase |
|
|
Topics that contain one string and do not contain another | ^ (caret) |
cat ^ mouse
|
A combination of search types | ( ) parentheses |
|
VMware Prerequisites
Before running any VMware jobs, you must complete the following prerequisites:
-
Credentials and Permissions
vCenter Server and ESX server require credentials (username and password) for login. In addition, you must have permissions for all entities being discovered to allow retrieval from the server. You should verify that you (and each authorized user) appear in the Permissions tab of each entity (host, cluster, virtual machine etc) in the VMware vSphere Client with, at least, a Read-Only role.
-
Installation of JAR Files
You must ensure the appropriate JAR file are installed on the Data Flow Probe machines. You may do this using Management Zones.
How to Install the JAR Files Using Management ZonesThis task consists of the following steps:
-
Download the vSphere Web Client SDK from:
http://developercenter.vmware.com/web/sdk/65/web-client
The required version is 5.1 or later.
-
Extract the files to a local folder. For example: C:\vsphere-client-sdk.
You install the jar files through an Inventory Discovery Activity. You may either create a new Inventory Discovery Activity, or edit an existing one.
-
Create a new Inventory Discovery Activity:
-
Go to Data Flow Management > Universal Discovery > Zone Based Discovery > Management Zones.
-
Select the appropriate Management Zone.
-
Click the button and select New Discovery Activity > Inventory.
The New Inventory Discovery Activity dialog box appears.
-
Create the activity and activate it by following the online prompts through the activity wizard.
On the Virtualization page, you must:
- Select Include virtualization topology.
- Under Discovery Options, select VMware SDK libraries.
- Click Import file The Import file dialog box appears.
- Select the vim25.jar file from the vsphere-client-sdk folder.
To edit an existing Inventory Discovery Activity:
-
Go to Data Flow Management > Universal Discovery > Zone Based Discovery > Management Zones.
-
Select the appropriate Management Zone.
-
Select the existing Inventory Discovery Activity.
-
Click the button.
The Edit Inventory Discovery Activity dialog box appears.
-
On the Virtualization page, complete the steps as described in step iv above.
-
How to Manually Install the JAR Files-
Download the vSphere Web Client SDK from:
http://developercenter.vmware.com/web/sdk/65/web-client
The required version is 5.1 or later.
- Extract the files to a local folder. For example: C:\vsphere-client-sdk.
- Get the vim25.jar file from the vsphere-client-sdk folder.
-
Put the vim25.jar file under:
<DataFlowProbe_Home>/runtime/probeManager/discoveryResources/vmware.
Note You must do this for each Data Flow Probe where VMware discovery is to run.
-
Restart the Data Flow Probe.
-