NFS配置
由于权限问题,开发人员没有访问生产环境was相关日志权限,因此他们是通过生产环境nfs挂载至测试环境,开发人员能够访问的环境进行查询。 NFS 1.配置NFS LOG挂载目录 源端操作 [root@yc01v yc1]# cat /etc/redhat-release Red Hat Enterprise Linux Server release 6.5 (Santiago) [root@yc01v yc1]# cat /etc/exports /opt/tmp 10.8.5.158(rw,no_root_squash) /opt/IBM/WebSphere/yc1/logs 10.8.4.102(rw,no_root_squash) /opt/IBM/WebSphere/logs 10.8.4.102(ro) 编辑NFS文件配置 vi /etc/exports /opt/IBM/WebSphere/yc1/logs/yc1 10.8.0.56(ro,no_root_squash) 重启nfs服务 [root@yc01v yc1]# /etc/init.d/rpcbind restart [root@yc01v yc1]# /etc/init.d/nfs restart 服务器端nfs服务是否开机自启动进行验证 [root@yc01v yc1]# chkconfig --list