search for: filesets

Displaying 20 results from an estimated 126 matches for "filesets".

Did you mean: fileset
2011 Jun 07
2
Disk free space, quotas and GPFS
...e vfs_gpfs and tsmsm modules, with a couple of extra patches to vfs_gpfs module to bring it 3.5.8 level. It is running with ctdb against Windows AD 2008 R2 domain controllers with all the idmapping been held in the AD. In order to get robust and frankly usable quotas we are making extensive use of filesets (think directory quotas and you won't go far wrong). Basically every share is in a fileset of it's own including all the users home directories. All the filesets have a quota attached to them. What I would like is to have the disk size and usage reported by windows to be quota limit and us...
2015 Sep 03
3
semi-OT: help needed w/ bareos
On 09/02/15 21:27, Leon Fauster wrote: > Am 02.09.2015 um 22:18 schrieb m.roth at 5-cent.us: >> I've got it installed on a 6.7 server, and can back up and restore for >> Linux. Now I'm trying to do it for some users' WinDoze boxes. Trouble is, >> all I keep finding on the Web are "how to set it up on Linux", "how to >> install on Windoze",
2015 Sep 03
2
semi-OT: help needed w/ bareos
IP wrote: > W dniu 2015-09-03 o 13:56, mark pisze: >> On 09/02/15 21:27, Leon Fauster wrote: >>> Am 02.09.2015 um 22:18 schrieb m.roth at 5-cent.us: >>>> I've got it installed on a 6.7 server, and can back up and restore for >>>> Linux. Now I'm trying to do it for some users' WinDoze boxes. >>>> Trouble is, >>>> all I
2007 May 14
3
install opt-samba-base on aix 5.3
...-------------------------------------------------------------------+ Pre-installation Verification... +-----------------------------------------------------------------------------+ Verifying selections...done Verifying requisites...done Results... FAILURES -------- Filesets listed in this section failed pre-installation verification and will not be installed. Requisite Failures ------------------ SELECTED FILESETS: The following is a list of filesets that you asked to install. They cannot be installed until all of their requisite filesets are al...
2004 Mar 10
0
RFE: create batch without patching
...checksum_seed issue I explained yesterday is addressed). Other plausible motivating scenarios: * Using a patch fileset for an incremental backup that lets you to revert to the base copy * Estimating the bandwidth/time an rsync operation will take before actually carrying it out * Preparing several filesets for different scenarios and applying the appropriate one later Eran
2015 Sep 02
2
semi-OT: help needed w/ bareos
I've got it installed on a 6.7 server, and can back up and restore for Linux. Now I'm trying to do it for some users' WinDoze boxes. Trouble is, all I keep finding on the Web are "how to set it up on Linux", "how to install on Windoze", and how to restore.... First question: how do you *see* a list of the files that have been backed up (you're not going to tell
2002 Feb 07
1
Latest version of the batch mode cleanup patch
Here's the latest version of the batch mode cleanup patch. Index: batch.c =================================================================== RCS file: /cvsroot/rsync/batch.c,v retrieving revision 1.12 diff -u -r1.12 batch.c --- batch.c 24 Jan 2002 08:09:46 -0000 1.12 +++ batch.c 6 Feb 2002 19:47:57 -0000 @@ -8,55 +8,38 @@ #include "rsync.h" #include <time.h> -char
2003 Jan 19
0
rsync+ (batch mode) feature suggestion
...ge security concerns. Currently (at least in the current, official, stable rsync version), batch mode may only be utilized in a fairly rigid, autocratic, master pushes to slaves mode. Therefore, at least among those slaves with the necessary minutia in place to allow the master to copy batch mode filesets to them and perform remote command execution on them at all, the slaves (like true slaves) have no choice but to make the changes that have been dictated to them. This circumstance may be okay for usages where all the slaves can confer implicit trust in their master (admitedly, probably most), but...
2006 Apr 07
0
Custom Non-ActiveRecord Classes or not...
...mplate. However, these are my Models (assume the DB tables are good): class Fileset < ActiveRecord::Base belongs_to :folder belongs_to :datafile end class Folder < ActiveRecord::Base #acts_as_tree :order => "name", # :counter_cache => true has_many :filesets has_many :datafiles, :through => :filesets belongs_to :parent, :counter_cache => true, :class_name => "Folder" has_many :children, :class_name => "Folder", :foreign_key => &quo...
2003 Apr 08
2
OpenSSH compilation in AIX
...ot;All applications containing the inet_ntoa subroutine must be compiled with _BSD set to a specific value. Acceptable values are 43 and 44. In addition, all socket applications must include the BSD libbsd.a library." I would suggest: a) Adding -lbsd to CFLAGS b) Installing all of the bos.adt filesets from your distribution media. After each you must run "make distclean" re-run "./configure". If those two things don't work please send me the config.h and config.log files generated by running "configure" and the output of "oslevel". -- Darren Tucker...
2016 Jul 05
1
GPFS AFM Export Problem
Hi All, I'm having a frustrating time exporting a GPFS Independent Writer AFM fileset through Samba. Native GPFS directories exported through Samba seem to work properly, but when creating an export which points to an AFM IW fileset, I get "Access Denied" errors when trying to create files from an SMB client and even more unusual "Failed to enumerate objects in the container:
2002 Sep 13
0
Rsync 2.5.5 (Digital Unix 4.0f) Large Filesets...
Hi, I've been trying to use rsync to backup the content of a large web application on our Digital unix servers. I'm having some success but the main problem is the sheer number of files and subdirectories which must be copied/maintained between the two servers (one is our standby system). Believe it or not there are in excess of 7.5 million files/directories which must be synced between
2010 Mar 02
9
Filebench Performance is weird
...---------------------------- filebench> set $filesize=5g filebench> set $dir=/hdd/fs32k filebench> set $iosize=32k filebench> set $workingset=10m filebench> set $function=generic filebench> set $filesystem=zfs filebench> run 100 1062: 106.866: Creating/pre-allocating files and filesets 1062: 106.867: File largefile1: mbytes=5120 1062: 106.867: Re-using file largefile1. 1062: 106.867: Creating file largefile1... 1062: 108.612: Preallocated 1 of 1 of file largefile1 in 2 seconds 1062: 108.612: waiting for fileset pre-allocation to finish 1062: 108.612: Starting 1 rand-read in...
2010 Feb 18
4
"../openbsd-compat/port-aix.h", line 92.44: 1506-046 (S) Syntax error. openssh-5.3p1 on aix 5.3
Hi all, Environment: Compiler: IBM XL C/C++ Enterprise Edition for AIX v9.0 Server: AIX 5.3 TL 10 SP1 I use configure with the following option to configure the makefile. --------------------------------? export CC=cc export CFLAGS="-I/opt/freeware/include/openssl/ -I/usr/local/include" export LDFLAGS="-L/opt/freeware/lib/ -L/usr/local/lib" ./configure --prefix=/usr/local
2015 Nov 19
2
OT: bareos
Hi, folks, I've got it set up, and it alleges that it's backing up Windows. However, when I try to run a restore for a Windows box, in bconsole, I say restore, then from most recent, then the client, and I want to select files. It builds its directory tree (it says), then tells me it's at c:/ (*Nix, not Win backslash)... and there's nothing there. The fileset stanza says to
2014 Jan 21
1
Cluster Size discrepancy between FAT32 and NTFS
...eading your instructions to see that you prepared your boot sector properly. > The larger cluster sizes provide noticably faster boot times. Faster for what OS? > *Windows does have a bug about the cluster size itself. > The windows setup routine does not support over 4096, > Windows filesets are deployed to larger-than-4096 volumes by extracting from WIM images. > Also the windows bootmanager is limited, where if the windows system files (WINDOWS folder, etc.) are on a NTFS volume having clusters larger than 4096, then the windows BOOT folder must be on a different volume having 409...
2011 Sep 22
8
Export variables into other classes
Hi all I have been pondering this for a while, but not yet seen a clean way to do it I have a few puppet classes (apache/ntp/mysql/bacula/nagios/etc) I would like to generate part of my bacula and nagios configs for each host based on which other classes that host belongs to (or to put it another way, I would like to export variables from classes which would be used by my bacula and nagios
2004 May 15
1
Fwd: Re: setting checksum_seed
Any feedback on this patch and the possibility of getting it into CVS or the patches directory? Thanks, Craig ---------- Forwarded message ---------- To: jw schultz <jw@pegasys.ws> From: Craig Barratt <cbarratt@users.sourceforge.net> cc: rsync@lists.samba.org Date: Sat, 01 May 2004 17:06:10 -0700 Subject: Re: setting checksum_seed jw schultz writes: > > > There was some
2015 Nov 24
4
OT: bareos, Windoze, beating head on wall
Again, I'm posting here because when I tried their mailing list, I didn't get much response. I'm trying to do a restore, from my CentOS 6 box, to a WinDoze box. The restore command is *not* user-friendly if you just want to restore a few files. And it gets weird.... First, I have to mark my path first - I don't just see it with ls. Then, when I do an ls, in
2004 Jul 01
3
AIX lssrc command error after installed OpenSSH
...rlier version), but has false respond from lssrc -a command. Example error message as: openssh daemon itself - "opensshd tcpip inoperative" or other daemon - "0513-001 The System Resource Controller daemon is not active" We've installed the following filesets on several AIX servers (both 5.1 and 5.2): SCBprngd.rte 0.9.26.0 C F Pseudo Randon Number Generator SCBsshd.rte 3.8.1.1 C F OpenSSH Daemon 3.8.1p1 Portable SCBssl.rte 0.9.7.4 C F OpenSSL Utilities 0.9.7d SCBtcpwr.rte...