run fs_clone in background mode in r12.2

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

run fs_clone in background mode in r12.2

kumar
Hi Erman,

Can we run fs_clone in background mode in r12.2?i mean using nohup.

Thank you
Reply | Threaded
Open this post in threaded view
|

Re: run fs_clone in background mode in r12.2

ErmanArslansOracleBlog
Administrator
Yes.
It will request your inputs, but you can supply them programmatically.
Take a look at the below post to get insipired.

http://ermanarslan.blogspot.com/2015/01/ebs-122-automatic-start-stop-scripts.html

You will write a script in the same way.. "in your case, you will do that to provide the necessary inputs to the adop utility) and then you will just write nohup in front of the adop command line , as an extra..
Or, you can also run your newly prepared script with nohup.. At this point, this is only a matter of choice.