Re: [ansible-project] Oracle 12C hangs with while doing unattended installation

2019-01-11 Thread goforawalktwice
See https://stackoverflow.com/questions/53244913/oracle-12c-client-install-hangs-silent-unattended On Tuesday, September 25, 2018 at 1:26:14 AM UTC+12, anonymus wrote: > > can you please share the blog link. (just for later reference in this > thread) > > On Monday, September 24, 2018 at

Re: [ansible-project] Oracle 12C hangs with while doing unattended installation

2018-09-24 Thread anonymus
can you please share the blog link. (just for later reference in this thread) On Monday, September 24, 2018 at 4:09:58 PM UTC+5:30, Isha G wrote: > > I have found a blog actually and I am working on it. > Thanks a lot for all the suggestions. > > On Mon, Sep 24, 2018 at 3:46 PM Isha G > >

Re: [ansible-project] Oracle 12C hangs with while doing unattended installation

2018-09-24 Thread Isha G
I have found a blog actually and I am working on it. Thanks a lot for all the suggestions. On Mon, Sep 24, 2018 at 3:46 PM Isha G wrote: > Hi, > Same thing happens with remote Powershell and I understand this may not be > Ansible issue. > Any suggestions? From Oracle 12 c side > > On Mon, Sep

Re: [ansible-project] Oracle 12C hangs with while doing unattended installation

2018-09-24 Thread Isha G
Hi, Same thing happens with remote Powershell and I understand this may not be Ansible issue. Any suggestions? From Oracle 12 c side On Mon, Sep 24, 2018 at 3:30 PM Isha G wrote: > Hi, > Thanks for the replies. > I have the same issues with the with remote powershell. > I still see 0% CPU

Re: [ansible-project] Oracle 12C hangs with while doing unattended installation

2018-09-24 Thread Isha G
Hi, Thanks for the replies. I have the same issues with the with remote powershell. I still see 0% CPU utilization. I am not sure how to move forward. I am still seeing the same issues. On Mon, Sep 24, 2018 at 1:40 AM Jordan Borean wrote: > It's very hard for us to help you in this situation

Re: [ansible-project] Oracle 12C hangs with while doing unattended installation

2018-09-23 Thread Will McDonald
In addition to Jordan's recommendations, have you created an oraInventory? I haven't automated the OUI on Windows but generally, on *nix platforms you need to manually create an empty OUI inventory with the appropriate ownerships and permissions. (You can work this out from a successful install

Re: [ansible-project] Oracle 12C hangs with while doing unattended installation

2018-09-23 Thread Jordan Borean
It's very hard for us to help you in this situation but basically it boils down to you running these checks and finding out what is causing the program to hang; * Use something like procexp to see if the setup.exe process is spawning any child processes that are running in the background *

Re: [ansible-project] Oracle 12C hangs with while doing unattended installation

2018-09-23 Thread Varun Chopra
For msi and exe packages - use win_package as a rule of thumb. If you still have issues with these, you can report an issue here https://github.com/ansible/ansible/issues because the module's supported by the community. win_command shouldn't be used for installations as it usually ends up in a

Re: [ansible-project] Oracle 12C hangs with while doing unattended installation

2018-09-23 Thread Isha G
For SQL we used win_command so I thought that should work for Oracle but it doesn't seem to work. Should I try through remote power shell ? On Sunday, September 23, 2018, Varun Chopra wrote: > That wasn't my question though. > > If you can run it remotely from another windows vm you should be

Re: [ansible-project] Oracle 12C hangs with while doing unattended installation

2018-09-23 Thread Varun Chopra
That wasn't my question though. If you can run it remotely from another windows vm you should be able to see where it breaks side-by-side. Also, is there a reason you're not using win_package? On Sunday, September 23, 2018 at 10:49:19 PM UTC+5:30, Isha G wrote: > > I have just tried it

Re: [ansible-project] Oracle 12C hangs with while doing unattended installation

2018-09-23 Thread Isha G
I have just tried it locally and manually and it works every time. I just created a couple of new Windows servers and installing it with ansible hangs again so it does not seem to be a cleanup issue. On Sunday, September 23, 2018, Varun Chopra wrote: > Can you install it remotely via

Re: [ansible-project] Oracle 12C hangs with while doing unattended installation

2018-09-23 Thread Varun Chopra
Can you install it remotely via invoke-command? -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to ansible-project+unsubscr...@googlegroups.com. To post to this

Re: [ansible-project] Oracle 12C hangs with while doing unattended installation

2018-09-23 Thread Isha G
Anyone else online? Please help with this issue. On Sunday, September 23, 2018, Isha G wrote: > Thanks for the quick reply. I see Oracle universal installer window open > up when I run this manually through power shell or command line. I didn't > see either anything popping up while installing

Re: [ansible-project] Oracle 12C hangs with while doing unattended installation

2018-09-23 Thread Isha G
Thanks for the quick reply. I see Oracle universal installer window open up when I run this manually through power shell or command line. I didn't see either anything popping up while installing through sensible nor is the installation moving forward. No app folder is created or setup.exe also

Re: [ansible-project] Oracle 12C hangs with while doing unattended installation

2018-09-23 Thread Karl Auer
What exactly are you expecting to see "pop up"? Regards, K. On Mon, Sep 24, 2018 at 1:05 AM, Isha G wrote: > I have tried it several times manually with proper cleanup and it has > worked everyone with this answer file. What I see while installing through > Ansible is it starts the setup.exe

Re: [ansible-project] Oracle 12C hangs with while doing unattended installation

2018-09-23 Thread Isha G
I have tried it several times manually with proper cleanup and it has worked everyone with this answer file. What I see while installing through Ansible is it starts the setup.exe but the other screen of command line Oracle universal installer doesn't pop up during installation through Ansible. Is

Re: [ansible-project] Oracle 12C hangs with while doing unattended installation

2018-09-23 Thread Karl Auer
Make sure that you have removed ALL Oracle-related environment variables and try it again manually. I reckon there is something that is NOT in the response file, but that is supplied via another channel such as an environment variable when you do it manually. It definitely sounds as if the setup

Re: [ansible-project] Oracle 12C hangs with while doing unattended installation

2018-09-23 Thread Isha G
Can someone please help? The system still gets stuck with setup.exe at 0 % CPU and keeps the installation of Oracle 12 c running. but it's not moving forward at all. On Fri, Sep 21, 2018 at 5:08 PM Isha G wrote: > Works when run manually. > Even with ansible, when we run the playbook the

Re: [ansible-project] Oracle 12C hangs with while doing unattended installation

2018-09-21 Thread Isha G
Works when run manually. Even with ansible, when we run the playbook the setup.exe is running but it's 0% CPU and I am not sure typically how long it would take for the installation would complete but hours on end it's just running on ansible. but locally it got completed within a few hours.

Re: [ansible-project] Oracle 12C hangs with while doing unattended installation

2018-09-21 Thread Jean-Yves LENHOF
Try running it without ansible... There's probably a requirement which is not OK, so the installer ask for input but it is not possible in ansible Le 21 septembre 2018 13:10:33 GMT+02:00, Isha G a écrit : >Oracle 12C hangs while doing unattended installation. > >setup.exe keeps on running and