Changes the path to a log device recorded in the log device repository.
ra_devicepath device, dev_path
The name or device ID of a primary database log device.
The path to the primary database log device specified in the device option.
ra_devicepath logdev1, c:\sybase\devices\ase1\log1.dat
This command specifies the path to the log device named logdev1 as:
c:\sybase\devices\ase1\log1.dat
ra_devicepath 3, c:\sybase\devices\ase1\log1.dat
This command specifies the path to the log device ID 3 as:
c:\sybase\devices\ase1\log1.dat
When ra_devicepath is invoked, Mirror Replication Agent records the specified path for the specified primary database log device in the RASD log device repository.
To get information about log devices stored in the log device repository, 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 Mirror Replication Agent instance is in Replicating state, it returns an error.
The ra_devicepath command is valid only when the Mirror Replication Agent instance is in Admin state.