IBM Endpoint Manager, Version 9.0

Upload and archive manager settings

You can collect multiple files from Endpoint Manager clients into an archive and move them through the relay system to the server. This allows the Endpoint Manager Administrator to automatically log data from specific managed computers.

To do this, a new component called the Archive Manager has been added to the Endpoint Manager Client which can collect files periodically or on command. It passes the resultant compressed tar-ball to the Upload Manager on the Endpoint Manager Client. The Upload Manager has an input directory that queues the files for uploading.

The Upload Manager performs one upload operation at a time, moving the data in manageable chunks to reduce network traffic. It sends these chunks to the nearest Endpoint Manager relay or server, where the PostFile program reassembles the chunks back into the original file.

PostFile then passes the file up the chain, to the next Endpoint Manager relay or to its ultimate destination at the Endpoint Manager server. It again uses the Upload Manager to slice the file into chunks and send them on to the next PostFile program in the hierarchy. When the file finally arrives at the Endpoint Manager server, it is saved in a special directory location based on the ID of the client computer.

Along the way, both the Upload Manager and the PostFile program can alter the chunk size or throttle the upload speed to smooth out network traffic.

Note: When it encounters an unregistered Endpoint Manager Client, the Upload Manager pauses. This can happen for a variety of reasons, including a downed network, a busy server, or a disconnected client. As soon as the Endpoint Manager client can register with the Endpoint Manager system again, it restarts the Upload Manager and continues from where it stopped.


Feedback