a. Install bos.cifs_fs fileset on your AIX server.
# lslpp -l|grep cifs
bos.cifs_fs.rte 6.1.8.0 COMMITTED Runtime for SMBFS
bos.cifs_fs.smit 6.1.6.0 COMMITTED SMIT Interface for SMBFS
bos.cifs_fs.rte 6.1.8.0 COMMITTED Runtime for SMBFS
bos.cifs_fs.smit 6.1.6.0 COMMITTED SMIT Interface for SMBFS
b. Create /Drivers, /Scratch, /unix, /Xinst and /Team directories as cifs mount point.
c. Use below command to mount cifs file system.
# mount -v cifs -n serverip/username/password /Scratch /Scratch
# mount -v cifs -n serverip/username/password /Team /Team
d. To check the cifs file system.
# df -g
Filesystem GB blocks Free %Used Iused %Iused Mounted on
/dev/hd4 0.25 0.07 73% 10179 39% /
/dev/hd2 2.44 0.20 92% 48074 49% /usr
/dev/hd9var 0.56 0.25 55% 6593 10% /var
/dev/hd3 1.56 1.55 1% 58 1% /tmp
/dev/hd1 5.06 4.26 16% 321 1% /home
/dev/hd11admin 0.12 0.12 1% 5 1% /admin
/proc - - - - - /proc
/dev/hd10opt 0.44 0.18 59% 8993 18% /opt
/dev/livedump 0.25 0.25 1% 4 1% /var/adm/ras/livedump
serverip:/Scratch 732.42 99.08 87% 0 0% /Scratch
serverip:/Team 683.59 93.09 87% 0 0% /Team
本文出自 “Torvalds0310” 博客,谢绝转载!