This command is available only for Oracle and Microsoft
SQL Server.
Changes the disk device path for a log device recorded in the RASD.
ra_devicepath device, dev_path
The device ID is the Oracle redo log “Group number.”
The path that points to the disk log device for the device specified in the device option.
Example 1
ra_devicepath 3,
d:\software\oracle\devices\redo001.log
This command specifies the disk device path to the log device ID “3” as:
d:\software\oracle\devices\redo001.log
When ra_devicepath is invoked, Replication Agent records the specified disk device path for the specified log device in the RASD.
To get information about log devices stored in the RASD, use the ra_helpdevice command.
If you invoke ra_updatedevices after you set a device path using ra_devicepath, you must use ra_devicepath again to re-set the path if you need to alter the default path for a log device. The default device path is the device path returned by the primary data server.
If you invoke ra_devicepath when the Replication Agent instance is in Replicating state, it returns an error.
The ra_devicepath command is valid only when the Replication Agent instance is in Admin state.