2.3 Verifying the Deployment

2.3.1 Creating a Session

To access data from Operations Center, you must initiate a session first with a username and password.

To create a session:

  1. Go to

    http://OperationsCenter_Dashboard_Server:port/moweb2cn/rest/session?username=admin&password=formula
    

    The session is created and a valid XML document indicating success displays, as follows:

    <response>
       <value>OK</value>
    </response>
    

    Note that all parameter values should be URL encoded.

  2. If the validation displays, continue with Section 2.3.3, Viewing a List of Child Elements.

2.3.2 Verifying Whether a Session Has Been Created

To verify a session:

  1. Using any Web browser, go to:

    http://OperationsCenter_Dashboard_Server:port/moweb2cn/rest/ping
    

    If a session exists, the following validation displays:

    <response>
        <value>OK</value>
    </response>
    
  2. If the validation displays, continue with Section 2.3.3, Viewing a List of Child Elements.

2.3.3 Viewing a List of Child Elements

To view a list of child elements:

  1. To view a list of the child elements of the top-level Elements branch within Operations Center, go to

    http://OperationsCenter_Dashboard_Server:port/moweb2cn/rest/element/children/root=Elements
    
  2. Continue with Section 2.3.4, Verifying the Dashboard Infrastructure.

2.3.4 Verifying the Dashboard Infrastructure

To verify the Dashboard infrastructure:

  1. Log in to the dashboard.

    For instructions, see the Operations Center Dashboard Guide.

  2. Go to

    http://OperationsCenter_Dashboard_Server:port/ManagedObjectsPortlets/rest/element/children/root=Elements
    

    A listing of the Operations Center’s child elements of the top-level Elements branch displays.

    If a No context response is received, you are not logged into the context. You must issue a sign in request, such as: http://dashboardServer:dashboardPort/ManagedObjectsPortlets/rest/session?username=admin&password=formula

  3. Verify that the dashboard infrastructure exists and is correct.