aix5.3 dhcp自動獲取ip改成靜態ip

fei890910發表於2013-10-18

1,  如何將動態獲取ip設定成靜態ip

先檢視dhcp守護程式的狀態

Subsystem         Group            PID          Status

 dhcpcd           tcpip            368656        active

 

方法1

編輯 /etc/rc.net ,查詢是否存在變數 USE_DHCP,如果存在,設定為USE_DHCP="0"

編輯 /etc/rc.tcpip ,註釋掉啟動/usr/sbin/dhcpcd的那一行

# Start up dhcpcd daemon

#start /usr/sbin/dhcpcd "$src_running"

#dhcpcd_IF_check "$src_running"

 

執行 ps -ef | grep dhcpcd ,獲得 dhcpcdpid,執行 kill -9

[root@aix213 /]# lssrc -s dhcpcd

Subsystem         Group            PID          Status

 dhcpcd           tcpip            368656        active

[root@aix213 /]# ps -ef |grep dhcpcd

root 188460 450608   0 10:19:37  pts/0  0:00 grep dhcpcd

root 368656 196770   0 09:48:52      -  0:00 /usr/sbin/dhcpcd

 

root@aix213 /]# kill -9 368656

 

[root@aix213 /]# lssrc -s dhcpcd

Subsystem         Group            PID          Status

 dhcpcd           tcpip                         inoperative

守護程式被關閉

 

使用smit tcpip,重新配置en0,en1,和hostname

 

方法2:

執行smit dhcpcd ,選擇Stop Using the dhcpcd Subsystem,選擇BOTH

使用smit tcpip,重新配置en0,en1hostname

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/29108064/viewspace-774637/,如需轉載,請註明出處,否則將追究法律責任。

相關文章