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

CLUVFY Fails with PRVG-10467 and 'resolv.conf Integrity' #29

Closed
dfhawthorne opened this issue May 10, 2018 · 7 comments
Closed

CLUVFY Fails with PRVG-10467 and 'resolv.conf Integrity' #29

dfhawthorne opened this issue May 10, 2018 · 7 comments
Assignees
Labels
bug Something isn't working

Comments

@dfhawthorne
Copy link
Owner

Failures were encountered during execution of CVU verification request "stage -pre crsinst"

Log is attached: cluvfy_2018_05_10.log

@dfhawthorne dfhawthorne added the bug Something isn't working label May 10, 2018
@dfhawthorne dfhawthorne added this to the Install GI on REDFERN1 milestone May 10, 2018
@dfhawthorne dfhawthorne self-assigned this May 10, 2018
@dfhawthorne dfhawthorne added this to To do in REDFERN GI Cluster via automation May 10, 2018
@dfhawthorne
Copy link
Owner Author

The Oracle 18.1 Error Messages Manual says:

PRVG-10467: The default Oracle Inventory group could not be determined.

Cause: An attempted Cluster Verification Utility (CVU) validation check failed because either the Oracle Inventory group could not be read from the inventory configuration file or the primary group could not be retrieved. This occurred because either the file did not exist, the property was not found, or the primary group was not found in the /etc/group file. Detailed failure information is provided in the accompanying error messages.

Action: Ensure that the inventory file exists and contains the Oracle Inventory property. On Linux and UNIX machines, verify that the primary group is found in the file /etc/group.

@dfhawthorne
Copy link
Owner Author

/opt/app/12.1.0/cluvfy/bin/cluvfy stage -pre crsinst -n $(hostname -s) -r 12.1 -verbose

Log is attached as cluvfy_2018_05_11_verbose.log

@dfhawthorne
Copy link
Owner Author

resolv.conf issue is caused by:

Verifying resolv.conf Integrity ...
  Node Name                             Status                  
  ------------------------------------  ------------------------
  redfern1                              passed                  

checking response for name "redfern1" from each of the name servers specified
in "/etc/resolv.conf"

  Node Name     Source                    Comment                   Status    
  ------------  ------------------------  ------------------------  ----------
  redfern1      192.168.1.252             IPv4                      passed    
  redfern1      192.168.1.1               IPv4                      failed    
Verifying resolv.conf Integrity ...FAILED

@dfhawthorne
Copy link
Owner Author

And the PRVG-10467 message does not appear in this log when I run the command as oracle!

@dfhawthorne
Copy link
Owner Author

dfhawthorne commented May 11, 2018

Tried using networks.yml to fix DNS problem. Got the following error messages:

TASK [oracle_gi : install needed network manager libs] *************************
changed: [redfern1.yaocm.id.au] => (item=[u'NetworkManager-glib'])

TASK [oracle_gi : Configure Public LAN Interface] ******************************
fatal: [redfern1.yaocm.id.au]: FAILED! => {"changed": false, "msg": "Error: Failed to modify connection 'eth0': No such method 'Update2'\n", "name": "eth0", "rc": 1}

@dfhawthorne
Copy link
Owner Author

Edited /etc/sysconfig/network-scripts/ifcfg-eth0 to remove offending DNS entry (on REDFERN1)

dfhawthorne added a commit that referenced this issue May 11, 2018
@dfhawthorne dfhawthorne moved this from To do to In progress in REDFERN GI Cluster May 11, 2018
dfhawthorne added a commit that referenced this issue May 11, 2018
@dfhawthorne
Copy link
Owner Author

Resolved through commit 04b2b14.

However, the PRVG-10467 message still appears while running the play-book, but not while running the cluvfy command interactively.

REDFERN GI Cluster automation moved this from In progress to Done May 11, 2018
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