These are steps to get Nokia CM (Configuration Management) Data from to use with Boda.
NOKIA RAML Format (2G)
Exporting RAML_2G via GUI
- From the Citrix Program Neighborhood select:
Application Set Manager > NetAct OSS Application Set > NetAct StartPage. - From NetAct Start Page select Configuration > CM Operations Manager.
- Then in “CM Operations Manager” select Menu File > Export Actual Configuration.
- From the export window select BSC’s to include in CONFIG file.
- Select all object classes, under BSC tab.
- Specify export target file name, ensure that the drive selected is for your local machine or a location that you can ftp the file from.
- Finally, under export options select “Include related BTSM objects” and “Include SITE information”.
- Select Start to generate the XML file.
Exporting RAML_2G via CLI
NOKIA RAML Format (3G)
Exporting RAML_3G via GUI
- Launch “CM Operations Manager” and select Menu File > Export Actual Configuration.
- In the “Current Configuration Export” Window:
2.1 Uncheck ALL Objects.
2.2 In the RNC Tab, check All RNC objects.
2.3 In “Export Target”: define the name of output file. - Select Start to generate the XML file.
Exporting RAML_3G via CLI
TBD
NOKIA RAML Format (4G)
Exporting RAML_4G via GUI
- Launch “CM Operations Manager” and select Menu File > Export Actual Configuration.
- In the “Current Configuration Export” Window:
2.1 Uncheck ALL Objects.
2.2 In the LTE Tab, check All LTE objects.
2.3 In “Export Target”: define the name of output file. - Select Start to generate the XML file.
Exporting RAML_4G via CLI
- As the omc user, log in to a virtual machine where the scripting service is running.
- Execute the following command:
[omc]$ racclimx.sh -op Import_Export -fileFormat RAML2 -importExportOperation actualExport -fileName myFileName.xml -UIValues true.
Examples:
- omc> /opt/oss/bin/racclimx.sh -op Import_Export -fileFormat RAML2 -importExportOperation actualExport -fileName “Export_ALL_RC01_ui.xml” -UIValues true
- omc> /opt/oss/bin/racclimx.sh -op Import_Export -fileFormat RAML2 -importExportOperation actualExport -fileName “Export_ALL_RC01_internal.xml” -UIValues false
Resources