Sponsored Content
Full Discussion: What is good?
The Lounge What is on Your Mind? What is good? Post 303003645 by bakunin on Monday 18th of September 2017 01:51:02 PM
Old 09-18-2017
Quote:
Originally Posted by hicksd8
@Bakunin......So did this bank run SLES without a paid support contract?
Yes, of course. "SLES" is for "SuSE Linux Enterprise System" - basically SuSE with less options but with a high price so that big business can "buy" the good.

They have i.e. from SLES 11 to SLES 12 dropped the real ksh93 from their repository and now have some "pdksh" under the name of "ksh" (which you only find out if you are willing to follow a symlink pointing to a symlink pointing to a.... - and of course by seeing your ksh scripts fail) and they also dropped ext4 and ext2 and ext in favour of ext3 without announcement (try updating a system from SLES 11 to SLES 12 and half of your filesystems might be missing without notice) - but, hey, they are charging a lot of money for that, so it must be good, no?

Sorry for some traces of sarcasm in my diatribe its a leftover from applying "common sense" (actually not part of ITIL) to systems administration.

bakunin
 

3 More Discussions You Might Find Interesting

1. Solaris

good OS flavor

which is more in high demand commercial solaris or BSD THANKS (1 Reply)
Discussion started by: mxlst14
1 Replies

2. IP Networking

What is a good C++ compiler?

i am beginner in tcp programming i know c++ laguage i read i internet that ICE is more powerfull help me please (7 Replies)
Discussion started by: walidfinder
7 Replies

3. Shell Programming and Scripting

Good Example on $|

I am trying to learn how to use the predefined var. I did read perlvar - perldoc.perl.org but like much of the perl docs, I just dont "see" the explanation. Can someone explain its usage to me. Id like to buffer printing on occasion. Thanks in advance. (1 Reply)
Discussion started by: popeye
1 Replies
VFS_GPFS(8)						    System Administration tools 					       VFS_GPFS(8)

NAME
vfs_gpfs - gpfs specific samba extensions like acls and prealloc SYNOPSIS
vfs objects = gpfs DESCRIPTION
This VFS module is part of the samba(7) suite. The gpfs VFS module is the home for all gpfs extensions that Samba requires for proper integration with GPFS. It uses the GPL library interfaces provided by GPFS. Currently the gpfs vfs module provides extensions in following areas : o NFSv4 ACL Interfaces with configurable options for GPFS o Kernel oplock support on GPFS o Lease support on GPFS NOTE:This module follows the posix-acl behaviour and hence allows permission stealing via chown. Samba might allow at a later point in time, to restrict the chown via this module as such restrictions are the responsibility of the underlying filesystem than of Samba. This module is stackable. OPTIONS
nfs4:mode = [ simple | special ] Enable/Disable substitution of special IDs on GPFS. This parameter should not affect the windows users in anyway. It only ensures that Samba sets the special IDs - OWNER@ and GROUP@ ( mappings to simple uids ) that are relevant to GPFS. The following MODEs are understood by the module: o simple(default) - do not use special IDs in GPFS ACEs o special - use special IDs in GPFS ACEs. nfs4:acedup = [dontcare|reject|ignore|merge] This parameter configures how Samba handles duplicate ACEs encountered in GPFS ACLs. GPFS allows/creates duplicate ACE for different bits for same ID. Following is the behaviour of Samba for different values : o dontcare (default) - copy the ACEs as they come o reject - stop operation and exit with error on ACL set op o ignore - don't include the second matching ACE o merge - bitwise OR the 2 ace.flag fields and 2 ace.mask fields of the 2 duplicate ACEs into 1 ACE nfs4:chown = [yes|no] This parameter allows enabling or disabling the chown supported by the underlying filesystem. This parameter should be enabled with care as it might leave your system insecure. Some filesystems allow chown as a) giving b) stealing. It is the latter that is considered a risk. Following is the behaviour of Samba for different values : o yes - Enable chown if as supported by the under filesystem o no (default) - Disable chown EXAMPLES
A GPFS mount can be exported via Samba as follows : [samba_gpfs_share] vfs objects = gpfs path = /test/gpfs_mount nfs4: mode = special nfs4: acedup = merge CAVEATS
The gpfs gpl libraries are required by gpfs VFS module during both compilation and runtime. Also this VFS module is tested to work on SLES 9/10 and RHEL 4.4 VERSION
This man page is correct for version 3.0.25 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. The GPFS VFS module was created with contributions from Volker Lendecke and the developers at IBM. This manpage was created by the IBM FSCC team Samba 3.5 06/18/2010 VFS_GPFS(8)
All times are GMT -4. The time now is 08:06 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy