Displaying 20 results from an estimated 100 matches similar to: "Who does snapshots other than Network Appliance?"
2003 Oct 31
1
rsync and smbfs
I'm trying to configure rsync snapshots as described at
http://www.mikerubel.org/computers/rsync_snapshots/. I'm
essentially using the following commands:
mv backup.3 backup.tmp
mv backup.2 backup.3
mv backup.1 backup.2
mv backup.0 backup.1
mv backup.tmp backup.0
cp -al backup.1 backup.0
rsync -a --delete source_directory/ backup.0/
I'm trying to backup two directories in a
2007 Jun 18
2
CentOS 5 & USB Kickstart?
Is anybody else having problems with CentOS 5 not loading the usb
drivers for kickstart installations?
I'm passing "linux ks=hd:sdb1:/ks.cfg," but I get a message saying it
can't find the ks.cfg file and I should enter another path. I use the
exact same boot options with CentOS 4 without any problems.
What am I missing with CentOS 5? Thanks for any tips.
--
Jiann-Ming Su
2007 May 01
4
tftp-hpa performance?
How many simultaneous tftp connections can tftp-hpa handle? Thanks
for any info.
--
Jiann-Ming Su
"I have to decide between two equally frightening options.
If I wanted to do that, I'd vote." --Duckman
"The system's broke, Hank. The election baby has peed in
the bath water. You got to throw 'em both out." --Dale Gribble
2005 Aug 26
3
smbclient & NT_STATUS_LOGON_FAILURE
I'm running smbclient 3.0.14a-Debian. I'm trying to view shares on a
Windows server on a Active Directory domain:
$ smbclient //fileserver/
Password:
session setup failed: NT_STATUS_LOGON_FAILURE
I'm pretty sure the username and password is correct since it works
when I use a Windows client to connect to the fileserver. What does
the NT_STATUS_LOGON_FAILURE mean in this
2007 May 16
2
selinux-policy-targeted-sources and CentOS 5?
What is the equivelent "selinux-policy-targeted-sources" package in
CentOS 5? It was available in 4.4. Thanks for any help.
--
Jiann-Ming Su
"I have to decide between two equally frightening options.
If I wanted to do that, I'd vote." --Duckman
"The system's broke, Hank. The election baby has peed in
the bath water. You got to throw 'em both out."
2007 May 22
2
pdf viewer for centos 5?
What's the pdf viewer that comes with CentOS 5? I can't seem to find
xpdf any more. Thanks for any help.
--
Jiann-Ming Su
"I have to decide between two equally frightening options.
If I wanted to do that, I'd vote." --Duckman
"The system's broke, Hank. The election baby has peed in
the bath water. You got to throw 'em both out." --Dale Gribble
2009 Dec 27
1
Bug#562703: qemu-dm missing from xen-utils-3.4
Package: xen-utils-3.4
Version: 3.4.2-2
# cat qemu-dm-openfiler.log
failed to set up fds or execute dm /usr/lib/xen-3.4/bin/qemu-dm:
['OSError: [Errno 2] No such file or directory\n']
--
Jiann-Ming Su
"I have to decide between two equally frightening options.
If I wanted to do that, I'd vote." --Duckman
"The system's broke, Hank. The election baby has peed in
2000 Jan 21
1
RSA question
This may be a FAQ, but wouldn't SSH be more secure if the user can only
log in if the server has the client's ssh_host_key.pub in its
ssh_known_hosts file AND the user has his identity.pub from his
client computer in the authorized_keys on the server? This
would require two keys to be able to log in. I thought this
was ssh would work with the following sshd_config file:
--- BEGIN FILE
2009 Nov 19
1
serial console config package?
I've been installing CentOS via PXE and using a serial console
interface. The installation works great. I notice that during the
install process, the following line gets added automatically to
/etc/inittab:
co:2345:respawn:/sbin/agetty ttyS0 9600 vt100-nav
Which package does this? Is it kudzu? Thanks for any insights.
--
Jiann-Ming Su
"I have to decide between two equally
2000 Apr 17
1
server response slow...
after we switched to the WAN wins server. The samba server is still local,
but in order for us to see the rest of the WAN, we had to switch from the
samba wins server to the WAN wins server. The thing is, it seems to be
slow only for Win98 clients. WinNT seems to perform without problems.
The specific app is VC++ trying to read files off the server. When you
click on a file to open, it waits
2005 Sep 16
1
visitor access to folders and files on Samba
Hi,
> I have a small office here at the college. there are three xp computers
> and a samba server.
> I apparently have set up the smb.conf file correctly as all of us can
> access each ones folders and files.
> From time to time I have students and visiting "fireman" drop by and
> ask for information.
> What lines of code would I put into smb.conf to allow any
2011 Sep 22
3
How to update CentOS 5.4 to 5.6?
Is there a way to update a CentOS 5.4 server to 5.6 (but not 5.7)?
"yum update" takes me all the way up to 5.7.
Best,
-at
2011 Sep 22
10
data recovery
Hi,
Need help on data recovery.
Suddenly my disk device's geometry has been changed to something that
doesnot make any sense. Its a 1.8TB in size and had only one single
partition. Now I can see 3 partitions sde1, sde2 and sde2 of sizes
130M, 140GB and 10GB.
Is there any way to recover data from these newly created disk devices?
Thanks
Paras.
2003 Jan 09
2
help getting recent pxelinux to work
I have a Dell 1550 that has Intel's 4.0.17 PXE 2.0 build 083. I am only able
to boot using pxelinux 0.67 and older. 0.70 gets to where it would load the
kernel and ramdisk and stops. Later releases just start spewing register
data non stop:
AX00000
BX00000
EX00000
and so on (numbers not real).
Normally I would look at the code and try to fix this myself but my x86 asm
skills are non
2005 Dec 07
2
incremental backup help required
Hi,
This is my rsync command
/usr/bin/rsync --compress \
--verbose \
--rsh=ssh \
--times \
--owner \
--group \
--ignore-times \
--links \
--perms \
--recursive \
--size-only \
2005 Sep 17
3
mirror combined with 7 day incremental backup
Hello,
I'm trying to figure out how to keep a mirror and 7 day incremental
backup between to 2 mount points.
I want to rsync everything from /mnt/production/ to
/mnt/backup/production/ on the same server.
Nothing fancy.
But ,
I Want to utilize the --delete option for files that no longer exist on
/mnt/production/ that have been on /mnt/backup/production/ for longer
then 7 days.
I
2002 Dec 12
2
rsync snapshot problem deleting files
Well, I followed this link:
http://www.mikerubel.org/computers/rsync_snapshots/
and implemented it (with a bit of tweaking) on my home network. It is
used to make snapshots of two Windows PC's over samba. On one of the
machines (and not the other, from what I can tell) it deletes files from
the target machine for no good reason (ie. they still exist on the
source machine). Then, if I run
2005 Feb 17
4
Incremental Backups
I read the following hint at:
http://www.mikerubel.org/computers/rsync_snapshots/#Incremental
mv backup.0 backup.1
rsync -a --delete --link-dest=../backup.1 source_directory/ backup.0/
I simply want to maintain a dated backup of a server so that I could
always go back to a certain date. I would like to keep this structure
for each day for the last seven days, then one weekly snapshot for
2006 Nov 22
8
Looking for assistance
We have about 5 servers spread out throughout the country: 2 Centos 4.4,
1 Red Hat and 2 windows machines- looking for some good ideas for a
back-up solution. Our servers hold a lot of data, but only a small
portion of it is crucial on any given day. That crucial portion is
always changing (for example, this week the crucial files all relate to
November- current and previous projects, and the next
2009 Dec 16
0
FW: Import a SAN cloned disk
-----Original Message-----
From: Bone, Nick
Sent: 16 December 2009 16:33
To: oab
Subject: RE: [zfs-discuss] Import a SAN cloned disk
Hi
I know that EMC don''t recommend a SnapView snapshot being added to the original hosts Storage Group although it is not prevented.
I tried this just now & assigning the Clariion snapshot of the pool LUN to the same host. Although the snapshot LUN