oravirt / vagrant-vbox-rac

Vagrant config to automatically build one or more Oracle RAC clusters
14 stars 8 forks source link

Failure on 11.2.0.3/11.2.0.4 #4

Open programetica opened 4 years ago

programetica commented 4 years ago

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 commented 4 years ago

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.