Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failure on 11.2.0.3/11.2.0.4 #4

Open
programetica opened this issue Jul 31, 2019 · 1 comment
Open

Failure on 11.2.0.3/11.2.0.4 #4

programetica opened this issue Jul 31, 2019 · 1 comment

Comments

@programetica
Copy link

I revisited this today and tried out 11.2.0.3 after finding the install files in Oracle's support site and also with 11.2.0.4. The install went fine until I got to this error with either one. It doesn't seem to see the grid install file in the swrepo along with the other two install files:

TASK [oraswgi-install : install-home-gi | Extract files to stage-area (GI) (from remote location)] ***
failed: [racnode-dc1-1] (item={u'creates': u'grid/welcome.html', u'version': u'11.2.0.4', u'filename': u'p13390677_112040_Linux-x86-64_3of7.zip'}) => {"changed": false, "item": {"creates": "grid/welcome.html", "filename": "p13390677_112040_Linux-x86-64_3of7.zip", "version": "11.2.0.4"}, "msg": "Source '/media/swrepo/p13390677_112040_Linux-x86-64_3of7.zip' does not exist"}
failed: [racnode-dc1-2] (item={u'creates': u'grid/welcome.html', u'version': u'11.2.0.4', u'filename': u'p13390677_112040_Linux-x86-64_3of7.zip'}) => {"changed": false, "item": {"creates": "grid/welcome.html", "filename": "p13390677_112040_Linux-x86-64_3of7.zip", "version": "11.2.0.4"}, "msg": "Source '/media/swrepo/p13390677_112040_Linux-x86-64_3of7.zip' does not exist"}
to retry, use: --limit @/vagrant/extra-provision/ansible-oracle/vbox-rac-dc1.retry

@programetica
Copy link
Author

I got past this error, by changing hosts.yml to be like this (uncommented first line and commented out second line):

 - {src: swrepo, dest: /media/swrepo}
 #- {src: /Users/miksan/Downloads/oracle, dest: /media/swrepo}

The install goes along now until I hit the error that I posted in "Can't build 11.2.0.4". I found some Oracle material on that issue that I added to it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant