Appendix A: Remote Library Index File - Avaya Integrated Management Software Update

Hide thumbs Also See for Integrated Management:
Table of Contents

Advertisement

Appendix A: Remote Library Index File

This appendix provides an example of the structure of an index file you can create for use in the
remote software libraries accessed by Avaya Software Update Manager.
An index file is an XML file that you create and maintain with the information of the different
software update files stored on the remote server.
When an index file is present on a remote directory, the Avaya Software Update Manager reads
the index file and displays its contents to the Avaya Software Update Manager user. This
enables the user to view information on the software update files currently stored on the remote
server. With this list, the user can determine which files to download to update the specific
devices in the network.
The following is an example of the structure of an XML index file. You can use this example and
insert the relevant information for the files stored on your remote server.
<?xml version="1.0" ?>
<!--
FileServer contains File elements.
Attributes:
===========
description - The software library description.
-->
<FileServer description="1.0.0 - 01/26/04">
<!--
-->
<File name="p330tweb_4.5.2" version="4.5.2" contentLength="1491847"
contentType="Web Management">
<!--
File element:
Contains information for a specific file
Attributes:
===========
name
- The name of the file.
In case it is not in the root, add the relative path in
the beginning (e.g. name="p330/p330tweb_1.2.3")
version
- The version of the file.
contentLength - The size of the file in bytes.
contentType
- The type of the file (Image/Web Management/Boot Loader/
)
Issue 6 January 2008
101

Advertisement

Table of Contents
loading

Table of Contents