How to use rehostuser on the same system?
(Doc ID 1418185.1)
Last updated on NOVEMBER 15, 2022
Applies to:
Oracle Communications Messaging Server - Version 7.0.0 and laterInformation in this document applies to any platform.
Goal
How to run rehostuser such that imsbackup gets piped directly to imsrestore without having to go thru ssh?
- rehostuser - https://docs.oracle.com/cd/E63708_01/doc.801/e63711/msadm_store_reference.htm#MSVAG2378
In this very specific scenario, both instances are running in a cluster and will be running on the same host during the move. Therefore, since it is all on the same system, having rehostuser invoke imsbackup, pipe to ssh, TCP connection to remote sshd, pipe to imsrestore; involves a few wasted steps. For the amount of data being moved in this specific case (millions of users on dozens of systems), that could add a considerable amount of time to the moves.
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |
Wrapper in place of ssh |
How to run rehostuser |
Explanation |