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 >

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 stil

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 Isha G
ou 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 locally and manually and it works every time. I just >

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 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 i

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

2018-09-23 Thread Isha G
does not use any CPUs i am using -waitforcompletion switch and -ignoreSysPrereqs switch as well apart from -silent and responsefile On Sunday, September 23, 2018, Karl Auer wrote: > What exactly are you expecting to see "pop up"? > > Regards, K. > > > On Mon, Sep 24, 20

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

2018-09-23 Thread Isha G
onse 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 is waiting for manual input. > > You need a logfile showing the process... > > Regards, K. > > > On Mon, Sep 24, 20

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 pl

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

2018-09-21 Thread Isha G
. On Friday, September 21, 2018 at 4:44:17 PM UTC+5:30, Jean-Yves LENHOF wrote: > > 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, Is

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

2018-09-21 Thread Isha G
Oracle 12C hangs while doing unattended installation. setup.exe keeps on running and there is no progress with it on the Windows Server 2012. the tasks that I am using is : - name: install oracle 12c database win_command: c:\database\setup.exe -silent -waitforcompletion '-responseFile

Re: [ansible-project] Trying Oracle database download to windows server 2012

2018-09-18 Thread Isha G
Can you please paste the task that you used? On Tue, Sep 18, 2018 at 2:07 AM Jordan Borean wrote: > You can store the download on your own web server and use win_get_url from > there. The trouble isn't that Ansible is failing but that Oracle is hiding > the actual download behind a license

Re: [ansible-project] Trying Oracle database download to windows server 2012

2018-09-16 Thread Isha G
The file size is 3 GB so I will not be able to copy using win_copy or even if I do it's going to take long time as per the bandwidth. On Sunday, September 16, 2018, Jean-Yves LENHOF wrote: > > > Le 16/09/2018 à 16:59, Isha G a écrit : > > Hello Jonathan, > Thanks for the qu

Re: [ansible-project] Trying Oracle database download to windows server 2012

2018-09-16 Thread Isha G
"", " Exit code of OUI process 259=" ] Please help me with this. I am pretty new to ansible. I really like it and need help. I am trying to install this by copy from the url on windows and then running the setup.exe from the remote server. amazon ec2 or docker instances are

[ansible-project] Trying to download the Oracle db from url using win_get_url

2018-09-16 Thread Isha G
I am trying to download the Oracle 12c db zip file for win64 with win_get_url I am unable to figure out why it downloads a 5kb broken file with status as changed I am using Ansible 2.6.3 -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To

[ansible-project] Trying Oracle database download to windows server 2012

2018-09-16 Thread Isha G
I am trying to download Oracle 12c database installation zip file on windows server 2012 with Thier link. I get the changed message but the zip is just 5kb in size. How do I get the actual file and not this 5kb broken file. -- You received this message because you are subscribed to the Google