源端 96
目的端 95,85
在源端 96
/etc/exports
/opt/weblogic/user_projects/domains/base_domain/servers/itplat/images/msg 10.154.2.95(rw,sync,no_root_squash) 10.154.2.85(rw,sync,no_root_squash)
說明:必須注意nfs/目錄的訪問許可權,必須設定成777許可權;父目錄/var許可權無要求,普通的755即可;
96 啟動指令碼
service portmap start
service nfslock start
service nfs start
可以放到/etc/rc.d/rc.local 檔案裡 啟動的時候啟動
95和85
service portmap start
mount -t nfs 10.154.2.96:/opt/weblogic/user_projects/domains/base_domain/servers/itplat/images/msg /opt/weblogic/user_projects/domains/base_domain/servers/itplat/images/msg
可以放到/etc/rc.d/rc.local 檔案裡 啟動的時候啟動 記錄一次面試
怎麼觀察系統中 記憶體 行為 a.通過 proc zoneinfo 檔案,可以看到 free high low min pages 關係 free high 時候 一般不開啟 kswapd 執行緒 high free low 時,開啟 kswapd 執行緒 low free min時,alloc p...
centos7實現NFS磁碟共享
本地nfs的客戶端應用可以透明地讀寫位於遠端nfs伺服器上的檔案,就像訪問本地檔案一樣。nfs服務端配置 安裝nfs utils和rpcbind yum y update yum y install nfs utils rpcbind啟用rpcbind,nfs server,nfs lock,nfs...
記錄一次oracle使用記錄
使用oracle資料庫的專案到我這邊,需要修改,咱雖然 學過 oracle,但那畢竟已經過去了。哈哈。使用database configuration assistant 建立資料庫,建立快完的時候,說我沒有監聽啥的,然後 通過 net manager 建立了,qizhong1 其中選中的那個就是建...