Remote IBM Magstar 3494 Library

2002-07-26 Thread Manuel Sanchez
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

Re: Managedservice

2002-07-30 Thread Manuel Sanchez
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 -

Re: RMAN error

2002-07-30 Thread Manuel Sanchez
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

Re: multiple clients t a single drive

2002-08-02 Thread Manuel Sanchez
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

Re: Backup of Win2`K Fileserver

2002-08-02 Thread Manuel Sanchez
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

Re: Space reclamation of copypool

2002-08-02 Thread Manuel Sanchez
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

Problems with backup image of a raw volume

2003-03-28 Thread Manuel Sanchez
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

Re: Problems with backup image of a raw volume

2003-03-28 Thread Manuel Sanchez
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