diff --git a/oamapps/mcsadmin/mcsadmin.cpp b/oamapps/mcsadmin/mcsadmin.cpp index 9133e5d41..0cd92e44e 100644 --- a/oamapps/mcsadmin/mcsadmin.cpp +++ b/oamapps/mcsadmin/mcsadmin.cpp @@ -5567,6 +5567,12 @@ int processCommand(string* arguments) break; } + if ( localModule != parentOAMModule ) { + // exit out since not on Parent OAM Module + cout << endl << "**** addModule Failed : only should be run on the Parent OAM Module, which is '" << parentOAMModule << "'" << endl; + break; + } + switch ( serverInstallType ) { case (oam::INSTALL_COMBINE_DM_UM_PM): {