Operating Environment & Known Issues/Limitations
Operating Environment & Known Issues/Limitations
Operating Environment & Known Issues/Limitations
Operating Environment
SMB Client version 2.1 (7.1.302.x):
Issues/Limitations
aix
1. The “ls” command does not list some or all files and
directories when case insensitive, partial file or
directory names are used with wildcard characters.
Examples:
a. The directory Dir1 in an SMB share contains these
files
abc abcd abdf abdx bda
$ cd /mnt/Dir1
$ ls
abc abcd abdf abdx bda
$ cd /mnt/Dir2
$ ls
AXX Adx Agm Agx abc acd adf adx axd
$ ls a*
abc acd adf adx axd
Running “ls a*” only lists the files that start with a lower
case “a” because the shell is case sensitive when
matching file names. The AIX shell is able to find some
matches and it lists those matched files only.
Examples:
a. The directory Dir3 in an SMB share contains these
mixed case files.
AXX Adx Agm Agx abc acd adf adx axd
$ cd /mnt/Dir3
$ ls
AXX Adx Agm Agx abc acd adf adx axd
$ cd /mnt/Dir4
$ ls
ABC acd
$ rmdir A*
$ ls
acd
Examples:
a. The directory Dir3 in an SMB share contains these
mixed case files.
AXX Adx Agm Agx abc acd adf adx axd
$ cd /mnt/Dir3
$ ls
AXX Adx Agm Agx abc acd adf adx axd
$ mv a* ym
Usage: mv [-I] [ -d | -e] [-i | -f] [-
E{force|ignore|warn}] [--] src target
or: mv [-I] [-d | -e] [-i | -f] [-
E{force|ignore|warn}] [--] src1 ...
srcN directory
$ cd /mnt/Dir4
$ ls
AXX Adx abc
$ mv a* xyz
$ ls
AXX Adx xyz
$ cd /mnt/Dir5
$ ls
AXX Adx
$ mv a* xyz
mv: 0653-401 Cannot rename a* to xyz:
A file or directory in
the path name does not exist.
$ cd /mnt/Dir6
$ ls
ABC AXX Adx Agm Agx ab
abc acdc adf adx axd
$ mkdir Xyz
$ mv a* ./Xyz
$ ls
ABC AXX Adx Agm Agx Xyz
e. The directory Dir7 in an SMB share contains these
mixed case subdirectories.
ABC acd
$ cd /mnt/Dir7
$ ls
ABC acd
$ mv A* XYZ
$ ls
XYZ acd
10 File move operation The “mv” command to move a file across different mount
across different points of same share failed and post this operation source file
mount points of is getting removed.
same share
Examples:
a. Mount same share “share1” to different mount
points “/mnt1” and “/mnt2”.
windows_smbserver /share1 /mnt1
smbc pver=3.0.2,wrkgrp=SMB_21.FVT
$ cd /mnt1
$ ls fileB
fileB
$ mv fileB /mnt2
mv: /mnt1/fileB: The file access
permissions do not allow the specified
action.
$ ls fileB
ls: 0653-341 The file fileB does not
exist.
11 Limited Live Kernel SMB 3.0.2 supports the Live Update operation with limited
Update support functions. In an SMB 3.0.2 client, the Live Update operation is
allowed only when no SMB shares are mounted; otherwise, the
Live Update operation fails. Therefore, you must unmount all
SMB shares before you start the Live Update operation and
mount the SMB shares after the Live Update operation is
Windows Server Configuration (Various server parameters under which Beta package has
been tested)
Parameter : Value
PS C:\Users\Administrator> Get-SmbServerConfiguration
AnnounceServer : False
AsynchronousCredits : 64
AutoShareServer : True
AutoShareWorkstation : True
CachedOpenLimit :5
AnnounceComment :
EnableDownlevelTimewarp : False
EnableLeasing : True
EnableMultiChannel : True
EnableStrictNameChecking : True
AutoDisconnectTimeout : 200
DurableHandleV2TimeoutInSeconds : 30
EnableAuthenticateUserSharing : False
EnableForcedLogoff : True
EnableOplocks : True
EnableSecuritySignature : True
ServerHidden : False
IrpStackSize : 15
KeepAliveTime :2
MaxChannelPerSession : 32
MaxMpxCount : 50
MaxSessionPerConnection : 16384
MaxThreadsPerQueue : 20
MaxWorkItems :1
NullSessionPipes :
NullSessionShares :
OplockBreakWait : 35
PendingClientTimeoutInSeconds : 120
RequireSecuritySignature : False
EnableSMB1Protocol : False
EnableSMB2Protocol : True
Smb2CreditsMax : 32000
Smb2CreditsMin : 20000
SmbServerNameHardeningLevel : 0
TreatHostAsStableStorage : False
ValidateAliasNotCircular : True
ValidateShareScope : True
ValidateShareScopeNotAliased : True
ValidateTargetName : True
EncryptData : False/True*
RejectUnencryptedAccess : False/True*
Parameter : Value
# smbctune -l
Current SMBC tunables are -
SMBC Lookup cache size : 32
SMBC Max concurrent mount :8
SMBC max connections : 0
SMBC Request timeout : 0
SMBC Kerberos Lifetime : 0
SMBC Kerberos Renew Till time : 0
SMBC Oplock Enable : 1
SMBC File Lease Enable : 1
SMBC Enable syslog : 1
SMBC Protocol Version : auto/3.0.2/2.1**
SMBC Signing : enabled/required**
SMBC Secure Negotiate : desired/required/disabled**
SMBC Encryption : desired/required/disabled**