Previous section.

Systems Management: Reference Model

Systems Management: Reference Model
Copyright © 1997 The Open Group

Examples

This chapter contains examples of applying the Reference Model to real-world scenarios.

Backup and Restore

An administrator typically has a requirement to back up the system - which usually means the ability to save sufficient information about the current state of the system to enable all or selected parts of that state to be restored at some later time. It goes without saying that this should be achievable with the minimum of effort!

Most often in current practice, the backup is of files or file systems. However, the concept of backing up an application; e.g., a database, is also quite common. The notion of backing up a user is more abstract but is one that is not completely unknown in current practice.

Let us look at the major components that we might expect to find in a typical backup system. The most obvious component is some form of user interface which an administrator can use to initiate the backup or restoration processes. This interface would allow the user to select the data to be backed up or restored. Such a selection might be on the basis of date or name, for example. In order for a backup process to be useful there must be some component of the system which provides the repository for the backed-up data. Frequently this will be some for of magnetic tape or perhaps optical disk. Of course, there would be no point in having a backup system at all without the fundamental component of some form of data store to be backed up! Although at first sight it may appear that this is all that is required in a backup system, anyone who has had experience with managing the backup of large amounts of data will recognise the need for one other component: an inventory. Keeping track of which data is backed up to where is a significant administrative burden, so this task needs to be substantially automated in any reasonably featured backup system.

So, there are four basic components of our backup system:

Figure: Possible Components of a Backup and Restore Service
Of these components, the user interface is the place from where control originates. It is the backup application as far as the administrator sees it. The inventory is a necessary component for performing the overall backup task and it will obviously be used in the task of restoring data. It would also be useful for providing information for browsing. Thus while an administrator would perform separate backup and restore operations, perhaps using very different applications, the services of the inventory would be used by both. If we consider the data source, it would seem to be beneficial if all sources of data - files, databases, users or whatever - could be manipulated in similar ways by backup applications. It is probably meaningful to say "back up all Resources older than 3 weeks" whether the Resources in question are files, database records or user account details. Finally, it would be useful for an administrator to be shielded from unnecessary details as to whether the repository for backup data is half-inch magnetic tape, QIC-150 cartridge, or CD-WORM cassettes. A natural consequence of these arrangements is that it becomes desirable to encapsulate the details of inventory, source, and repository within well-defined interfaces.

So, how does this relate the management reference model as shown in Possible Components of a Backup and Restore Service ? In the backup system we have the following:

Figure: Application of the Reference Model
Within the context of the Reference Model, the backup and restore interfaces are Managers, a well-defined and encapsulated inventory service is an Application Service, and the data source and repository are Managed Objects.

The representation of the Inventory Service in the diagram illustrates the use of the Inventory Service. It is probable that such a service would also require to be managed, in which case the Inventory Service would appear in the Reference Model as a Managed Object. Such duality of purpose is well supported by the object-oriented techniques used to specify the Reference Model.

Modelling Resources as Managed Objects

There is considerable power in being able to define new Managed Objects to represent completely new Resources that represent the synthesis of Resources represented by other Managed Objects, thus providing different aggregations perhaps more suited to the needs of human users.

For example, consider a print room with the following equipment: two intelligent printers, a microcomputer serving as a print controller, all connected to a local area network drops.

Figure: Components of a Print Room Service

The printers provide management access to a few attributes such as number of print jobs processed (since reset), number of queued jobs, names and sizes of the queued jobs and the currently active job. The print controller might offer a LAN service that accepts print requests and then queues the print jobs to the printers according to certain policies.

Ignoring the network for the moment, it is not difficult to imagine each of the printers and the controller being encapsulated as Managed Objects for the purpose of management. However, one may consider a new virtual entity representing the print service as implemented by the devices in the print room. Such an object is virtual in that there is no single object that is implemented in the network. However, from a Manager's perspective there is a print service and there is an obvious desire to be able to manage this service as though it existed as a single Managed Object. Such an aggregation can be defined as a new Managed Object with its own methods. The new methods would be implemented by invoking the appropriate methods against the real Resources, and synthesize the results according to the aggregation representing the complete print service.

Note the positioning of the Managed Object in the basic reference model in Basic Reference Model . The example print service Managed Object would be accessed by the Manager using the communications service and other services.


Why not acquire a nicely bound hard copy?
Click here to return to the publication details or order a copy of this publication.

Contents Next section Index