HP 800 Series Nota de publicación - Página 13

Navegue en línea o descargue pdf Nota de publicación para Escritorio HP 800 Series. HP 800 Series 19 páginas. Version a.01.08
También para HP 800 Series: Manual de instalación (34 páginas)

HP 800 Series Nota de publicación
Chapter 1

Known Problems and Workarounds

For the CIFS/9000 Client
The CIFS/9000 Client with ASU/9000 Servers
There is a known, infrequent problem between the CIFS/9000 Client
and ASU. If you find that a connection to an ASU server becomes
inaccessible, turn off opportunistic locks (oplocks) for
communications with ASU, in the CIFS Client configuration file
/etc/opt/cifsclient/cifsclient.cfg. Oplocks can be turned off globally,
in the defaultServer section, by setting requestOplock=no. A
preferred method is to turn off oplocks only for ASU servers. To do so,
first add the following lines, if they are not already present, to the
serverClasses section. Then, to turn off oplocks for only this class of
server, set requestOplock=no:
{
// Match ASU:
OS = "*";
LanManager = "*Advanced Server*";
config = {
disableSmbs = (
setattrTrans2SetFile,
setattrTrans2SetPath,
);
requestOplock = no;
};
}
Removing a Directory and its Contents
Removing a directory and its contents in one step using the
command, rm -rf <directory>, may fail on directories located on a
cifsmount. If the directory contains ~30 or more files, only part of the
directory contents will be removed and the directory itself will
remain since its contents have not been removed
A workaround is to remove the directory and its contents in two steps
1. rm -rf <dir>/*
2. rmdir <dir>
Known Problems and Workarounds
// these are additional to other config
// don't use trans2/setfileinfo
// don't use trans2/setpathinf
# Remove directory contents.
# Remove directory itself.
CIFS/9000 Client A.01.08
13