Example 7: Updating groups
A user wants to update the name of an existing group. That user created an XML file groupUpdate.xml, which contains the data for the users and their user names.
To complete this task, the following command line function is
called:
arsxml update -h ARCHIVE -u admin -i groupUpdate.xml
The file
groupUpdate.xml might look like this:
<?xml version="1.0" encoding="UTF-8"?>
<onDemand xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<group name="BigGroup" name="SmallGroup"/>
</onDemand>