[Linux]Vmware Oracle Linux6.5 避免網路卡DHCP設定每次重啟時自動修改/etc/resolv.conf
vmware安裝Oracle Linux 6.5,使用DHCP,每次重啟時會自動修改/etc/resolv.conf檔案中的nameserver項。
觀察到設定nameserver項會導致該伺服器上安裝的oacle lsnrctl和tnsping等響應緩慢,同時ssh也變得很慢,必須將nameservers項註釋掉。但每次重啟伺服器該檔案都會被修改,nameserver被重新設定。
避免這種情況的方法之一:
Modify your interface configuration file such as /etc/sysconfig/network-scripts/ifcfg-eth0 file and append any one of the following option:
# do not overwrite /etc/resolv.conf ##
PEERDNS=no
OR
## use the following nameservers in /etc/resolv.conf ##
PEERDNS=no
DNS1=8.8.8.8
DNS2=1.2.3.4
Save and close the file. Where,
PEERDNS=yes|no - Modify /etc/resolv.conf if peer uses msdns extension (PPP only) or DNS{1,2} are set, or if using dhclient. default to "yes".
DNS{1,2}= - Provide DNS addresses that are dropped into the resolv.conf file if PEERDNS is not set to "no".
問題解決,進圖形化介面看了一下,實際上就是把網路卡設定改為了DHCP address only
觀察到設定nameserver項會導致該伺服器上安裝的oacle lsnrctl和tnsping等響應緩慢,同時ssh也變得很慢,必須將nameservers項註釋掉。但每次重啟伺服器該檔案都會被修改,nameserver被重新設定。
避免這種情況的方法之一:
Modify your interface configuration file such as /etc/sysconfig/network-scripts/ifcfg-eth0 file and append any one of the following option:
# do not overwrite /etc/resolv.conf ##
PEERDNS=no
OR
## use the following nameservers in /etc/resolv.conf ##
PEERDNS=no
DNS1=8.8.8.8
DNS2=1.2.3.4
Save and close the file. Where,
PEERDNS=yes|no - Modify /etc/resolv.conf if peer uses msdns extension (PPP only) or DNS{1,2} are set, or if using dhclient. default to "yes".
DNS{1,2}=
問題解決,進圖形化介面看了一下,實際上就是把網路卡設定改為了DHCP address only
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/8558093/viewspace-1166116/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- vmvare 避免網路卡DHCP設定每次重啟時自動修改/etc/resolv.conf
- linux6.5 網路卡繫結Linux
- Linux下設定Oracle自啟動LinuxOracle
- linux6.5 雙網路卡繫結Linux
- Mac Linux 重啟網路卡MacLinux
- 避免resolv.conf設定被覆蓋
- rocky linux 重啟網路卡命令Linux
- windows主機批處理命令檢查網路卡網路自動重啟網路卡Windows
- Linux中設定oracle例項和asm同時隨機自動啟動LinuxOracleASM隨機
- 網路卡自動啟動指令碼指令碼
- Linux下Oracle隨機自動啟動指令碼設定LinuxOracle隨機指令碼
- Solaris下設定Oracle自啟動Oracle
- 如果修改VMware下的網路卡MAC地址Mac
- linux vmware上網設定Linux
- RedHat(Linux) Oracle資料庫設定開機自啟動RedhatLinuxOracle資料庫
- RedHat54下設定Oracle自動啟動RedhatOracle
- linux下tomcat自啟動設定LinuxTomcat
- win10如何設定藍屏後自動重啟_win10藍屏後自動重啟的設定步驟Win10
- win10怎麼自動開啟自動設定時間_win10開啟自動設定時間的步驟Win10
- linux修改網路卡名字Linux
- oracle for linux 自動啟動OracleLinux
- linux oracle 自動啟動LinuxOracle
- LINUX下架設DHCP全攻略 設定DHCP (轉)Linux
- 設定ORACLE GRID CONTROL 自動啟動Oracle
- Oracle 10g RAC 修改心跳為繫結網路卡(設定冗餘)Oracle 10g
- linux 中oracle開機啟動設定LinuxOracle
- 設定Oracle資料庫開機自啟動Oracle資料庫
- Linux Ubuntu 修改網路卡名字LinuxUbuntu
- Linux修改網路卡的名字Linux
- LINUX6.5 同一網路卡多個配置檔案時的使用順序及格式要求Linux
- centos 修改resolv.conf後重啟系統恢復原狀CentOS
- oracle 11g之instance自動啟動設定Oracle
- Linux配置JavaEE環境 Linux中安裝JDK、Tomcat、mysql 設定Tomcat自啟動、設定mysql自啟動LinuxJavaJDKTomcatMySql
- Win10 2004怎麼設定藍屏自動重啟_Win10 2004電腦藍屏自動重啟設定Win10
- win10如何設定藍色畫面後自動重啟_win10藍色畫面後自動重啟的設定步驟Win10
- Linux下Oracle重啟和修改連線數LinuxOracle
- TongWeb在Linux下設定開機自啟動WebLinux
- Linux Redis 服務設定開機自啟動LinuxRedis