You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 5, 2018. It is now read-only.
Building using example vagrant file and box, it fails to install 12.1.0.2 due to diskspace requirements.
==> db1: Notice: /Stage[main]/Ora_rac::Db_master/Oradb::Database[EXAMPLE]/Exec[oracle database EXAMPLE]/returns: Look at the log file "/opt/oracle/cfgtoollogs/dbca/EXAMPLE.log"for further details.
==> db1: Error: dbca -silent -responseFile /install/database_EXAMPLE.rsp returned 1 instead of one of [0]
==> db1: Error: /Stage[main]/Ora_rac::Db_master/Oradb::Database[EXAMPLE]/Exec[oracle database EXAMPLE]/returns: change from notrun to 0 failed: dbca -silent -responseFile /install/database_EXAMPLE.rsp returned 1 instead of one of [0]
==> db1: Notice: /Stage[main]/Ora_rac::Db_master/Ora_rac::Ora_instance[EXAMPLE2]/Ora_init_param[SPFILE/instance_number:EXAMPLE2@EXAMPLE1]: Dependency Exec[oracle database EXAMPLE] has failures: true
==> db1: Warning: /Stage[main]/Ora_rac::Db_master/Ora_rac::Ora_instance[EXAMPLE2]/Ora_init_param[SPFILE/instance_number:EXAMPLE2@EXAMPLE1]: Skipping because of failed dependencies
==> db1: Notice: /Stage[main]/Ora_rac::Db_master/Ora_rac::Ora_instance[EXAMPLE2]/Ora_init_param[SPFILE/instance_name:EXAMPLE2@EXAMPLE1]: Dependency Exec[oracle database EXAMPLE] has failures: true
==> db1: Warning: /Stage[main]/Ora_rac::Db_master/Ora_rac::Ora_instance[EXAMPLE2]/Ora_init_param[SPFILE/instance_name:EXAMPLE2@EXAMPLE1]: Skipping because of failed dependencies
==> db1: Notice: /Stage[main]/Ora_rac::Db_master/Ora_rac::Ora_instance[EXAMPLE2]/File[/tmp/add_logfiles_2.sql]: Dependency Exec[oracle database EXAMPLE] has failures: true
==> db1: Warning: /Stage[main]/Ora_rac::Db_master/Ora_rac::Ora_instance[EXAMPLE2]/File[/tmp/add_logfiles_2.sql]: Skipping because of failed dependencies
==> db1: Notice: /Stage[main]/Ora_rac::Db_master/Ora_rac::Ora_instance[EXAMPLE2]/Ora_exec[@/tmp/add_logfiles_2.sql@EXAMPLE1]: Dependency Exec[oracle database EXAMPLE] has failures: true
==> db1: Warning: /Stage[main]/Ora_rac::Db_master/Ora_rac::Ora_instance[EXAMPLE2]/Ora_exec[@/tmp/add_logfiles_2.sql@EXAMPLE1]: Skipping because of failed dependencies
==> db1: Notice: /Stage[main]/Ora_rac::Db_master/Ora_rac::Ora_instance[EXAMPLE2]/Ora_tablespace[UNDOTBS2@EXAMPLE1]: Dependency Exec[oracle database EXAMPLE] has failures: true
==> db1: Warning: /Stage[main]/Ora_rac::Db_master/Ora_rac::Ora_instance[EXAMPLE2]/Ora_tablespace[UNDOTBS2@EXAMPLE1]: Skipping because of failed dependencies
==> db1: Notice: /Stage[main]/Ora_rac::Db_master/Ora_rac::Ora_instance[EXAMPLE2]/Ora_init_param[SPFILE/thread:EXAMPLE2@EXAMPLE1]: Dependency Exec[oracle database EXAMPLE] has failures: true
==> db1: Warning: /Stage[main]/Ora_rac::Db_master/Ora_rac::Ora_instance[EXAMPLE2]/Ora_init_param[SPFILE/thread:EXAMPLE2@EXAMPLE1]: Skipping because of failed dependencies
==> db1: Notice: /Stage[main]/Ora_rac::Db_master/Ora_rac::Ora_instance[EXAMPLE2]/Ora_init_param[SPFILE/undo_tablespace:EXAMPLE2@EXAMPLE1]: Dependency Exec[oracle database EXAMPLE] has failures: true
==> db1: Warning: /Stage[main]/Ora_rac::Db_master/Ora_rac::Ora_instance[EXAMPLE2]/Ora_init_param[SPFILE/undo_tablespace:EXAMPLE2@EXAMPLE1]: Skipping because of failed dependencies
==> db1: Notice: /Stage[main]/Ora_rac::Db_master/Ora_rac::Ora_instance[EXAMPLE2]/Ora_thread[2@EXAMPLE1]: Dependency Exec[oracle database EXAMPLE] has failures: true
==> db1: Warning: /Stage[main]/Ora_rac::Db_master/Ora_rac::Ora_instance[EXAMPLE2]/Ora_thread[2@EXAMPLE1]: Skipping because of failed dependencies
==> db1: Info: Creating state file /var/lib/puppet/state/state.yaml
==> db1: Notice: Finished catalog run in 1399.70 seconds
The SSH command responded with a non-zero exit status. Vagrant
assumes that this means the command failed. The output for this command
should be in the log above. Please read the output to determine what
went wrong.
rake aborted!
Command failed with status (1): [vagrant provision db1...]
Output from dbca log.
[root@db1 ~]# tail -10 /opt/oracle/cfgtoollogs/dbca/EXAMPLE.log
A database instance with Oracle system identifier(SID) "EXAMPLE1" already exists in oratab file. Specify another SID.
+DATA is shared across the cluster nodes.
+DATA does not have enough space. Required space is 6262 MB , available space is 4040 MB.
File Validations Successful.
+DATA is shared across the cluster nodes.
+DATA does not have enough space. Required space is 6262 MB , available space is 4040 MB.
File Validations Successful.
[root@db1 ~]#```bash
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Building using example vagrant file and box, it fails to install 12.1.0.2 due to diskspace requirements.
Output from dbca log.
The text was updated successfully, but these errors were encountered: