【Oracle Database】EM Cloud Control 12c:監控

[root@wallet01 ~]# vi /etc/hosts
192.168.40.99 emcc.gscaifu.com

[root@wallet01 ~]# vi /etc/sudoers
# Disable "ssh hostname sudo <cmd>", because it will show the password in clear.
#         You have to run "ssh -t hostname sudo <cmd>".
#
# Defaults    requiretty
Defaults:oracle !requiretty

# Refuse to run if unable to disable echo on the tty. This setting should also be
# changed in order to be able to use sudo without a tty. See requiretty above.
#
# Defaults   !visiblepw
Defaults   visiblepw

## Allow root to run any commands anywhere
root    ALL=(ALL)       ALL
oracle  ALL=(ALL)       ALL

[root@wallet01 ~]# ln -s /usr/bin/sudo /usr/local/bin/sudo

[root@wallet01 ~]# su - oracle
[oracle@wallet01 ~]$ mkdir -p /u01/app/oracle/agent

1.png

2.png

3.png

4.png

5.png

6.png


1.png

2.png

3.png

4.png

5.png


1.png

2.png

3.png

4.png

5.png

6.png


1.png





發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章