hi,
Assuming that you have the DSMO_NODE and password file setup correctly,
startup no mount database on the second node.
% rman
RMAN> connect target
RMAN> connect rcvcat <catalog info>
RMAN> allocate channel... # with correct env vars
RMAN> restore controlfile
RMAN> sql 'alter database mount'
RMAN> restore database
RMAN> recover database
regards,
Thiha
>Anyone having actually succesfully tested to restores backups taken with
>RMAN/TDP Oracle on a TSM server onto another node ?
>Looks like the (dsmc) restore command with fromnode, preceeded by a set
access
>command on the original system, is not available using RMAN/TDP?
>Someone on this list suggested to use the original systems TDPO password
file
>and pointing to the original system by setting DSMO_NODE and letting
>DSMI_CONFIG point to the correct stanza. Is this method valid ?
>Anyone having tested this setup or are there any other valid methods for
>achieving the same results ?