Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

 

Creating a Test Database

 

If all the nodes come up correctly and see each other, you can create a test database with the DemoSetup.sh script.

To create a test database, on each management node:

  1. Log in as root. (You use both root and hadm accounts; using two windows makes this easier.)

  2. Stop the SBR Carrier node.

    1. Change directories to /opt/JNPRsbr/radius/.

    2. Execute:

      sbrd stop radius

  3. Log in (using the second window) as hadm.

  4. Create a database with the DemoSetup.sh script, using the default values.

    Execute: DemoSetup.sh

    For example:

    DemoSetup.sh

  5. Respond to the script prompts with yes.

    For example:

  6. In the hadm window, check the status of all nodes as they come online.

    /opt/JNPRsbr/radius/sbrd status

    Results similar to this example are displayed:

    Examine the line starting with “id=”, and verify that there are no references to starting, connecting, or not connected. Any of these references indicate the process has either not finished starting, or the node is not connected properly. You may need to execute the sbrd status command more than once because it only shows a snapshot of activity; the display does not refresh. Do not proceed to the next node until you are sure the process has started properly and the node is connected.