Starting an instance with the ra utility

When you start the Replication Agent with the ra utility, you can specify the instance start-up state. If you do not specify a start-up state when you invoke the ra utility, the Replication Agent instance starts in its default Admin state.

NoteYou must set the SYBASE environment before you invoke the Replication Agent ra utility. See “Preparing to use the utilities” for more information.

StepsTo start Replication Agent with the ra utility

  1. Open an operating system command window on the Replication Agent host machine.

  2. At the operating system prompt, navigate to the Replication Agent bin directory.

  3. In the Replication Agent bin directory, invoke the ra utility to start the Replication Agent instance:

    ra -iinst_name
    

    or

    ra -iinst_name -state
    

    where:

    For example, to start the Replication Agent instance named “my_ra” in Replicating state:

    ra -i my_ra -replicate
    

After you start the Replication Agent instance, you must open another operating system command window to log in to its administration port.

See “Using the ra utility” for more information.