Differences between revisions 1 and 2
Revision 1 as of 2006-10-26 15:56:38
Size: 727
Comment:
Revision 2 as of 2006-10-27 14:32:40
Size: 1592
Comment:
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:
into the operations and the CUS development databases. into both the operations and the CUS development databases.
Line 13: Line 13:
loadMIB --load PACS_MIB_TAG EGSE_MIB_TAG CDMSSIM_MIB_TAG loadMIB --loadmib PACS_MIB_TAG EGSE_MIB_TAG CDMSSIM_MIB_TAG
Line 17: Line 17:
loadMib --load=MIB_LABEL loadMib --loadmib=MIB_LABEL
Line 26: Line 26:
createInstrumentModel -create MIB_LABEL createInstrumentModel --create MIB_LABEL
Line 28: Line 28:

This command will create a new modifiable instrumentModel in the operations
database. The corresponding MIB will automatically associated with this new
instrumentModel.

The [:InstrumentModelLabel: instrumentModel label] in the database will be formed according the given
[:MibLabels: MibLabel]. If there is already an instrumentModel with this label the command
will fail. To create a new version use the ''--force'' option.
{{{
createInstrumentModel --create MIB_LABEL --force
}}}

To load the initial CUS definitions (procedures and table) two options exist. Either copy
the CUS definitions from an existing instrumentModel or use a tagged version from the CVS repository.

{{{
createInstrumentModel --loadcus=cvs=tagname instrumentModelLabel
}}}
or
{{{
createInstrumentModel --loadcus=instmodel=label instrumentModelLabel
}}}

Describe PACS/FM ILT Procedures/CCMprocedures here.

TableOfContents(2)

A new MIB (combination) is available and ready to be used

A single procedure named "loadMIB" is used to ingest the MIB into both the operations and the CUS development databases.

The MIB to be ingested can be specified in two different ways, either by the CVS MibTags or by the database MibLabels.

loadMIB --loadmib PACS_MIB_TAG EGSE_MIB_TAG CDMSSIM_MIB_TAG

or

loadMib --loadmib=MIB_LABEL

The MIB loading does not affect any ongoing operation. It can be executed at any time.

A new (modifiable) instrumentModel shall be created using new MIB definition

createInstrumentModel --create MIB_LABEL

This command will create a new modifiable instrumentModel in the operations database. The corresponding MIB will automatically associated with this new instrumentModel.

The [:InstrumentModelLabel: instrumentModel label] in the database will be formed according the given [:MibLabels: MibLabel]. If there is already an instrumentModel with this label the command will fail. To create a new version use the --force option.

createInstrumentModel --create MIB_LABEL --force

To load the initial CUS definitions (procedures and table) two options exist. Either copy the CUS definitions from an existing instrumentModel or use a tagged version from the CVS repository.

createInstrumentModel --loadcus=cvs=tagname instrumentModelLabel

or

createInstrumentModel --loadcus=instmodel=label instrumentModelLabel

Herschel: PACS/FM_ILT_Procedures/CCMprocedures (last edited 2009-07-15 14:32:38 by localhost)