您好,登錄后才能下訂單哦!
本篇文章為大家展示了如何理解AIX上mount NFS,內容簡明扼要并且容易理解,絕對能使你眼前一亮,通過這篇文章的詳細介紹希望你能有所收獲。
在AIX操作系統,所有的mount point信息都存儲在文件 :/etc/filesystems
When mount information is not present in this file it can lead to errors.
cat /etc/filesystems
/u08:
dev = "/vol/xxxx"
vfs = nfs
nodename = jq_xxxx_sata
mount = false //表示是否開機自動掛載
options = bg,hard,intr,rsize=32768,wsize=32768,timeo=600,vers=3,sec=sys //掛載參數
account = false
導出文件至NFS文件系統時報錯:
Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production
With the Partitioning, Real Application Clusters, Automatic Storage Management, OLAP,
Data Mining and Real Application Testing options
ORA-39001: invalid argument value
ORA-39000: bad dump file specification
ORA-31641: unable to create dump file "********"
ORA-27054: NFS file system where the file is created or resides is not mounted with correct options
Additional information: 5
Additional information: 18
原因:
nfs文件掛載參數配置不正確
分析:
查看/etc/filesystems
/u08:
dev = "/vol/backup"
vfs = nfs
nodename = jq_netapp_sata
mount = false
options = bg,hard,intr,rsize=32768,wsize=32768,timeo=600,vers=3,sec=sys
account = false
根據文件中寫的參數手工掛載:
mount -o rw,bg,hard,intr,proto=tcp,vers=3,rsize=32768,wsize=32768,timeo=600 jq_netapp_sata:/vol/backup /u08
此類問題的官方解決方案羅列如下:
SOLUTION
=========
To implement the solution, please execute one the following steps:
1. Don't use NFS to create the files.
Or
2. Add the NFS filesys to '/etc/filesystems'
--> This is also applicable for 11G
Or
3. Edit init.ora, add the line:
event="10298 trace name context forever, level 32" \\此方法需重啟數據庫
and bounce the database again, if it already exist so that the new parameter is active.
上述內容就是如何理解AIX上mount NFS,你們學到知識或技能了嗎?如果還想學到更多技能或者豐富自己的知識儲備,歡迎關注億速云行業資訊頻道。
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。