Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

     If the file already exists in <HOME>/.m2/ folder, then merge this file content into the existing file appropriately.

     Note Note: settings.xml entries are mandatory to include dependencies.

...

                        Maximum number of netconf servers that can run in a single machine(use default value present in the file, which is for a machine of 8 GB RAM)

                        (A single netconf server uses approximately 350MB).

...

                        Maximum number of machines available(use default value present in the file).

            e) GridSize:

                        The number of cells that can be accomodated accommodated along one side of the cluster for an autogenerated auto-generated layout.

                         Eg: A gridsize of 10 will have a 10x10 cluster dimension. Use  However, it has no relevance now, as the initial layout is generated from a file. So use default value as 1 for random simulation.

            f) strictValidateRansimAgentsAvailability:

                        A boolean value to check if any Ransim RAN-Sim agents are running (use default value present in the file).

            g) sdnrServerIp:

...

6. To form the cluster from dump file (random simulation) update the cell details in 'SIM_Ran_config.json'. A sample file is also included.

     File directory:

            <YOURFOLDER>/ransim/ransimctrlr/packages/base/src/files/install/servers/ransim/bin/SIM_Ran_config.json

...

8. Run the following three commands in the terminal -:

                        'mvn prepare-package'

...

9. Access the GUI using the following url in the web browser -:

                         ‘http://<yourIP>:8081/ransimui/index.html’

...

10. Access the swagger ui using the following url -:

                        ‘http://<yourIP>:8081/ransim/api/swagger-ui.html’

...

11. Try the following url in Websocket client extension in the web browser to verify the connectivity:

                        ‘ws://<yourIP>:8081/ransim/RansimAgent/hai’

...

1. Open the console and enter the following command -:

            'docker ps'

2. Once the container details is displayed enter the following command -:

            docker exec -it <CONTAINER ID> bash

3. Navigate to '/opt/app/policy/servers/ransim/logs' using the cd command.

4. Execute the following command to check the logs -:

            'tail -f ransim-rest.log'

...

1. Enter the following command in console to access mysql -:

            'mysql --user=root --password=secret --host=127.0.0.1 --port=43306 ransim_db'

2. Type 'show tables;' to check the and access the tables.


2. RAN

...

-Sim: Netconf-server(s) (agents) - Extended Honeycomb


3. PCI-Micro service

Cloning the chart repository  

...