1VFS_TSMSM(8)              System Administration tools             VFS_TSMSM(8)
2
3
4

NAME

6       vfs_tsmsm - VFS module for handling offline files with Tivoli Storage
7       Manager Space Management
8

SYNOPSIS

10       vfs objects = tsmsm
11

DESCRIPTION

13       This VFS module is part of the samba(7) suite.
14
15       The tsmsm VFS module is an extension for handling offline files with
16       Tivoli Storage Manager Space Management.
17
18       It tries to avoid calling expensive DMAPI calls with some heuristics
19       based on the fact that number of blocks reported of a file multiplied
20       by 512 will be bigger than 'online ratio' of actual size for online
21       (non-migrated) files. If heuristic check fails, the module calls DMAPI
22       and asks for a specific attribute which is present for offline
23       (migrated) files. If this attribute presents, the file is considered
24       offline.
25
26       This module is not stackable.
27

OPTIONS

29       tsmsm:hsm script = [ path to hsm script ]
30           hsm script should point to a shell script which accepts two
31           arguments: operation and filepath. the tsmsm module only uses
32           "offline" for operation to set the file under filepath offline.
33
34       tsmsm:online ratio = [ number ]
35           Ratio to check reported size against actual file size. The default
36           value is 0.5.
37
38       tsmsm:dmapi attribute = [ attribute-name ]
39           Name of a DMAPI attribute that is present when a file is offline.
40           The default is "IBMobj" (which is what GPFS uses).
41
42       tsmsm:dmapi value = [ value for the DMAPI attribute ]
43           Value that the DMAPI attribute should have for the file to be
44           considered offline. The default is empty (no value required).
45

EXAMPLES

47       A GPFS mount with TSM support can be exported via Samba as follows:
48
49                   [gpfs_tsm_share]
50                vfs objects = tsmsm gpfs
51                path = /test/gpfs_mount
52

VERSION

54       This man page is part of version 4.9.1 of the Samba suite.
55

AUTHOR

57       The original Samba software and related utilities were created by
58       Andrew Tridgell. Samba is now developed by the Samba Team as an Open
59       Source project similar to the way the Linux kernel is developed.
60
61
62
63Samba 4.9.1                       05/11/2019                      VFS_TSMSM(8)
Impressum