Troubleshooting guide

%SYBASE%\RAX-15_5\bin\ra_admin.bat -vr myra.rs
On UNIX or Linux:
$SYBASE/RAX-15_5/bin/ra_admin.sh -vr myra.rs
where
myra.rs
is the path and name of the resource file.
Validation results are returned as either:
Response-file processing completed, or,
Response-file processing completed with errors
If any validation fails, the ra_admin utility returns an error message and information
about the failure. You can repeat the validation process as many times as necessary
until it executes without error. No entities are changed or created.
b) After the resource file has been validated, allow the
ra_admin
utility to create and
configure the Replication Agent instance, using the
-r
parameter.
On Windows:
%SYBASE%\RAX-15_5\bin\ra_admin.bat -r myra.rs
On UNIX or Linux:
$SYBASE/RAX-15_5/bin/ra_admin.sh -r myra.rs
where
myra.rs
is the path and name of the resource file.
Note: If, in your response file, you set start_instance to yes, your instance is also
running. If you set initialize_instance to yes, your instance is also initialized.
c) Creation results are returned as either:
Response-file processing completed
Or
Response-file processing completed with errors
See the
Replication Agent Administration Guide
.
5.
If, in your resource file, you set start_instance to yes, skip this step, and continue with the
next section. If your resource file did not configure start_instance to false, change to the
instance directory and run Replication Agent in the background.
On Windows:
cd %SYBASE%\RAX-15_5\myra
On UNIX or Linux:
cd $SYBASE/RAX-15_5/myra
Execute the RUN_myra file in the background.
Your Replication Agent for DB2 UDB is now running.
CHAPTER 6: DB2 UDB-to-SAP HANA Database Replication Setup
98 Replication Server