Hello
I need to re-initiate synchronization between a primary server and the RSS.
They re currently connected, active
prim:/prod/dbown>onstat -g cluster
...
Server ACKed Log Applied Log Supports Status
(log, page) (log, page) Updates
ids_tlv_rss 0,0 0,0 No ASYNC(RSS),Connected,Active
Do I need to first disconnect them completely and run the commands
On primary server
onmode -d add RSS rss_ha_alias
ontape -s -L 0 -t STDIO -F | ssh secondary_host ontape_RSS_restore.ksh
On RSS server
onmode -d RSS primary_ha_alias
Or, or just re-run the script
ontape -s -L 0 -t STDIO -F | ssh secondary_host
Thanks
Sam