De acordo com as Leis 12.965/2014 e 13.709/2018, que regulam o uso da Internet e o tratamento de dados pessoais no Brasil, ao me inscrever na newsletter do portal DICAS-L, autorizo o envio de notificações por e-mail ou outros meios e declaro estar ciente e concordar com seus Termos de Uso e Política de Privacidade.
Colaboração: Tiago Dias
Data de Publicação: 01 de março de 2010
Precisamos instalar os seguintes filesets:
bos.cifs_fs.rte bos.cifs_fs.smit
Verificando a instalação:
# lslpp -l | grep -i cifs bos.cifs_fs.rte 5.3.0.50 COMMITTED Runtime for SMBFS bos.cifs_fs.smit 5.3.0.0 COMMITTED SMIT Interface for SMBFS
Após isto, basta realizar a montagem do compartilhamento Windows no AIX Server.
Montagem atavés do Smitty
# smitty cifs_fs
Depois Add/Mount a CIFS FileSystem
Montagem através da linha de comando
# mkcifsmnt -f '/MOUNT/POINT' -d 'SHARE NAME' -h 'IP ADDRESS' -c 'USER NAME' -p 'PASSWORD' -t rw -u 0 -g 0 -x 755 -w WORKGROUP -N
/etc/filesystems
# mkcifsmnt -f '/MOUNT/POINT' -d 'SHARE NAME' -h 'IP ADDRESS' -c 'USER NAME' -p 'PASSWORD' -t rw -u 0 -g 0 -x 755 -w WORKGROUP -B
/etc/filesystems
# mkcifsmnt -f '/MOUNT/POINT' -d 'SHARE NAME' -h 'IP ADDRESS' -c 'USER NAME' -p 'PASSWORD' -t rw -u 0 -g 0 -x 755 -w WORKGROUP -I
# /usr/sbin/rmcifsmnt -f '/MOUNT/POINT' '-N'
# /usr/sbin/rmcifsmnt -f '/MOUNT/POINT' '-B'
# mount -v cifs -n IPADDRESS/USERNAME/PASSWORD -o wrkgrp=WORKGROUP,uid=0,gid=0,fmode=755 SHARENAME /MOUNT/POINT
Post original: AIX and CIFS
This policy contains information about your privacy. By posting, you are declaring that you understand this policy:
This policy is subject to change at any time and without notice.
These terms and conditions contain rules about posting comments. By submitting a comment, you are declaring that you agree with these rules:
Failure to comply with these rules may result in being banned from submitting further comments.
These terms and conditions are subject to change at any time and without notice.
Comentários