Displaying 3 results from an estimated 3 matches for "dsmc".
Did you mean:
dsc
2007 Sep 05
2
how to test timeouts? that #returns deprecation again...
...a method to
raise a TimeoutError, but I know that usage is going away at some
point. I''d like to throw out the code and see if anyone has a better
way to test this with Mocha (or otherwise).
Here is some simplified code showing the example:
class FileSpace < ActiveRecord::Base
def dsmc
# remove command line wrapper object - this is basically a call
that _could_ stall out
end
def self.query_backup_timeout
15.seconds
end
# query backup may hang things, so we have to wrap it in a timeout
def query_backup_from_tsm
Timeout::timeout(self.class.query_backup_timeou...
2008 Aug 09
0
CLI program trying to hide characters hangs
I'm running a version of WINE from the repository post 1.1 but before
1.2. The Windows program is IBM's Tivoli command line client program
DSMC.EXE. It runs fine with NT 4.0 emulation under wine provided it
does not try to hide your input from the console, which it does when
prompting for a password. In that case wine and DSMC.EXE between them
peg the CPU (roughly a 50/50 split re which program chews up the cpu).
I can successfully r...
2012 Sep 27
0
lustre_rsync and verbose output of changed files?
Hi
I need to back up a Lustre filesystem using TSM, and am trying to find a
way to generate a list of changed files from the Lustre changelogs, so
that I can pass this list to dsmc to backup only the specified files
(rather than having TSM traverse the filesystem to scan for changes).
It seems like one way to potentially do this, is to run lustre_rsync
using the --dry-run option, and get a list of the files that
lustre_rsync would have copied, and then pass these to dsmc...