Displaying 20 results from an estimated 100 matches similar to: "script for VFS module shadow_copy"
2010 Aug 24
2
Read data in R
I have a txt file with column data separated by commas.
Subject,Sessionblock,LotteryImg,SubjectResp,Pictime,Bidtime,Voltage,ForcedAns
10816,Session1,75_C2.jpg,No,7095,9548,Mid,Yes
10816,Session1,25_C1.jpg,No,16629,18130,Low,Yes
10816,Session1,5_C1.jpg,No,23217,24276,Low,Yes
10816,Session1,75_C1.jpg,NULL,36359,-66179,Low,Yes
10816,Session1,25_C2.jpg,NULL,49468,-66179,Mid,Yes
2008 Aug 26
3
shadow_copy for homes share
I have successfully setup shadow_copy for normal shares on our samba
test server. However, I cannot get it working for the homes share
because of its uniqueness.
Here is the homes share:
[homes]
comment = Home Directories
read only = No
create mask = 0700
directory mask = 0700
browseable = no
fstype = XFS 1.2
vfs object = shadow_copy
2010 Feb 05
0
shadow_copy script example leads to system hang?
I don't know if this was present (maybe not?) when the script was written, but
the script for taking a snapshot in the instructions for shadow_copy: that looks
like this:
----
xfs_freeze -f /home/
lvcreate -L10M -s -n $SNAPNAME /dev/Home/lvol0
xfs_freeze -u /home/
mkdir /home/shadow_share/@GMT-$SNAPNAME
mount /dev/Home/$SNAPNAME \
/home/shadow_share/@GMT-$SNAPNAME -onouuid,ro
----
2011 Aug 19
3
Fedora and CentOS no longer on speaking terms
I have just upgraded my server from CentOS 5 to CentOS 6 and am having
connectivity problems. My laptop runs Fedora 14, and I have been in the habit
of mounting data partitions on my server by fstab entries. Since the update
I've not been able to do that. On watching the messages during a reboot I saw
a statement that the connection was denied by the server (where are those
messages
2017 Jan 04
0
shadow_copy and glusterfs not working
On Tue, 2017-01-03 at 15:16 +0100, Stefan Kania via samba wrote:
> Hello,
>
> we are trying to configure a CTDB-Cluster with Glusterfs. We are using
> Samba 4.5 together with gluster 3.9. We set up a lvm2 thin-provisioned
> volume to use gluster-snapshots.
> Then we configured the first share without using shadow_copy2 and
> everything was working fine.
>
> Then we
2024 Jun 12
0
Apparent conflict between shadow_copy and virusfilter modules??
Hello
I'm having a problem using the virusfilter and shadow_copy2 modules which,
unless I'm mistaken, seems like a conflict between these modules. If I use
the virusfilter, acl_xattr, recycle, shadow_copy2 and full_audit modules
together, everything works perfectly, if I use the NOTHING, RENAME or
DELETE actions of the virusfilter module. If I choose to use the QUARANTINE
action for the
2006 Aug 12
1
OCFS- EMC Issue
I?ve an issue related to Oracle 10g RAC.
I?ve 2 node cluster each being Dell 2850 Server with RHEL 4.0
I?ve EMC CX300 SAN storage with following partitions
/orasoft 10 Gb OCFS2 File system
/oracrs 2 Gb OCFS2 File system
/orabackup 100 Gb OCFS2 File system
The datafiles are on ASM which is not directly visible in OS.
2024 Jun 12
1
Apparent conflict between shadow_copy and virusfilter modules
Hello
I'm having a problem using the virusfilter and shadow_copy2 modules which,
unless I'm mistaken, seems like a conflict between these modules. If I use
the virusfilter, acl_xattr, recycle, shadow_copy2 and full_audit modules
together, everything works perfectly, if I use the NOTHING, RENAME or
DELETE actions of the virusfilter module. If I choose to use the QUARANTINE
action for the
2017 Jan 03
2
shadow_copy and glusterfs not working
Hello,
we are trying to configure a CTDB-Cluster with Glusterfs. We are using
Samba 4.5 together with gluster 3.9. We set up a lvm2 thin-provisioned
volume to use gluster-snapshots.
Then we configured the first share without using shadow_copy2 and
everything was working fine.
Then we added the shadow_copy2 parameters, when we did a "smbclient" we
got the following message:
root at
2004 Aug 06
2
Auto Archiving function for Icecast.
Hello:
Does anyone know how to set up auto-archiving with icecast. I have an
encoder coming in with a radio station. I want to create hourly mp3
archives of their streams that are coming to my icecast server. Got any
ideas?
Raymond
<p>--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message
2006 Jul 10
1
2 Node cluster crashing
Hi,
We have a two node cluster running SLES 9 SP2 connecting directly to an
EMC CX300 for storage.
We are using OCFS(OCFS2 DLM 0.99.15-SLES) for the voting disk etc, and
ASM for data files.
The system has been running until last Friday when the whole cluster
went down with the following error messages in the /var/log/messages
files :
rac1:
Jul 7 14:56:23 rac1 kernel:
2009 Oct 19
3
remote port forwarding unstable
Hi,
I'm not sure if this is a bug or not, maybe someone noticed it also...
I always do a remote port forwarding with openssh on 1026 port let's
say ( ssh -R 1026:localhost:55555 ). Most times the port is opened on
remote machine. But sometimes i notice that ssh can't do remote port
forwarding to that port 1026. I looked on the remote machine (netstat
-an) and no one is using that
2002 Oct 08
3
repeated measures help; disagreement with SPSS
Hi, all.
I have a simple design I'm comparing to output from SPSS.
the design is 1 repeated measure (session) and 1 between measure
(cond). my dependent measure is rl. here is the data I'm using (in a
data.frame):
mig <- data.frame(subj=factor(rep(subj,3)),
cond=factor(rep(cond,3)),
session=factor(c(rep(1,nsubj),rep(2,nsubj),rep(3,nsubj))),
2009 Nov 18
3
Samba 3.4.2 with Solaris ZFS Snaphots
Hi,
I'm trying to make samba working with Solaris ZFS Snaphots.
Solaris 10 is running on a x64/X86 box which is both Samba (3.4.2)
server and Zfs server.
I created home/delaye filesystem with home zfs pool.
# zpool list
NAME SIZE USED AVAIL CAP HEALTH ALTROOT
home 1.98G 2.60M 1.98G 0% ONLINE -
home/delaye 2.47M 1.95G 1.66M /home/delaye
2006 Feb 07
0
smbd/service.c:set_current_service(49) + chdir (/data) failed
Hi all,
I'm running Samba Version 3.0.21a on SUSE Linux 9.3.
For the Hardware I'm using a Dell Power Edge 1750, this is connected with a
QLA2300_7xx HBA on a CX300 DUN EMC? Disk array machine.
The operating system works on the local disks from the Power Edge, the /data
share is on the /dev/sdb1 which is the LUN on the CX300.
All seems to work, bat I have continuously follow error
2008 Apr 17
1
LVM + xfs + Shadow copy
hi there,
i begin to install shadow copy VFS mod function in samba 3.0.24-6etch9, after i see the same function at win2003srv,
i think it could be very useful, if i gonna make it under DEB,
but at the moment i'm really get stucked,
i try to describe what's the point now;
1 - load shadow_copy mod in smb.conf
vfs objects = shadow_copy
2 - install shadow copy client in WinXPProf
3 -
2007 Feb 28
1
vfs_shadow and [homes]
hi,
i was able to successfully run vfs_shadow on a samba share with win xp
shadow copy client. but i think it?s currently not implemented that one
could export [homes] with this vfs object, because AFAIK each @GMT-snap
has to resist directly under the samba share. but [homes] is a virtual
share representing different shares (depending on users).
has anybody hints about using vfs_shadow with
2005 Aug 04
3
Ocfs and EMC Powerpath
A couple years ago, we moved to Oracle RAC on Linux using ocfs that is
SAN attached to an EMC CLARiiON. At the time, there was a reason that we
did NOT use EMC's Powerpath (I just can't recall what that reason was).
What I'd like to know is if there are any issues with introducing
Powerpath now.
* RHEL 2.1 AS
* 2.4.9-e.38enterprise
* ocfs-2.4.9-e-enterprise-1.0.13-1
* EMC
2011 Sep 17
1
vfs_shadow_copy2 doesn't seem to work with basedir of /
Hi all,
I'm using the VFS sbadow_copy2 module, and I think I've hit a bug. This
config works:
mattcen at adam:SambaTest$ cat works3/smb.conf
[SambaTest]
comment = SambaTest
writable = yes
path = /srv/SambaTest/share
#vfs objects = shadow_copy
vfs objects = shadow_copy2
shadow:snapdir = /mnt/dates
shadow:basedir = /srv
mattcen
2018 Jul 05
5
two 2-node clusters or one 4-node cluster?
Hello,
I'm planning migration of current two clusters based on CentOS 6.x with
Cman/Rgmanager going to CentOS 7.x and Corosync/Pacemaker.
As the clusters and their services are on the same subnet, and there no
particular security concerns differentiating them, I'm also evaluating the
option to transform the two clusters into a unique 4-node one during the
upgrade.
Currently I'm