• SUSE: 使用YaST
– RPM安装
• 获得vs安装包
• # rpm –ivh vs
2020/10/13
Acegene IT Co. Ltd.
3
1. FTP服务器的安装与设置
•vsftpd配置文件
– /etc/vs 指定哪些用户帐号不能访问 FTP服务器。
– /etc/vs 该文件里的用户帐号在默认情 况下也不能访问FTP服务器。
share.demo:/nfs /u01/oradata nfs rsize=8192,wsize=8192,timeo=14,soft,nointr,tcp,noac
• Mount the nfs mountpoint (NFS client)
– mount /u01/oradata
2020/10/13
– chmod 777 /nfs
– mount -t ext3 /dev/sdd3 /nfs
– /etc/fstab
• /dev/sdd3
/nfs
ext3 defaults
12
• Mount /nfs
• Edited /etc/modules.conf (NFS host)
– options nfs nfs_uncached_io=1
– 10.1.1.2 prv2.demo
prv2 #public network interface
• Configure start unused services(NFS host):
– chkconfig --level 2345 nfs on
• Set the accessrights for the nfs mountpoint (NFS host)