Steps to be Executed:-
We are using WinScp tool to copy the software from local drive to /software mount point1. Connect to server using root user in Winscp.
2. Select /software mount point from directory section.
3. Drag and Drop the Oracle 11.2.0.4 64-bit binary from local drive to /software mount point.
4. Verify the file in /software mount point, then Unzip it.
[root@oracle11gr2 ~]# cd /software/
[root@oracle11gr2 software]# ls -ltr
total 2488200
-rw-r--r--. 1 root root 2547895888 Sep 4 2016 64database112040.zip
drwx------. 2 root root 16384 Jan 5 04:10 lost+found
[root@oracle11gr2 software]# unzip 64database112040.zip
Archive: 64database112040.zip
creating: 64database112040/install/
inflating: 64database112040/install/.oui
5. Change the permission for those unzipped files to Oracle user and oinstall group.
[root@oracle11gr2 software]# ls -ltrtotal 2488204
-rw-r--r--. 1 root root 2547895888 Sep 4 2016 64database112040.zip
drwx------. 2 root root 16384 Jan 5 04:10 lost+found
drwxr-xr-x. 7 root root 4096 Jan 5 06:04 64database112040
[root@oracle11gr2 software]# chown -R oracle:oinstall *
[root@oracle11gr2 software]# chmod -R 775 *
[root@oracle11gr2 software]# ls -ltr
total 2488204
-rwxrwxr-x. 1 oracle oinstall 2547895888 Sep 4 2016 64database112040.zip
drwxrwxr-x. 2 oracle oinstall 16384 Jan 5 04:10 lost+found
drwxrwxr-x. 7 oracle oinstall 4096 Jan 5 06:04 64database112040
[root@oracle11gr2 software]#
6. Confirm the files and permissions from oracle user.
[root@oracle11gr2 software]# su - oracle[oracle@oracle11gr2 ~]$ cd /software/
[oracle@oracle11gr2 software]$ ls -ltr
total 2488204
-rwxrwxr-x. 1 oracle oinstall 2547895888 Sep 4 2016 64database112040.zip
drwxrwxr-x. 2 oracle oinstall 16384 Jan 5 04:10 lost+found
drwxrwxr-x. 7 oracle oinstall 4096 Jan 5 06:04 64database112040
[oracle@oracle11gr2 software]$
[oracle@oracle11gr2 software]$ cd 64database112040
[oracle@oracle11gr2 64database112040]$ ls -ltr
total 60
drwxrwxr-x. 2 oracle oinstall 4096 Aug 27 2013 sshsetup
-rwxrwxr-x. 1 oracle oinstall 3267 Aug 27 2013 runInstaller
drwxrwxr-x. 2 oracle oinstall 4096 Aug 27 2013 rpm
drwxrwxr-x. 2 oracle oinstall 4096 Aug 27 2013 response
-rwxrwxr-x. 1 oracle oinstall 30016 Aug 27 2013 readme.html
drwxrwxr-x. 14 oracle oinstall 4096 Aug 27 2013 stage
-rwxrwxr-x. 1 oracle oinstall 500 Aug 27 2013 welcome.html
drwxrwxr-x. 4 oracle oinstall 4096 Aug 27 2013 install
[oracle@oracle11gr2 64database112040]$
No comments:
Post a Comment