From a time long ago – https://mdinh.wordpress.com/2016/12/04/toys-for-when-you-i-are-bored/
With help from oravirt, I was able to install RAC VMs.
At this point, only the VM servers have been created and GI/DB are not installed; that’s coming up at some point.
Some clarification for setup=standard vagrant provision
setup=standard
(shell environment variable)
vagrant provision
(executable)
This is where the confusion was at first.
falcon@falconidae MINGW64 /e/racattack-ansible-oracle (master)
$ setup=standard vagrant provision
collabn2 eth1 lanip :192.168.78.52
collabn2 eth2 privip :172.16.100.52
collabn2 dns server role is slave
collabn1 eth1 lanip :192.168.78.51
collabn1 eth2 privip :172.16.100.51
======================================================================
E:\racattack-ansible-oracle>setup=standard vagrant provision
'setup' is not recognized as an internal or external command,
operable program or batch file.
E:\racattack-ansible-oracle>
Follow https://github.com/racattack/racattack-ansible-oracle
There were some errors but seems to be working fine.
Note: I used Git Bash this time around vs Window CMD.
One improvements I would make if I ever or whenever get good enough on the subject is to have shared folders for linuxamd64_12102*.zip use existing locations.
The way most vagrants are configure, will need multiple copies of the same binaries.
Alternatively, edit VM shared folder manually.
falcon@falconidae MINGW64 /e $ git clone --recursive https://github.com/racattack/racattack-ansible-oracle Cloning into 'racattack-ansible-oracle'... remote: Counting objects: 320, done. Receiving objects: 79%remote: Total 320 (delta 0), reused 0 (delta 0), pack-reused 320 Receiving objects: 100% (320/320), 52.22 KiB | 0 bytes/s, done. Resolving deltas: 100% (210/210), done. Submodule 'stagefiles/ansible-oracle' (https://github.com/oravirt/ansible-oracle) registered for path 'stagefiles/ansible-oracle' Cloning into 'E:/racattack-ansible-oracle/stagefiles/ansible-oracle'... remote: Counting objects: 2061, done. remote: Compressing objects: 100% (8/8), done. remote: Total 2061 (delta 1), reused 0 (delta 0), pack-reused 2052 Receiving objects: 100% (2061/2061), 517.76 KiB | 0 bytes/s, done. Resolving deltas: 100% (954/954), done. Submodule path 'stagefiles/ansible-oracle': checked out '00651e0caf9a876fcefe51d21e44a6e78c313e76' ====================================================================== falcon@falconidae MINGW64 /e $ cd racattack-ansible-oracle falcon@falconidae MINGW64 /e/racattack-ansible-oracle (master) $ ls -l total 20 drwxr-xr-x 1 falcon 197121 0 Mar 26 05:45 12cR1/ -rw-r--r-- 1 falcon 197121 3863 Mar 26 05:45 README.md drwxr-xr-x 1 falcon 197121 0 Mar 26 05:45 stagefiles/ -rw-r--r-- 1 falcon 197121 9706 Mar 26 05:45 Vagrantfile falcon@falconidae MINGW64 /e/racattack-ansible-oracle (master) $ vi Vagrantfile falcon@falconidae MINGW64 /e/racattack-ansible-oracle (master) $ ls -l 12cR1/*.zip -rw-r--r-- 1 falcon 197121 1673544724 Mar 25 13:20 12cR1/linuxamd64_12102_database_1of2.zip -rw-r--r-- 1 falcon 197121 1014530602 Mar 25 13:32 12cR1/linuxamd64_12102_database_2of2.zip -rw-r--r-- 1 falcon 197121 1747043545 Mar 25 13:44 12cR1/linuxamd64_12102_grid_1of2.zip -rw-r--r-- 1 falcon 197121 646972897 Mar 25 13:42 12cR1/linuxamd64_12102_grid_2of2.zip ====================================================================== falcon@falconidae MINGW64 /e/racattack-ansible-oracle (master) $ vagrant status collabn2 eth1 lanip :192.168.78.52 collabn2 eth2 privip :172.16.100.52 collabn2 dns server role is slave on first boot shared disks will be created, this will take some time collabn1 eth1 lanip :192.168.78.51 collabn1 eth2 privip :172.16.100.51 collabn1 dns server role is master Current machine states: collabn2 not created (virtualbox) collabn1 not created (virtualbox) This environment represents multiple VMs. The VMs are all listed above with their current state. For more information about a specific VM, run `vagrant status NAME`. ====================================================================== falcon@falconidae MINGW64 /e/racattack-ansible-oracle (master) $ vagrant up collabn2 eth1 lanip :192.168.78.52 collabn2 eth2 privip :172.16.100.52 collabn2 dns server role is slave on first boot shared disks will be created, this will take some time collabn1 eth1 lanip :192.168.78.51 collabn1 eth2 privip :172.16.100.51 collabn1 dns server role is master Bringing machine 'collabn2' up with 'virtualbox' provider... Bringing machine 'collabn1' up with 'virtualbox' provider... ==> collabn2: Box 'kikitux/oracle6-racattack' could not be found. Attempting to find and install... collabn2: Box Provider: virtualbox collabn2: Box Version: >= 0 ==> collabn2: Loading metadata for box 'kikitux/oracle6-racattack' collabn2: URL: https://atlas.hashicorp.com/kikitux/oracle6-racattack ==> collabn2: Adding box 'kikitux/oracle6-racattack' (v16.01.01) for provider: virtualbox collabn2: Downloading: https://atlas.hashicorp.com/kikitux/boxes/oracle6-racattack/versions/16.01.01/providers/virtualbox.box collabn2: ==> collabn2: Successfully added box 'kikitux/oracle6-racattack' (v16.01.01) for 'virtualbox'! ==> collabn2: Importing base box 'kikitux/oracle6-racattack'... ==> collabn2: Matching MAC address for NAT networking... ==> collabn2: Checking if box 'kikitux/oracle6-racattack' is up to date... ==> collabn2: Setting the name of the VM: collabn2.1703260556 ==> collabn2: Fixed port collision for 22 => 2222. Now on port 2200. ==> collabn2: Clearing any previously set network interfaces... ==> collabn2: Preparing network interfaces based on configuration... collabn2: Adapter 1: nat collabn2: Adapter 2: hostonly collabn2: Adapter 3: hostonly ==> collabn2: Forwarding ports... collabn2: 22 (guest) => 2200 (host) (adapter 1) ==> collabn2: Running 'pre-boot' VM customizations... ==> collabn2: Booting VM... ==> collabn2: Waiting for machine to boot. This may take a few minutes... collabn2: SSH address: 127.0.0.1:2200 collabn2: SSH username: vagrant collabn2: SSH auth method: private key collabn2: Warning: Remote connection disconnect. Retrying... ==> collabn2: Machine booted and ready! [collabn2] GuestAdditions versions on your host (5.1.18) and guest (5.0.0) do not match. Loaded plugins: security !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Setting up Install Process http://public-yum.oracle.com/repo/OracleLinux/OL6/UEK/latest/x86_64/repodata/repomd.xml: [Errno 14] PYCURL ERROR 6 - "Couldn't resolve host 'public-yum.oracle.com'" Trying other mirror. http://public-yum.oracle.com/repo/OracleLinux/OL6/addons/x86_64/repodata/repomd.xml: [Errno 14] PYCURL ERROR 6 - "Couldn't resolve host 'public-yum.oracle.com'" Trying other mirror. http://public-yum.oracle.com/repo/OracleLinux/OL6/latest/x86_64/repodata/repomd.xml: [Errno 14] PYCURL ERROR 6 - "Couldn't resolve host 'public-yum.oracle.com'" Trying other mirror. Could not get metalink https://mirrors.fedoraproject.org/metalink?repo=epel-6&arch=x86_64 error was 14: PYCURL ERROR 6 - "Couldn't resolve host 'mirrors.fedoraproject.org'" !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Package kernel-uek-devel-2.6.39-400.250.9.el6uek.x86_64 already installed and latest version Package gcc-4.4.7-16.el6.x86_64 already installed and latest version Package 1:make-3.81-20.el6.x86_64 already installed and latest version Package 4:perl-5.10.1-141.el6.x86_64 already installed and latest version Package bzip2-1.0.5-7.el6_0.x86_64 already installed and latest version Nothing to do ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Copy iso file D:\Program Files\Oracle\VirtualBox\VBoxGuestAdditions.iso into the box /tmp/VBoxGuestAdditions.iso Installing Virtualbox Guest Additions 5.1.18 - guest version is 5.0.0 Verifying archive integrity... All good. Uncompressing VirtualBox 5.1.18 Guest Additions for Linux........... VirtualBox Guest Additions installer Removing installed version 5.0.0 of VirtualBox Guest Additions... Stopping VirtualBox Additions [FAILED] (Cannot unload module vboxguest) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Removing existing VirtualBox non-DKMS kernel modules[ OK ] [ OK ] VirtualBox Guest Addition service [ OK ] Copying additional installer modules ... Installing additional modules ... vboxadd.sh: Building Guest Additions kernel modules. vboxadd.sh: You should restart your guest to make sure the new modules are actually used. vboxadd.sh: Starting the VirtualBox Guest Additions. Could not find the X.Org or XFree86 Window System, skipping. Got different reports about installed GuestAdditions version: Virtualbox on your host claims: 5.0.0 VBoxService inside the vm claims: 5.1.18 Going on, assuming VBoxService is correct... Got different reports about installed GuestAdditions version: Virtualbox on your host claims: 5.0.0 VBoxService inside the vm claims: 5.1.18 Going on, assuming VBoxService is correct... ==> collabn2: Checking for guest additions in VM... collabn2: The guest additions on this VM do not match the installed version of collabn2: VirtualBox! In most cases this is fine, but in rare cases it can collabn2: prevent things such as shared folders from working properly. If you see collabn2: shared folder errors, please make sure the guest additions within the collabn2: virtual machine match the version of VirtualBox you have installed on collabn2: your host and reload your VM. collabn2: collabn2: Guest Additions Version: 5.0.0 collabn2: VirtualBox Version: 5.1 ==> collabn2: Setting hostname... ==> collabn2: Configuring and enabling network interfaces... ==> collabn2: Mounting shared folders... collabn2: /vagrant => E:/racattack-ansible-oracle collabn2: /media/sf_12cR1 => E:/racattack-ansible-oracle/12cR1 ==> collabn2: Detected mount owner ID within mount options. (uid: 54320 guestpath: /media/sf_12cR1) ==> collabn2: Detected mount group ID within mount options. (gid: 54321 guestpath: /media/sf_12cR1) collabn2: /media/stagefiles => E:/racattack-ansible-oracle/stagefiles ==> collabn2: Detected mount group ID within mount options. (gid: 54321 guestpath: /media/stagefiles) ==> collabn2: Running provisioner: shell... collabn2: Running: inline script ==> collabn2: overwriting /etc/resolv.conf ==> collabn2: Running provisioner: shell... collabn2: Running: inline script ==> collabn2: Stopping named: ==> collabn2: [ OK ] ==> collabn2: wrote key file "/etc/rndc.key" ==> collabn2: Stopping named: ==> collabn2: [ OK ] ==> collabn2: Starting named: ==> collabn2: [ OK ] ==> collabn2: successfully completed named steps ==> collabn1: Box 'kikitux/oracle6-racattack' could not be found. Attempting to find and install... collabn1: Box Provider: virtualbox collabn1: Box Version: >= 0 ==> collabn1: Loading metadata for box 'kikitux/oracle6-racattack' collabn1: URL: https://atlas.hashicorp.com/kikitux/oracle6-racattack ==> collabn1: Adding box 'kikitux/oracle6-racattack' (v16.01.01) for provider: virtualbox ==> collabn1: Importing base box 'kikitux/oracle6-racattack'... ==> collabn1: Matching MAC address for NAT networking... ==> collabn1: Checking if box 'kikitux/oracle6-racattack' is up to date... ==> collabn1: Setting the name of the VM: collabn1.1703260604 ==> collabn1: Fixed port collision for 22 => 2222. Now on port 2201. ==> collabn1: Clearing any previously set network interfaces... ==> collabn1: Preparing network interfaces based on configuration... collabn1: Adapter 1: nat collabn1: Adapter 2: hostonly collabn1: Adapter 3: hostonly ==> collabn1: Forwarding ports... collabn1: 22 (guest) => 2201 (host) (adapter 1) ==> collabn1: Running 'pre-boot' VM customizations... ==> collabn1: Booting VM... ==> collabn1: Waiting for machine to boot. This may take a few minutes... collabn1: SSH address: 127.0.0.1:2201 collabn1: SSH username: vagrant collabn1: SSH auth method: private key collabn1: Warning: Remote connection disconnect. Retrying... ==> collabn1: Machine booted and ready! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! [collabn1] GuestAdditions versions on your host (5.1.18) and guest (5.0.0) do not match. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Loaded plugins: security Setting up Install Process http://public-yum.oracle.com/repo/OracleLinux/OL6/UEK/latest/x86_64/repodata/repomd.xml: [Errno 14] PYCURL ERROR 6 - "Couldn't resolve host 'public-yum.oracle.com'" Trying other mirror. http://public-yum.oracle.com/repo/OracleLinux/OL6/addons/x86_64/repodata/repomd.xml: [Errno 14] PYCURL ERROR 6 - "Couldn't resolve host 'public-yum.oracle.com'" Trying other mirror. http://public-yum.oracle.com/repo/OracleLinux/OL6/latest/x86_64/repodata/repomd.xml: [Errno 14] PYCURL ERROR 6 - "Couldn't resolve host 'public-yum.oracle.com'" Trying other mirror. Could not get metalink https://mirrors.fedoraproject.org/metalink?repo=epel-6&arch=x86_64 error was 14: PYCURL ERROR 6 - "Couldn't resolve host 'mirrors.fedoraproject.org'" !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Package kernel-uek-devel-2.6.39-400.250.9.el6uek.x86_64 already installed and latest version Package gcc-4.4.7-16.el6.x86_64 already installed and latest version Package 1:make-3.81-20.el6.x86_64 already installed and latest version Package 4:perl-5.10.1-141.el6.x86_64 already installed and latest version Package bzip2-1.0.5-7.el6_0.x86_64 already installed and latest version Nothing to do Copy iso file D:\Program Files\Oracle\VirtualBox\VBoxGuestAdditions.iso into the box /tmp/VBoxGuestAdditions.iso Installing Virtualbox Guest Additions 5.1.18 - guest version is 5.0.0 Verifying archive integrity... All good. Uncompressing VirtualBox 5.1.18 Guest Additions for Linux........... VirtualBox Guest Additions installer Removing installed version 5.0.0 of VirtualBox Guest Additions... Stopping VirtualBox Additions [FAILED] (Cannot unload module vboxguest) Removing existing VirtualBox non-DKMS kernel modules[ OK ] [ OK ] VirtualBox Guest Addition service [ OK ] Copying additional installer modules ... Installing additional modules ... vboxadd.sh: Building Guest Additions kernel modules. vboxadd.sh: You should restart your guest to make sure the new modules are actually used. vboxadd.sh: Starting the VirtualBox Guest Additions. Could not find the X.Org or XFree86 Window System, skipping. Got different reports about installed GuestAdditions version: Virtualbox on your host claims: 5.0.0 VBoxService inside the vm claims: 5.1.18 Going on, assuming VBoxService is correct... Got different reports about installed GuestAdditions version: Virtualbox on your host claims: 5.0.0 VBoxService inside the vm claims: 5.1.18 Going on, assuming VBoxService is correct... ==> collabn1: Checking for guest additions in VM... collabn1: The guest additions on this VM do not match the installed version of collabn1: VirtualBox! In most cases this is fine, but in rare cases it can collabn1: prevent things such as shared folders from working properly. If you see collabn1: shared folder errors, please make sure the guest additions within the collabn1: virtual machine match the version of VirtualBox you have installed on collabn1: your host and reload your VM. collabn1: collabn1: Guest Additions Version: 5.0.0 collabn1: VirtualBox Version: 5.1 ==> collabn1: Setting hostname... ==> collabn1: Configuring and enabling network interfaces... ==> collabn1: Mounting shared folders... collabn1: /vagrant => E:/racattack-ansible-oracle collabn1: /media/sf_12cR1 => E:/racattack-ansible-oracle/12cR1 ==> collabn1: Detected mount owner ID within mount options. (uid: 54320 guestpath: /media/sf_12cR1) ==> collabn1: Detected mount group ID within mount options. (gid: 54321 guestpath: /media/sf_12cR1) collabn1: /media/stagefiles => E:/racattack-ansible-oracle/stagefiles ==> collabn1: Detected mount owner ID within mount options. (uid: 1000 guestpath: /media/stagefiles) ==> collabn1: Detected mount group ID within mount options. (gid: 54321 guestpath: /media/stagefiles) ==> collabn1: Running provisioner: shell... collabn1: Running: inline script ==> collabn1: overwriting /etc/resolv.conf ==> collabn1: Running provisioner: shell... collabn1: Running: inline script ==> collabn1: wrote key file "/etc/rndc.key" ==> collabn1: Stopping named: ==> collabn1: [ OK ] ==> collabn1: Starting named: ==> collabn1: [ OK ] ==> collabn1: successfully completed named steps ====================================================================== falcon@falconidae MINGW64 /e/racattack-ansible-oracle (master) $ vagrant status collabn2 eth1 lanip :192.168.78.52 collabn2 eth2 privip :172.16.100.52 collabn2 dns server role is slave collabn1 eth1 lanip :192.168.78.51 collabn1 eth2 privip :172.16.100.51 collabn1 dns server role is master Current machine states: collabn2 running (virtualbox) collabn1 running (virtualbox) This environment represents multiple VMs. The VMs are all listed above with their current state. For more information about a specific VM, run `vagrant status NAME`. falcon@falconidae MINGW64 /e/racattack-ansible-oracle (master) $ vboxmanage list runningvms "hashicorp_default_1490531708969_67077" {ab780940-aeef-4e4c-a868-6b5c6f81af2b} "collabn2.1703260556" {71023f40-8635-4664-8c6e-730a1bfbe0e1} "collabn1.1703260604" {d20095ef-e5ed-4554-96e0-0168125b3dd8} ====================================================================== falcon@falconidae MINGW64 /e/racattack-ansible-oracle (master) $ vagrant ssh collabn1 collabn1 eth1 lanip :192.168.78.51 collabn1 eth2 privip :172.16.100.51 collabn1 dns server role is master Last login: Sun Mar 26 13:20:43 2017 from 10.0.2.2 [vagrant@collabn1 ~]$ ls -al total 32 drwx------ 3 vagrant vagrant 4096 Mar 26 13:10 . drwxr-xr-x. 5 root root 4096 Aug 4 2015 .. -rw------- 1 vagrant vagrant 139 Mar 26 13:22 .bash_history -rw-r--r-- 1 vagrant vagrant 18 May 7 2015 .bash_logout -rw-r--r-- 1 vagrant vagrant 176 May 7 2015 .bash_profile -rw-r--r-- 1 vagrant vagrant 124 May 7 2015 .bashrc -rw-r--r-- 1 vagrant vagrant 121 Dec 20 2012 .kshrc drwx------ 2 vagrant vagrant 4096 Aug 4 2015 .ssh !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Don't know password and not same as username. [vagrant@collabn1 ~]$ su - oracle Password: su: incorrect password !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! [vagrant@collabn1 ~]$ sudo su - oracle [oracle@collabn1 ~]$ exit logout [vagrant@collabn1 ~]$ sudo su - [root@collabn1 ~]# cat /etc/passwd | column -t -s : root x 0 0 root /root /bin/bash bin x 1 1 bin /bin /sbin/nologin daemon x 2 2 daemon /sbin /sbin/nologin adm x 3 4 adm /var/adm /sbin/nologin lp x 4 7 lp /var/spool/lpd /sbin/nologin sync x 5 0 sync /sbin /bin/sync shutdown x 6 0 shutdown /sbin /sbin/shutdown halt x 7 0 halt /sbin /sbin/halt mail x 8 12 mail /var/spool/mail /sbin/nologin uucp x 10 14 uucp /var/spool/uucp /sbin/nologin operator x 11 0 operator /root /sbin/nologin games x 12 100 games /usr/games /sbin/nologin gopher x 13 30 gopher /var/gopher /sbin/nologin ftp x 14 50 FTP User /var/ftp /sbin/nologin nobody x 99 99 Nobody / /sbin/nologin vcsa x 69 69 virtual console memory owner /dev /sbin/nologin rpc x 32 32 Rpcbind Daemon /var/cache/rpcbind /sbin/nologin rpcuser x 29 29 RPC Service User /var/lib/nfs /sbin/nologin nfsnobody x 65534 65534 Anonymous NFS User /var/lib/nfs /sbin/nologin saslauth x 499 76 "Saslauthd user" /var/empty/saslauth /sbin/nologin postfix x 89 89 /var/spool/postfix /sbin/nologin sshd x 74 74 Privilege-separated SSH /var/empty/sshd /sbin/nologin named x 25 25 Named /var/named /sbin/nologin dbus x 81 81 System message bus / /sbin/nologin oracle x 54321 54321 /home/oracle /bin/bash applmgr x 54322 54321 /home/applmgr /bin/bash puppet x 52 52 Puppet /var/lib/puppet /sbin/nologin vboxadd x 498 1 /var/run/vboxadd /bin/false vagrant x 1000 1000 /home/vagrant /bin/bash [root@collabn1 ~]# df -h Filesystem Size Used Avail Use% Mounted on /dev/sda3 27G 2.6G 23G 11% / tmpfs 1.5G 0 1.5G 0% /dev/shm /dev/sda1 485M 93M 367M 21% /boot /dev/sdb1 50G 180M 48G 1% /u01 vagrant 466G 370G 97G 80% /vagrant media_sf_12cR1 466G 370G 97G 80% /media/sf_12cR1 media_stagefiles 466G 370G 97G 80% /media/stagefiles [root@collabn1 ~]# cd /media/sf_12cR1/ [root@collabn1 sf_12cR1]# ls -l total 4962982 -rwxrwxrwx 1 54320 oinstall 0 Mar 26 12:45 keep -rwxrwxrwx 1 54320 oinstall 1673544724 Mar 25 20:20 linuxamd64_12102_database_1of2.zip -rwxrwxrwx 1 54320 oinstall 1014530602 Mar 25 20:32 linuxamd64_12102_database_2of2.zip -rwxrwxrwx 1 54320 oinstall 1747043545 Mar 25 20:44 linuxamd64_12102_grid_1of2.zip -rwxrwxrwx 1 54320 oinstall 646972897 Mar 25 20:42 linuxamd64_12102_grid_2of2.zip -rwxrwxrwx 1 54320 oinstall 181 Mar 26 12:45 readme.txt [root@collabn1 sf_12cR1]# ====================================================================== falcon@falconidae MINGW64 /e/racattack-ansible-oracle (master) $ vagrant ssh collabn2 collabn2 eth1 lanip :192.168.78.52 collabn2 eth2 privip :172.16.100.52 collabn2 dns server role is slave Last login: Sun Mar 26 13:10:38 2017 from 10.0.2.2 [vagrant@collabn2 ~]$ ls -al total 32 drwx------ 3 vagrant vagrant 4096 Mar 26 13:14 . drwxr-xr-x. 5 root root 4096 Aug 4 2015 .. -rw------- 1 vagrant vagrant 56 Mar 26 13:14 .bash_history -rw-r--r-- 1 vagrant vagrant 18 May 7 2015 .bash_logout -rw-r--r-- 1 vagrant vagrant 176 May 7 2015 .bash_profile -rw-r--r-- 1 vagrant vagrant 124 May 7 2015 .bashrc -rw-r--r-- 1 vagrant vagrant 121 Dec 20 2012 .kshrc drwx------ 2 vagrant vagrant 4096 Aug 4 2015 .ssh [vagrant@collabn2 ~]$ sudo su - [root@collabn2 ~]# cat /etc/passwd | column -t -s : root x 0 0 root /root /bin/bash bin x 1 1 bin /bin /sbin/nologin daemon x 2 2 daemon /sbin /sbin/nologin adm x 3 4 adm /var/adm /sbin/nologin lp x 4 7 lp /var/spool/lpd /sbin/nologin sync x 5 0 sync /sbin /bin/sync shutdown x 6 0 shutdown /sbin /sbin/shutdown halt x 7 0 halt /sbin /sbin/halt mail x 8 12 mail /var/spool/mail /sbin/nologin uucp x 10 14 uucp /var/spool/uucp /sbin/nologin operator x 11 0 operator /root /sbin/nologin games x 12 100 games /usr/games /sbin/nologin gopher x 13 30 gopher /var/gopher /sbin/nologin ftp x 14 50 FTP User /var/ftp /sbin/nologin nobody x 99 99 Nobody / /sbin/nologin vcsa x 69 69 virtual console memory owner /dev /sbin/nologin rpc x 32 32 Rpcbind Daemon /var/cache/rpcbind /sbin/nologin rpcuser x 29 29 RPC Service User /var/lib/nfs /sbin/nologin nfsnobody x 65534 65534 Anonymous NFS User /var/lib/nfs /sbin/nologin saslauth x 499 76 "Saslauthd user" /var/empty/saslauth /sbin/nologin postfix x 89 89 /var/spool/postfix /sbin/nologin sshd x 74 74 Privilege-separated SSH /var/empty/sshd /sbin/nologin named x 25 25 Named /var/named /sbin/nologin dbus x 81 81 System message bus / /sbin/nologin oracle x 54321 54321 /home/oracle /bin/bash applmgr x 54322 54321 /home/applmgr /bin/bash puppet x 52 52 Puppet /var/lib/puppet /sbin/nologin vboxadd x 498 1 /var/run/vboxadd /bin/false vagrant x 1000 1000 /home/vagrant /bin/bash [root@collabn2 ~]# df -h Filesystem Size Used Avail Use% Mounted on /dev/sda3 27G 2.6G 23G 11% / tmpfs 1.5G 0 1.5G 0% /dev/shm /dev/sda1 485M 93M 367M 21% /boot /dev/sdb1 50G 180M 48G 1% /u01 vagrant 466G 370G 97G 80% /vagrant media_sf_12cR1 466G 370G 97G 80% /media/sf_12cR1 media_stagefiles 466G 370G 97G 80% /media/stagefiles [root@collabn2 ~]# cd /media/sf_12cR1/ [root@collabn2 sf_12cR1]# ls -l total 4962982 -rwxrwxrwx 1 54320 oinstall 0 Mar 26 12:45 keep -rwxrwxrwx 1 54320 oinstall 1673544724 Mar 25 20:20 linuxamd64_12102_database_1of2.zip -rwxrwxrwx 1 54320 oinstall 1014530602 Mar 25 20:32 linuxamd64_12102_database_2of2.zip -rwxrwxrwx 1 54320 oinstall 1747043545 Mar 25 20:44 linuxamd64_12102_grid_1of2.zip -rwxrwxrwx 1 54320 oinstall 646972897 Mar 25 20:42 linuxamd64_12102_grid_2of2.zip -rwxrwxrwx 1 54320 oinstall 181 Mar 26 12:45 readme.txt [root@collabn2 sf_12cR1]# ====================================================================== falcon@falconidae MINGW64 /e/racattack-ansible-oracle (master) $ vagrant ssh-config collabn2 eth1 lanip :192.168.78.52 collabn2 eth2 privip :172.16.100.52 collabn2 dns server role is slave collabn1 eth1 lanip :192.168.78.51 collabn1 eth2 privip :172.16.100.51 collabn1 dns server role is master Host collabn2 HostName 127.0.0.1 User vagrant Port 2200 UserKnownHostsFile /dev/null StrictHostKeyChecking no PasswordAuthentication no IdentityFile C:/Users/falcon/.vagrant.d/insecure_private_key IdentitiesOnly yes LogLevel FATAL Host collabn1 HostName 127.0.0.1 User vagrant Port 2201 UserKnownHostsFile /dev/null StrictHostKeyChecking no PasswordAuthentication no IdentityFile C:/Users/falcon/.vagrant.d/insecure_private_key IdentitiesOnly yes LogLevel FATAL falcon@falconidae MINGW64 /e/racattack-ansible-oracle (master) $ Using username "vagrant". Authenticating with public key "imported-openssh-key" Last login: Sun Mar 26 14:00:36 2017 from 10.0.2.2 [vagrant@collabn1 ~]$ Using username "vagrant". Authenticating with public key "imported-openssh-key" Last login: Sun Mar 26 14:01:14 2017 from 10.0.2.2 [vagrant@collabn2 ~]$
