temip_enroll(1) — Commands
NAME
temip_enroll − TeMIP Framework enrollment program
SYNOPSIS
temip_enroll [-f filename] -m application_name
temip_enroll [-r application_name]
temip_enroll [-u]
temip_enroll [-d]
DESCRIPTION
The temip_enroll command invokes the TeMIP Framework enrollment program. This program, depending on the option chosen, enrolls a new management module in the dispatch table, remove a management module from the dispatch table or only notifies all Management Modules of an update of the dispatch tables (-u flag).
The TeMIP Framework enrollment program must be used to define the services offered by a Management Module before any call can be made to this Management Module.
FLAGS
The following options are interpreted by temip_enroll :
-f filename
Defines the filename of the Management Module executable. This option can only be used in conjunction with the -m flag. By default, if this option is not specified, the Management Module executable image name is the same as the application name and the executable directory is the one specified by the environment variable MCC_MMEXE_LOCATION (default : /usr/mcc/mmexe).
-m application_name
Enrolls the TeMIP Management Module defined by application_name in the dispatch table. If the Management Module was already enrolled, a re-enrollment of the Management Module is done.
This option also notifies all local Management Modules that the dispatch tables have been updated.
-r application_name
Remove the TeMIP Management Module defined by application_name from the dispatch table.
This option also notifies all local Management Modules that the dispatch tables have been updated.
-u Notifies all Management Modules on the local system that the dispatch tables file has changed. This option is most useful when the dispatch tables file has been updated on another system and copied to the local one.
-d Dumps the containt of the dispatch table file. The following fields are printed : The application Id, the application name, the Application Type.
RESTRICTIONS
temip_enroll can only be run under super-user.
EXAMPLES
temip_enroll -f mcc_domain_fm -m domain_fm
enrolls the Management Module domain_fm in the TeMIP Framework dispatch table using the executable image /usr/mcc/mmexe/mcc_domain_fm
temip_enroll -f /my_local_directory/my_mm_exe -m my_mm
enrolls the Management Module my_mm in the TeMIP Framework dispatch table using the executable image /my_local_directory/my_mm_exe
temip_enroll -r my_mm
remove the Management Module my_mm from the TeMIP Framework dispatch table
FILES
/usr/mcc/mcc_system/mcc_dispatch_table.dat -- dispatch tables file
SEE ALSO
TeMIP Framework Use