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

Silently configure CRS on first node only: root.sh script failed #18

Closed
dfhawthorne opened this issue Apr 14, 2018 · 7 comments
Closed
Assignees
Labels
bug Something isn't working

Comments

@dfhawthorne
Copy link
Owner

dfhawthorne commented Apr 14, 2018

Full run of playbook (sites.yml) failed with:

TASK [oracle_gi : Run root.sh on first node] ***********************************
fatal: [redfern1.yaocm.id.au]: FAILED! => {"changed": true, "cmd": ["/opt/app/12.1.0/grid/root.sh"], "delta": "0:25:41.584772", "end": "2018-04-14 20:33:20.230517", "msg": "non-zero return code", "rc": 25, "start": "2018-04-14 20:07:38.645745", "stderr": "", "stderr_lines": [], "stdout": "Check /opt/app/12.1.0/grid/install/root_redfern1.yaocm.id.au_2018-04-14_20-07-38.log for the output of root script", "stdout_lines": ["Check /opt/app/12.1.0/grid/install/root_redfern1.yaocm.id.au_2018-04-14_20-07-38.log for the output of root script"]}
	to retry, use: --limit @/etc/ansible/ansible-ocm12c/sites.retry
@dfhawthorne dfhawthorne added the bug Something isn't working label Apr 14, 2018
@dfhawthorne dfhawthorne added this to the Install GI on REDFERN1 milestone Apr 14, 2018
@dfhawthorne dfhawthorne self-assigned this Apr 14, 2018
@dfhawthorne dfhawthorne added this to To do in REDFERN GI Cluster via automation Apr 14, 2018
@dfhawthorne
Copy link
Owner Author

@dfhawthorne
Copy link
Owner Author

Error message from log is:

Creation of ASM spfile in disk group failed. Following error occurred: ORA-29783: GPnP attribute SET failed with error [CLSGPNP_NOT_FOUND]

One (1) hit in My Oracle Support:
ORA-29783: GPnP attribute SET failed / CRS-2324:Errors occurred while trying to push GPnP profile (Doc ID 1556723.1)

@dfhawthorne dfhawthorne moved this from To do to In progress in REDFERN GI Cluster Apr 14, 2018
dfhawthorne added a commit that referenced this issue Apr 15, 2018
There is one (1) known issue:
1. Issue #18 (Silently configure CRS on first node only: root.sh script failed)
@dfhawthorne
Copy link
Owner Author

SR raised with My Oracle Support.

@dfhawthorne
Copy link
Owner Author

Reply from My Oracle Support for SR 3-17296642961:

Suggest you to check whether file wall is running in your system

$ systemctl status firewalld
$ cat /etc/sysconfig/selinux
SELINUX=enforcing <<<<<<<< check for this line

You need to stop firewall and set SELINUX=permissive. Please refer to "The root.sh Fails with ORA-29783:GPnP Attribute SET Failed With Error [CLSGPNP_NOT_FOUND] ( Doc ID 2180883.1 ) " and re-run root.sh

dfhawthorne added a commit that referenced this issue Apr 18, 2018
… only: root.sh script failed):

1. Created new task file, roles/oracle_gi/tasks/disable_firewall.yml
   1. Disables firewalld
   1. Sets SeLinux to run in permissive mode
1. Added task file to that of the ORACLE_GI role

These changes exposed a new issue with the start-up of the ASM instance.
@dfhawthorne
Copy link
Owner Author

Opened a new SR (3-17313136941 -- CLSN00107 during GI Configuration) for new failure during running of the root script.

@dfhawthorne
Copy link
Owner Author

Still working with Oracle Support on this issue.

@dfhawthorne
Copy link
Owner Author

I increased the memory for the REDFERN1 VM from 4164 MB to 8908 MB, and re-ran the root.sh script.

This time the run was successful.

SR 3-17313136941 has been closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Development

No branches or pull requests

1 participant