DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 
DMI 2.0 Installation and release notes

Known problems and limitations

This section contains information on:

Limitations

This version of DMI-SP supports only DMI 2.0. It does not support:

Adding and deleting components

Any user can add or delete components to or from the MIF database, using the rma2 command. You do not need to be logged on as root to do this.

Deleting, then re-adding a component to the MIF database does not cause the component to have the same component ID assigned. Component IDs do not get re-assigned. When components are removed from the MIF database, the MIF database does not shrink in size. Consequently the MIF database continues to grow in size as MIF files are added.

If you need to shrink the MIF database, you may do so manually by performing the following procedure as root:

  1. Stop the DMI service Provider by entering:

    dmi stop

  2. Restart the Service Provider using the recreate database option:

    dmi start -r

For a large database, this procedure can take several minutes. See dmi(1M) for further information.

Shared memory segments

The default UnixWare operating system configuration should allow at least 12 simultaneous DMI client sessions. If you want more than 12 clients, you should read the following information and adjust SHMMNI and SHMSEG according to the formula.

The following kernel tunables are affected by DMI:


SHMMNI
maximum number of shared memory IDs (system wide)

SHMSEG
maximum number of attached shared memory segments per process
During installation, SHMMNI is set to 200 only if it is currently set to a smaller value. SHMSEG is set to its maximum value of 8192.

The DMI Service Provider itself creates three shared memory segments for internal use; each component instrumentation creates one shared memory segment, and each management application creates one shared memory segment. Therefore the total number of shared memory segments used by DMI applications can be calculated using the formula:

Total used by DMI = 3 + NCI + NMA

where NCI is the number of component instrumentations and NMA is the number of management applications.

The maximum number of simultaneous ``clients'' on the host is equal to the sum of NMA and NCI.


Next topic: Non-SCO web pages
Previous topic: Installing new MIF files into the MIF database

© 2004 The SCO Group, Inc. All rights reserved.
UnixWare 7 Release 7.1.4 - 27 April 2004