Video Screencast Help
Search Video Help Close Back
to help
New in the Rewards Catalog: Vouchers for "Symantec Technical Specialist" and "Symantec Certified Specialist" exams.

Deploment Solution Import/Export XML file

Updated: 07 Jul 2009
Nelo's picture
0 0 Votes
Login to vote

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>