-
Notifications
You must be signed in to change notification settings - Fork 249
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
help needed for the oraswgi-install #169
Comments
also I have created a folder orarac (based on my host group) and the following files based on your example: GIdefault_gipass: xxxxx <<<<<<<<<<<<< is this grid os account password? DBdefault_dbpass: xxxxxx <<<<<<<<<<<< which is this password ? |
in the group_vars\orarac what should i put for oracle_vip since we have two vips , one for each node. here is the line from the response file from grid showing two vips |
last but not least error ,its asking for a response file , how do I get the response file ? its normally created when you install the grid or database , and in my case I am trying to install it . fatal: [dotstodb749]: FAILED! => {"changed": true, "cmd": "/u01/stage/12.1.0.2/grid/runInstaller -responseFile /u01/stage/rsp/grid-orarac.rsp -waitforcompletion -ignorePrereq The given response file /u01/stage/rsp/grid-orarac.rsp is not found. |
You should not have to touch anything under |
All these passwords are either ASM passwords or database passwords.
means that the |
Typically a |
The responsefile is generated based on your input and the used in that step. |
ok so in my case the response file is not being generated … how can I debug why ? |
I do have a response file from an installation and if I place it manually in /u01/stage/rsp/ then the installation continues. so I need to figure out why ansible scripts are not creating this response file on its own |
ok so issue is its not generating the response file even though the yml file has the entry to create it . TASK [oraswgi-install : install-home-gi | Setup response file for install (GI)] **************************************************************************** TASK [oraswgi-install : install-home-gi | Install Grid Infrastructure] ************************************************************************************* |
after hard coding the resp filename ,its creating the response file but now its failing with the following error, its not liking the LOCAL_ASM_STORAGE option TASK [oraswgi-install : install-home-gi | Install Grid Infrastructure] ************************************************************************************* |
A refactoring of existing inventory is planned for a later time. A good example is here: |
I have successfully setup ssh using your role orahost-ssh, now i am trying to use the role " - oraswgi-install"
in the directory /ansible-oracle-master/roles/oraswgi-install/ i have one file and three folders
1)clone.sh <<< what is this file for ?
2)defaults <<< do i have to use it and if yes then do i have to replace values for
"your.scan.address" , "-vip" , "oracle_is_net" ?
and what value should i give to oracle_ic_net?
oracle_scan: your.scan.address
oracle_vip: -vip
oracle_scan_port: 1521
oracle_ic_net: 3.3.3.{{ ansible_all_ipv4_addresses[0].split(".")[-1] }}
oracle_asm_init_dg: crs
3)tasks << do i have to modify any of the files here?
4)templates << do i have to modify any of the files here?
3)tasks << do i have to modify any of the files here?
4)templates << do i have to modify any of the files here?
The text was updated successfully, but these errors were encountered: