Sun N1 Advanced Architecture for SAP Solutions 5.2.1 Installation Guide

Starting and Stopping the N1 AA Manager

Starting the N1 AA Manager

  1. Start PostgreSQL database as superuser.

    # /etc/init.d/n1aapgsql start


    Note –

    On Solaris 10, use the following command:


    # /usr/sbin/svcadm enable svc:/application/n1aapgsql:default
    

  2. Start Sun Web Console as superuser.

    # /usr/sbin/smcwebserver start

Stopping the N1 AA Manager

  1. Stop the Sun Web Console as superuser.

    # /usr/sbin/smcwebserver stop

  2. Stop PostgreSQL database as superuser.

    # /etc/init.d/n1aapgsql stop


    Note –

    On Solaris 10:


    # /usr/sbin/svcadm disable svc:/application/n1aapgsql:default