AIX中的/etc/netsvc.conf及/etc/resolv.conf
一般主機IP地址的解析順序依次是DNS,NIS,本機host檔案。
要改變這個順序, 在AIX中,可以建立一個/etc/netsvc.conf檔案,並在這個檔案中加一行:
hosts=local,bind,nis
這樣主機IP地址就先從本地檔案(/etc/hosts)開始搜尋,其次再去DNS server,最後是NIS server。
也可通過執行
要改變這個順序, 在AIX中,可以建立一個/etc/netsvc.conf檔案,並在這個檔案中加一行:
hosts=local,bind,nis
這樣主機IP地址就先從本地檔案(/etc/hosts)開始搜尋,其次再去DNS server,最後是NIS server。
也可通過執行
很多系統都由這個檔案來指定: /etc/nsswitch.conf
AIX上面就是這個檔案/etc/netsvc.conf
# The /etc/netsvc.conf file is used to specify the ordering of name resolution for
# gethostbyname, gethostbyname2, gethostbyaddr routines
# and alias resolution for the sendmail command.
# Any host setting defined in /etc/netsvc.conf file will override the default host order
# and the host setting given in the /etc/irs.conf file.
# The environment variable NSORDER overrides the host settings in the /etc/netsvc.conf file,
# which in turn overrides the host settings in the /etc/irs.conf file.
AIX上面就是這個檔案/etc/netsvc.conf
# The /etc/netsvc.conf file is used to specify the ordering of name resolution for
# gethostbyname, gethostbyname2, gethostbyaddr routines
# and alias resolution for the sendmail command.
# Any host setting defined in /etc/netsvc.conf file will override the default host order
# and the host setting given in the /etc/irs.conf file.
# The environment variable NSORDER overrides the host settings in the /etc/netsvc.conf file,
# which in turn overrides the host settings in the /etc/irs.conf file.
|
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/7734298/viewspace-703511/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 系統報錯/etc/resolv.conf
- 【Linux】/etc/resolv.conf 檔案Linux
- 安裝RAC: /etc/resolv.conf failedAI
- Orace RAC安裝-DNS安裝-修改RacNode1和DNSServer中的/etc/resolv.conf檔案及測試DNSServer
- AIX 修改系統檔案 /etc/security/limitsAIMIT
- etcd學習(8)-etcd中Lease的續期
- etcd套路(六)golang當中操作etcdGolang
- etcd學習(9)-etcd中的儲存實現
- 解決aix下不能執行netca的錯誤AI
- Solaris 10中/etc/fstab和/etc/mntab配置檔案的區別
- pymysql fetchone () , fetchall () , fetchmany ()MySql
- getc();fgetc();getchar();gets();fgets();
- Leetcode 官網及使用LeetCode
- vmvare 避免網路卡DHCP設定每次重啟時自動修改/etc/resolv.conf
- 中介者模式及在NetCore中的使用MediatR來實現模式NetCore
- fgetc() 與getc()的區別
- /etc/motd與/etc/issue的區別
- etcd學習(4)-centos7中部署etcdCentOS
- 在IBM Aix下netca時出現錯誤IBMAI
- etcd分散式鎖及事務分散式
- etcd套路(三)etcd的安裝
- STRUST 專案中的 ServletConfig.getServletContext() 無法得到?RustServletContext
- GO 中 ETCD 的編碼案例分享Go
- (轉)git中關於fetch的使用Git
- Ext中 get、getDom、getCmp的區別
- etcd中的"IS LEARNER"是指什麼
- 聊聊FluxFlatMap的concurrency及prefetch引數UX
- ajax,fetch,axios的區別及運用iOS
- TransactionScope事務處理方法介紹及.NETCore中的注意事項NetCore
- etcd學習(7)-etcd中的線性一致性實現
- Linux下 /etc/hostname 格式及解釋Linux
- netcat 命令介紹及使用示例
- etcd MVCC 儲存結構及流程MVC
- /etc/passwd & /etc/shadow 詳解
- 【leetcode】leetcode22括號生成通過程式碼及題解LeetCode
- object_getClass與objc_getClass的不同Object
- ListView中getChildAt(index)的使用注意事項ViewLDAIndex
- request 和response 中的setCharacterEncoding區別Encoding