Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

vxenablef(1m) [hpux man page]

vxenablef(1M)															     vxenablef(1M)

NAME
vxenablef - enable VxFS DMAPI, OnLineJFS, or full VxFS functionality in the kernel SYNOPSIS
DESCRIPTION
enables VxFS DMAPI (Data Management Applications Programming Interface), OnLineJFS functionality, or full VxFS functionality in the kernel. If you have valid licenses for these features, makes them available without rebuilding a new kernel and rebooting the system. If no argument is specified, displays the available licensed features enabled in the kernel. Options recognizes the following options. Enable all features for which the proper license key exists. Scans for license keys for HP-installed products such as HP_OnLineJFS and products dependent on DMAPI (Data Manage- ment Applications Programming Interface) and enables them. You need not specify the option if you specified the option. Enable DMAPI, full VxFS, or OnLineJFS features. enables DMAPI functionality in the kernel if the system is licensed for DMAPI. DMAPI is also part of the HP OnLineJFS product, but this option enables DMAPI without OnLineJFS. enables all features, including VERITAS Quick I/O, if the features are licensed with a valid VERITAS license key. This option is not available for HP-UX/HP_OnLineJFS users. enables OnLineJFS functionality in the kernel if the system is licensed for OnLineJFS. The HP OnLineJFS product includes DMAPI. Notes is run automatically from at system boot time. It is also run during the installation of the HP OnLineJFS product to enable the newly- licensed OnLineJFS functions without requiring a system reboot. It is not typically run from the command line. You must be a privileged user to run SEE ALSO
vxlicense(1M). vxenablef(1M)

Check Out this Related Man Page

VFS_TSMSM(8)						    System Administration tools 					      VFS_TSMSM(8)

NAME
vfs_tsmsm - VFS module for handling offline files with Tivoli Storage Manager Space Management SYNOPSIS
vfs objects = tsmsm DESCRIPTION
This VFS module is part of the samba(7) suite. The tsmsm VFS module is an extension for handling offline files with Tivoli Storage Manager Space Management. It tries to avoid calling expensive DMAPI calls with some heuristics based on the fact that number of blocks reported of a file multiplied by 512 will be bigger than 'online ratio' of actual size for online (non-migrated) files. If heuristic check fails, the module calls DMAPI and asks for a specific attribute which is present for offline (migrated) files. If this attribute presents, the file is considered offline. This module is not stackable. OPTIONS
tsmsm:hsm script = [ path to hsm script ] hsm script should point to a shell script which accepts two arguments: operation and filepath. the tsmsm module only uses "offline" for operation to set the file under filepath offline. tsmsm:online ratio = [ number ] Ratio to check reported size against actual file size. The default value is 0.5. tsmsm:dmapi attribute = [ attribute-name ] Name of a DMAPI attribute that is present when a file is offline. The default is "IBMobj" (which is what GPFS uses). tsmsm:dmapi value = [ value for the DMAPI attribute ] Value that the DMAPI attribute should have for the file to be considered offline. The default is empty (no value required). EXAMPLES
A GPFS mount with TSM support can be exported via Samba as follows: [gpfs_tsm_share] vfs objects = tsmsm gpfs path = /test/gpfs_mount VERSION
This man page is correct for version 4.0 of the Samba suite. AUTHOR
The original Samba software and related utilities were created by Andrew Tridgell. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed. Samba 4.0 06/17/2014 VFS_TSMSM(8)
Man Page