(file) Return to init_repository CVS log (file) (dir) Up to [Pegasus] / pegasus / installs / scripts

File: [Pegasus] / pegasus / installs / scripts / Attic / init_repository (download)
Revision: 1.1, Wed Aug 25 04:43:06 2004 UTC (19 years, 10 months ago) by w.otsuka
Branch: MAIN
CVS Tags: pegasus25BeforeLicenseUpdate, SLPPERFINST-root, SLPPERFINST-branch, RELEASE_2_4_3, RELEASE_2_4_2, RELEASE_2_4_1-BETA3, RELEASE_2_4_1-BETA2, RELEASE_2_4_1-BETA1, RELEASE_2_4_1, RELEASE_2_4_0-RC3, RELEASE_2_4_0-RC2, RELEASE_2_4_0, RELEASE_2_4-root, RELEASE_2_4-branch, PEP217_PRE_BRANCH, PEP217_POST_BRANCH, PEP217_BRANCH, PEP214ROOT, PEP214BRANCH, PEP214-root, PEP214-branch, PEP213_SIZE_OPTIMIZATIONS, PEP-214B-root, PEG25_IBM_5_16_05, IBM_241_April1405, CHUNKTESTDONE_PEP140
PEP#: 188
TITLE: OpenPegasus 2.4 Packaging Definition for Selected Platforms

DESCRIPTION: Removed LanguageParser.h from SDK. Added CIM28 and Pegasus subdirectories to $PEGASUS_MOF_DIR.

#
#
# WARNING:
# This script can be run in order to re-create the repository.
# It will REMOVE the entire contents of any existing repository
# first, so care should be used when running this.
#

#
# GET RID OF THE OLD REPOSITORY ...
# Actually, you need to do this by hand without cimserver
# running, and then start up cimserver again.
#

##### rm -rf $PEGASUS_REPOSITORY_DIR

#
# CREATE CLEAN REPOSITORY ...
#

#
# The following are for the InterOp Namespace
#

INTEROPNS=root/PG_InterOp

$PEGASUS_BIN_DIR/cimmof -I$PEGASUS_MOF_DIR/CIM$PEGASUS_CIM_SCHEMA -n$INTEROPNS $PEGASUS_MOF_DIR/CIM$PEGASUS_CIM_SCHEMA/CIM_Core$PEGASUS_CIM_SCHEMA.mof
$PEGASUS_BIN_DIR/cimmof -I$PEGASUS_MOF_DIR/CIM$PEGASUS_CIM_SCHEMA -n$INTEROPNS $PEGASUS_MOF_DIR/CIM$PEGASUS_CIM_SCHEMA/CIM_Event$PEGASUS_CIM_SCHEMA.mof
$PEGASUS_BIN_DIR/cimmof -I$PEGASUS_MOF_DIR/Pegasus -n$INTEROPNS $PEGASUS_MOF_DIR/Pegasus/PG_InterOpSchema20.mof

#
# The following are for the Internal Namespace
#

INTERNALNS=root/PG_Internal

$PEGASUS_BIN_DIR/cimmof -I$PEGASUS_MOF_DIR/CIM$PEGASUS_CIM_SCHEMA -n$INTERNALNS $PEGASUS_MOF_DIR/CIM$PEGASUS_CIM_SCHEMA/Core$PEGASUS_CIM_SCHEMA\_Qualifiers.mof
$PEGASUS_BIN_DIR/cimmof -I$PEGASUS_MOF_DIR/Pegasus -n$INTERNALNS $PEGASUS_MOF_DIR/Pegasus/PG_InternalSchema20.mof

#
# The following are for the ManagedSystem Namespace
#

MANAGEDSYSTEMNS=root/cimv2

$PEGASUS_BIN_DIR/cimmof -I$PEGASUS_MOF_DIR/CIM$PEGASUS_CIM_SCHEMA -n$MANAGEDSYSTEMNS $PEGASUS_MOF_DIR/CIM$PEGASUS_CIM_SCHEMA/CIM_Schema$PEGASUS_CIM_SCHEMA.mof
$PEGASUS_BIN_DIR/cimmof -I$PEGASUS_MOF_DIR/Pegasus -n$MANAGEDSYSTEMNS $PEGASUS_MOF_DIR/Pegasus/PG_ManagedSystemSchema20.mof
$PEGASUS_BIN_DIR/cimmof -I$PEGASUS_MOF_DIR/Pegasus -n$INTEROPNS $PEGASUS_MOF_DIR/Pegasus/PG_ManagedSystemSchema20R.mof

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2