starting
this project?
Any input is appreciated.
Manuel Sanchez
=
Thanks,
Manuel J Sanchez
Senior UNIX SA
Assurant Group
(305) 252-7035 x32153
__
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com
Thomas,
On AIX, DSMCAD is the Client Aceptor Daemon, and it
will let you establish sessions using any browser (
IE, Netscape, etc.), however it will not start the
scheduler.
To start the scheduler use: nohup dsmc schedule.
This is the output of the ps command grepping for
dsmc:
my_server:/ $ ps -
Lisa,
We deal with it the same way you do: One single entry
in root crontab.
Manuel
--- Lisa Cabanas <[EMAIL PROTECTED]> wrote:
>
>
>
>
>
> Neil,
>
> how do you deal with setting up the archiving for
> the redo logs? Our DBAs
> elected to go CRON all the way, because they were
> hung up on tryin
Rob,
Are your 55 clients regular clients?
or, are you doing LAN-free backups?
Are you using disk pools?
Can you elaborate a little bit on your environment?
If your 55 clients are using dsmc schedule for their
backups, you probably want to use a disk pool, then
you will not have any conflict with
Gilbert,
Try commenting out the "compressalways yes" line.
I have seen most of the time compresion making backups
longer.
Or, try using compression, but with "compressalways
no".
When you say "compressalways yes" the client will keep
trying to compress files even if the compressed file
becomes big
Besides making rec=100, you have to cancel the
process.
Here is an example using a shell script:
dsmadmc -id=your _id -pa=your_pa q pr | grep -i
"space reclamation" > $tmpdir/process9
if test -s $tmpdir/process
then exec 5<$tmpdir/process
read -r -u5 line
proc=${line%%Spa
Hi *SMers,
Running my TSM v5.1.5 client on a Solaris 2.6 box, and
the server on an IBM box AIX 5.1 ML2, TSM 5.1.5.
I am trying this command:
dsmc backup image /dev/vx/dsk/ssadg/fn_cache0
to backup one Veritas raw volume.
I have not file system mounted on that volume. My
application is down, and n
Thanks for your answers.
The problem I was having was that I am doing a backup
image of a Veritas raw volume, which in my case does
not have any file system mounted on.
TSM support told me that I had to have a stanza on my
/etc/vfstab, and I did. Wrong!
Later today I found IC30218, where it says yo