Skip to content

Instantly share code, notes, and snippets.

@freddenis
Last active September 27, 2016 11:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save freddenis/ca720d721be4237770ffe57ffc9e15de to your computer and use it in GitHub Desktop.
Save freddenis/ca720d721be4237770ffe57ffc9e15de to your computer and use it in GitHub Desktop.
[root@node8 ~]# mkdir /u01/oracle.SupportTools/onecommand
[root@node8 ~]# cd /root/config_files/
[root@node8 config_files]# ls -ltr
total 68664
-rw------- 1 root root 70186224 Mar 18 14:00 Ocmd-16.049-OTN-linux-x64.zip
-rw------- 1 root root 114077 Mar 18 14:01 <CLIENT>-mycluster.xml
-rw------- 1 root root 6105 Mar 18 14:01 databasemachine.xml
[root@node8 config_files]# cd /u01/oracle.SupportTools/onecommand
[root@node8 onecommand]# unzip Ocmd-16.049-OTN-linux-x64.zip
Archive: Ocmd-16.049-OTN-linux-x64.zip
creating: linux-x64/
inflating: linux-x64/config.sh
inflating: linux-x64/README.txt
creating: linux-x64/Lib/
….
[root@node8 onecommand]# cd linux-x64/
[root@node8 linux-x64]# pwd
/u01/oracle.SupportTools/onecommand/linux-x64
[root@node8 linux-x64]# mv ..<CLIENT>-mycluster.xml .
[root@node8 linux-x64]#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment