Deployment Solution

 View Only

Deploment Solution Import/Export XML file 

Sep 29, 2008 04:53 PM

Deployment Solution 6.9 adds a new feature to import/export computers to an XML file.

The XML file contains the computer name, asset tag, serial number, UUID, NICs information. The most useful information is the computer group that the computer is a member.

Importing computers now allows importing an XML file and such file could now be modified to import multiple computers to computer groupings in the Deployment Console.

Import and Export computers is located under the File Menu - Deployment Solution Console.

The following is an example of one computer:

- <?xml version="1.0" encoding="utf-8" ?> 
- <computers ver="14" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" -xsi:noNamespaceSchemaLocation="computers.xsd">
- <computer>
- <name>RACK01C10</name> 
- <computer_name>RACK01C10</computer_name> 
- <asset_tag>2559471</asset_tag> 
- <serial_num>123419N4HJ</serial_num> 
- <uuid>{43567897-3432-5355-4538-31394E34484A}</uuid> 
- <nics>
- <nic>
- <nic_id>0</nic_id> 
- <macaddr>001F2964264A</macaddr> 
- <interfaces>
- <interface>
- <ip_addr>10.104.136.76</ip_addr> 
- </interface>
- </interfaces>
- </nic>
- </nics>
- <grouppath>
- <group>Marketing</group> 
- </grouppath>
- </computer>
- </computers>

Statistics
0 Favorited
0 Views
0 Files
0 Shares
0 Downloads

Tags and Keywords

Related Entries and Links

No Related Resource entered.