To schedule bulk maintenance using an XML file:
-
Open an XML editor.
Note:An XML template file, bulk-maint-sample.xml, is located in the conf/ics directory.
-
Create a file with the format:
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE ics_config SYSTEM "ics-config.dtd"> <ics_config version="2"> <maintconfig className = "Host" instanceName = "hostb" startYear = "2009" startMonth = "7" startDay = "11" startHour= "10" startMinute= "20" endYear = "2009" endMonth = "7" endDay = "11" endHour= "12" endMinute = "20"/> </ics_config>
-
Save and close the file.
Note:Save the file in the local/conf/ics directory.
-
Upload the file to the server.
“Loading the bulk maintenance XML file� on page 130 provides detailed information on uploading the XML file to the server.