{section}
{column:width=25%}
{livesearch:spaceKey=xVM}
h6. [Index]
{column}
{column:width=75%}
h2. Manual Discovery
This discovery method uses a discovery file that you create and upload to the Sun xVM Ops Center Gear module. The file contains IP addresses for the servers that you want to discover.
You do not need to use a server's actual IP address. You can use an IP address that is on the same subnet as the server to be discovered. The IP address is used to route the work to the proxy that instantiates the manual server in the product.
Here's an example of a discovery file:
{code}
<?xml version='1.0' encoding='utf-8'?>
<servers>
<server name="server1" model="V20z" guid="123"
ipAddress="129.147.247.1" >
<ethernetPort name="GB_0" mac="00:09:3D:11:CC:0E"/>
</server>
<server name="server2" model="V20z" guid="123"
ipAddress="129.147.247.2" >
<ethernetPort name="GB_0" mac="00:0A:2D:11:AC:31"/>
</server>
</servers>
{code}
h4. To Discover Gear Manually
1. Create your discovery file.
2. From the Gear menu, select Manual Discovery.
The Manual Discovery wizard is displayed.
3. Follow the steps in the wizard.
{column}
{section}
{column:width=25%}
{livesearch:spaceKey=xVM}
h6. [Index]
{column}
{column:width=75%}
h2. Manual Discovery
This discovery method uses a discovery file that you create and upload to the Sun xVM Ops Center Gear module. The file contains IP addresses for the servers that you want to discover.
You do not need to use a server's actual IP address. You can use an IP address that is on the same subnet as the server to be discovered. The IP address is used to route the work to the proxy that instantiates the manual server in the product.
Here's an example of a discovery file:
{code}
<?xml version='1.0' encoding='utf-8'?>
<servers>
<server name="server1" model="V20z" guid="123"
ipAddress="129.147.247.1" >
<ethernetPort name="GB_0" mac="00:09:3D:11:CC:0E"/>
</server>
<server name="server2" model="V20z" guid="123"
ipAddress="129.147.247.2" >
<ethernetPort name="GB_0" mac="00:0A:2D:11:AC:31"/>
</server>
</servers>
{code}
h4. To Discover Gear Manually
1. Create your discovery file.
2. From the Gear menu, select Manual Discovery.
The Manual Discovery wizard is displayed.
3. Follow the steps in the wizard.
{column}
{section}