|
This appendix describes the steps required to install and configure CNOM and the supporting software in a new site.
To install and configure CNOM Version 1.2 and its supporting software, refer to the following sections. After you install each package, run /opt/cemf/bin/listCores
to make sure that no core dumps occurred. CNOM relies on application services of element managers and the CEMF framework to operate.
Before you install CNOM:
1. Install CEMF Release 3.0.4.
2. Choose option 1 Cisco Element Manager Framework - Server, and follow the prompts.
3. Install the appropriate CEMF Patches for your element managers (see the CNOM Release Notes).
4. Install element managers for the equipment in the network.
CNOM is comprised of a number of components, some of which are mandatory in all CNOM installations, while others are dependent on which element managers CNOM will be operating with. For example, if the network contains Cisco 6260 DSLAMs only, the CNOM package named CDMDmPkg is required, in addition to the mandatory CNOM packages DDMG, DDMGen and CNOMSync.
The CNOM installation process appears below.
Step 1 Copy the CNOM software package to /<folder-name> on CEMF Server <server-name> and prepare the package for installation by entering the following commands. You can copy the CNOM software package from http://www.cisco.com/cgi-bin/tablebuild.pl/cnom.
a. uncompress CDDM-1.2.1-pkg.tar.Z
b. tar -xvf CDDM-1.2.1-pkg.tar
Step 2 Install the CNOM run-time package. In the folder /<folder-name>/Domain on CEMF Server <server-name>, enter:
a. cd ../DDMG
b. ./cemfinstall
c. Choose Option 1DDMG Server Package and follow the prompts.
Step 3 Install Generic Primitives package. In the folder /<folder-name>/ on CEMF Server <server-name>, enter:
a. cd ../DDMGen
b. ./cemfinstall
c. Choose Option 1DDM Generic Primitives Server Package and follow the prompts.
Step 4 Install CNOMSync controller.
a. cd ../CNOMSync
b. ./cemfinstall
c. Choose Option 1Sync Manager Package and follow the prompts.
Step 5 Install CDM NOA package. In the folder /<folder-name>/ on CEMF Server <server-name>, enter:
a. cd ../CDMDmPkg
b. ./cemfinstall
c. Choose Option 1CDMDmPkg Manager Package and follow the prompts.
Follow the window prompts for removing packages.
Step 6 Install SCM NOA package (only if using Cisco 6400 UACs in the managed installation). In the folder /<folder-name>/ on CEMF Server <server-name>, enter:
a. cd ../C6400DMM
b. ./cemfinstall
c. Choose Option 1C6400 DMM Manager Package and follow the prompts.
Step 7 Install ATM QoS Package. In the /<folder-name>/ on CEMF Server <server-name>, enter:
a. cd ../ATMQOSP
b. ./cemfinstall
c. Choose Option 1ATM QOSP Manager Package and follow the prompts.
Step 8 Install CWM NOA. In the /<folder-name>/ on CEMF Server <server-name>, enter:
a. cd ../ATMDMM
b. ./cemfinstall
c. Choose Option 1ATMDMM Manager Package and follow the prompts.
Step 9 Update CEMF tables with Policy Information and start the CNOM gateway with this new information:
a. cd <
CEMF_ROOT>/bin
b. ./cemf shell
c. CEMF Manager ./policyFileParser
d. CEMF Manager ./sysmgrClient -k ddmGateway
e. CEMF Manager ./sysmgrClient -x ddmGateway
Note To find the version numbers of installed modules, use the ./cemf install -s command.
|
The CNOM man pages install automatically when CNOM is installed. To use the man pages, enter the following commands from the CEMF shell:
MANPATH=<cemf_dir>/doc/man:$MANPATH
export MANPATH
Now, executing the man or xman command will show CNOM man pages along with all the UNIX command man pages.
Note If you have problems removing a software package, try including the -skipportcheck option in the
command line (for example, ./cemf load -remove -skipportcheck CDMDmPkgm ).
|
To uninstall the CDM NOA package, run the following script from the CEMF directory:
./cemf load -remove CDMDmPkgm
To uninstall the SCM NOA package, run the following script from the CEMF directory:
./cemf load -remove C6400DMMm
To uninstall the CNOMSync controller, run the following script from the CEMF directory:
./cemf load -remove CNOMSyncm
To uninstall ATM DMM package, run the following script from the CEMF directory:
./cemf load -remove ATMDMMm
To uninstall the ATM QOSP package, run the following script from the CEMF directory:
./cemf load -remove ATMQOSPm
To uninstall the Generic Primitives package, run the following script from the CEMF directory:
./cemf load -remove DDMGenm
To uninstall the CNOM run-time package, run the following script from the CEMF directory:
./cemf install -remove DDMGm
Note The CNOM run-time package and the Generic Primitives package are mandatory installations required for any CNOM module. You can remove these packages only after removing individual CNOM modules, such as CDM NOA and SCM NOA. |
You can upgrade the CNOM modules in one of the following ways:
Note When you upgrade from CNOM Release 1.03 or 1.05, or CDM Release 3.1 or later, you must remove the Subtend package before you begin the upgrade. |
Caution Before you use the CEMF upgrade option, use the command ./cemf install -s to obtain a list of installed modules. Be sure that the modules you are trying to upgrade are present in the system before upgrading. If there are any modules not present in the system, you must use the install option for those particular modules (see the "Installing CNOM and Components" section). |
Step 1 Upgrade the CNOM run-time package. In the /<folder-name>/Domain directory of <server-name>, enter:
a. cd <
CNOM package directory>/DDMG/packages
b. /opt/cemf/bin/cemf load -skipportcheck DDMGm
Step 2 Upgrade the Generic Primitives package. In the /<folder-name>/Domain directory of <server-name>, enter:
a. cd <
CNOM package directory>/DDMGen/packages
b. /opt/cemf/bin/cemf load -skipportcheck DDMGenm
Step 3 Upgrade CDM NOA. In the /<folder-name>/Domain directory of <server-name>, enter:
a. cd <
CNOM package directory>/CDMDmPkg/packages
b. /opt/cemf/bin/cemf load -skipportcheck CDMDmPkgm
Step 4 Upgrade SCM NOA. In the /<folder-name>/Domain directory of <server-name>, enter:
a. cd <
CNOM package directory>/C6400DMM/packages
b. /opt/cemf/bin/cemf load -skipportcheck C6400DMMm
Step 5 Restart the system by entering:
a. ./cemf stop
b. ./cemf start
Posted: Wed Oct 2 07:43:41 PDT 2002
All contents are Copyright © 1992--2002 Cisco Systems, Inc. All rights reserved.
Important Notices and Privacy Statement.