Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. /etc/rc.d/init.d/iptables status
  2. /etc/rc.d/init.d/iptables stop
  3. service iptables stop
  4. chkconfig iptables off
  5. echo 0 > /selinux/enforce
  6.  
  7.  
  8. Create directories to install grid and oracle software
  9.  
  10. mkdir -p /u01/app/11.2.0/grid
  11. mkdir -p /u01/app/oracle/product/11.2.0/db_1
  12. chown -R oracle:oinstall /u01
  13. chmod -R 775 /u01/
  14. mkdir -p /u02
  15. chown -R oracle:oinstall /u02
  16. chmod -R 775 /u02
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement