使用nfs經驗談
一、場景:
在Linux上操作命令:
host3:/opt/oracle # id
uid=0(root) gid=0(root) groups=0(root),64(pkcs11)
host3:/opt/oracle # mount -t nfs 192.168.1.73:/opt/oracle/backup /opt/oracle/backup
mount server reported tcp not available, falling back to udp
mount: RPC:程式未註冊
host3:/opt/oracle #
二、分析步驟:
第1步:檢查對方伺服器是否做了連線限制
登入到對方伺服器 , 檢視/etc/hosts.allow 和 /etc/hosts.deny 檔案.其中hosts.deny 是拒絕了其中對應IP的主機的連線,hosts.allow 是允許其中對應IP主機的連線。
[root@hua73 ~]# tail /etc/hosts.allow
#
# hosts.allow This file describes the names of the hosts which are
# allowed to use the local INET services, as decided
# by the '/usr/sbin/tcpd' server.
#
[root@hua73 ~]# tail /etc/hosts.deny
#
# hosts.deny This file describes the names of the hosts which are
# *not* allowed to use the local INET services, as decided
# by the '/usr/sbin/tcpd' server.
#
# The portmap line is redundant, but it is left to remind you that
# the new secure portmap uses hosts.deny and hosts.allow. In particular
# you should know that NFS uses portmap!
從裡面內容可知,對方服務並未對他方主機的連線做任何限制。
第2步:是否是由相關服務未啟動導致:
檢查portmap服務、nfs服務。其中portmap服務是用來支援RPC連線,RPC被用於NFS以及NIS 等服務。
1、檢查portmap服務的狀態:
[root@hua73 ~]# service portmap status
portmap (pid 3285) is running...
說明portmap服務正常啟動執行。
2、檢查nfs服務的狀態:
[root@hua73 ~]# service nfs status
rpc.mountd is stopped
nfsd is stopped
rpc.rquotad is stopped
——nfs服務未啟動。
三、解決方法:
1、啟動nfs服務:
[root@hua73 ~]# service nfs start
Starting NFS services: [ OK ]
Starting NFS quotas: [ OK ]
Starting NFS daemon: [ OK ]
Starting NFS mountd: [ OK ]
2、重啟portmap服務:
[root@hua73 ~]#
[root@hua73 ~]# service portmap reload
Stopping portmap: [ OK ]
Starting portmap: [ OK ]
[root@hua73 ~]#
但執行命令還是不行:
host3:/opt/oracle # mount -t nfs 192.168.1.73:/opt/oracle/backup /opt/oracle/backup
mount: 192.168.1.73:/opt/oracle/backup failed, reason given by server: Permission denied
最後在exports中增加一行才解決問題
[root@hua73 etc]# vi exports
/opt/oracle/backup 192.168.1.53(rw,root_squash,sync)
~
~
~
~
~
~
~
"exports" 1L, 53C written
[root@hua73 etc]# service iptables status
Firewall is stopped.
[root@hua73 etc]#
[root@hua73 etc]#
[root@hua73 etc]#
[root@hua73 etc]#
[root@hua73 etc]#
[root@hua73 etc]#
[root@hua73 etc]# servicd nfs restart
-bash: servicd: command not found
[root@hua73 etc]# service nfs restart
Shutting down NFS mountd: [ OK ]
Shutting down NFS daemon: [ OK ]
Shutting down NFS quotas: [ OK ]
Shutting down NFS services: [FAILED]
Starting NFS services: [ OK ]
Starting NFS quotas: [ OK ]
Starting NFS daemon: [ OK ]
Starting NFS mountd: [ OK ]
[root@hua73 etc]# cat exports
/opt/oracle/backup 192.168.1.53(rw,root_squash,sync)
[root@hua73 etc]# ls -l exports
-rw-r--r-- 1 root root 53 Dec 12 10:44 exports
[root@hua73 etc]# date
Thu Dec 12 10:55:27 CST 2013
[root@hua73 etc]#
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/26870952/viewspace-1063358/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 經驗談
- 經驗談集
- Hugo 建站經驗之談Go
- 作為 CEO 使用 Emacs 的兩年經驗之談Mac
- puppeteer踩坑經驗之談
- Android SDK 開發經驗淺談Android
- 使用NFS建立PVNFS
- Oracle insert大量資料經驗之談Oracle
- 【經驗心得】談一談我IT行業未來的方向行業
- 扎心!一個3年經驗的程式設計師經驗之談!程式設計師
- Polymer使用經驗分享
- TestContainer使用者使用經驗AI
- 清軟英泰PLM實施經驗談
- 資料庫的日常管理經驗淺談資料庫
- 10年出海老兵的經驗談
- 徹底提高英語聽力--經驗談
- 香港基因檢測中心:查血檢驗性別染色體的經驗者來談談
- 拿下阿里、頭條、滴滴的offer後談談面試經驗(上)阿里面試
- Git 使用經驗及心得Git
- Compiler Explorer(Godbolt) 使用經驗CompileGo
- js使用經驗--遍歷JS
- 策劃經驗談:遊戲策劃設計的是體驗遊戲
- 經驗分享:談談如何多快好省地開發獨立遊戲遊戲
- Git Flow 使用經驗總結Git
- mysql索引使用經驗總結MySql索引
- 「雜談」那些越早知道越好的人生經驗
- 用過 Buffalo 框架的朋友有何經驗之談框架
- 如何使用 autofs 掛載 NFS 共享NFS
- 必看!網際網路開發模式的經驗之談模式
- 網易資料基礎平臺建設經驗談
- 淺談前端業務開發中的經驗與感想前端
- 從微服務遷移到工作流的經驗之談微服務
- 經驗之談:記憶體洩露的原因以及分析記憶體洩露
- OB導數工具使用經驗分享
- Laravel 使用個人經驗記錄Laravel
- MPP平臺實施工具,實施經驗+銀行資料倉儲模型建設經驗泛談模型
- WINDOWS2016想要使用NFS掛載,但是沒有NFS服務,無法使用mount命令WindowsNFS
- 工作十年,談談我的高可用架構和系統設計經驗架構
- VR已死?三年VR美術談從業經驗VR