linux client v4.1.2 fails

2001-03-02 Thread Gyula Bereczky
Hi, anyone have seen this? bx:~# dsmc inc ... ANS1898I * Processed32,000 files * 0 Bytes [ - ]dsmc: mempool.cpp:719: void * mpAlloc(mpHandle, dsInt32_t): Assertion `poolP-incSize 0' failed. Aborted dsmerror.log: 03/02/2001 07:00:25 B/A Txn Producer thread, fatal error,

Re: anyboby writes to one tape(solved?)

2001-03-02 Thread Joachim Schwabe
Hello together, I post node this to prevent others from loosing one day. Collocation is on and I have got enough scratch tapes in my library but I forgot the 'Maximum Scratch Volumes allowed' value. So the storagepool runs out of space. joachim schwabe Richard Sims [EMAIL PROTECTED] on

TDP for SQLserver ignore /restoreinto option

2001-03-02 Thread Davide Fanizzo
I have to restore db in alternative DBname, so i have to use the TDPsql command line From the respons of the command I understend that TDP don't take care about /restoreinto option 03/01/2001 11:20:21,COMMAND LINE : SQLDSMC /restorefull:SqlPBgestitiPr,02212001205512.db /recov:no

Re: How to find out what tape's a client data are on ?

2001-03-02 Thread Bernhard Unold
I can't help with Sql, but i wonder, why do you need tapes from offsite for a client restore? Perhaps this will not help you now, but my suggestion is, to backup your storage pool(s) and put the backups offsite. So for the next restore you will not have to recall a tape at all from offsite. Ask

Re: How to find out what tape's a client data are on ?

2001-03-02 Thread Sharp, Neil (London)
Thanks for the suggestion -Original Message- From: Bernhard Unold [SMTP:[EMAIL PROTECTED]] Sent: Friday, March 02, 2001 1:21 PM To: [EMAIL PROTECTED] Subject: Re: How to find out what tape's a client data are on ? I can't help with Sql, but i wonder, why do you need tapes

Complaints (Was: Window Client - Time Change bug)

2001-03-02 Thread Reinhard Mersch
Wanda Prather wrote: Sadly, after being a rabid fan of TSM for several years now, Me too. I have finally started recommending to some people that they NOT install it. ME TOO! The first time, I recommended NOT to install the TSM client was, as luck would have it, yesterday. It was a MAC;

Re: Commands

2001-03-02 Thread Bernhard Unold
First you must get the right syntax for your command starting from the commandline unix or whatever else you are using. Mask the asterisk (*) to prevent the shell from interpreting it (quotes or backshlash). dsmadmc -id=... -passwd=... 'query drmedia * wherestate=mo' or dsmadmc -id=...

Re: truncated while reading in Shared Static mode

2001-03-02 Thread Mearl Danner
We have the same problem with the 3.7 and 4.1 clients. If you take note the files are backed up every time. Whether they've been changed has no bearing. I 've restored the files to another server and they seem to be undamaged. The Macs can read them fine. In our case the files are Macintosh

Re: How to find out what tape's a client data are on ?

2001-03-02 Thread Steve Hicks
What would the command be to show utilization of the tape vs. the client's data. With collocation turned off, this command doesn't help too much by itself. How would I query how much space is taken in my pool overall by one client?

Re: How to find out what tape's a client data are on ?

2001-03-02 Thread Andy Raibeck
H that doesn't look right to me, either. Just from observation, it looks as if the DISTINCT keyword is operating on either the first column in the result set, or maybe the sorting key, since you are now sorting by storage pool name. Either way, I'm pretty sure that DISTINCT is supposed to

Re: ARCHIVE command - length restrictions

2001-03-02 Thread Bernhard Unold
dsmc h 30 gives the answer: ANS1081E Invalid search file specification 'string' entered. Explanation: You entered a file specification or search string that contains incorrect characters or contains wildcard characters in the drive specification or file system name. System Action:

Re: dscm -fromnode

2001-03-02 Thread Wojciech Zukowski
On Fri, 2 Mar 2001, Lambelet,Rene,VEVEY,FC-SIL/INF. wrote: Hello, did you give the necessary rights with SET ACCESS on fradfs01 ? Ren Lambelet unfortunately, fradfs01 doesn't exists since last year, and there's no possibility to do that:(( -- Wojciech Zukowski AIX ADSM administrator

Re: How to find out what tape's a client data are on ?

2001-03-02 Thread Prather, Wanda
I use this: select stgpool_name, sum(physical_mb) from occupancy where node_name='XX' group by stgpool_name -Original Message- From: Steve Hicks [mailto:[EMAIL PROTECTED]] Sent: Friday, March 02, 2001 8:58 AM To: [EMAIL PROTECTED] Subject: Re: How to find out what tape's a client

Re: dscm -fromnode

2001-03-02 Thread Sean McNamara
Try the following: dsmc q backup -virtualnode=fradfs01 "/usr/app/*" Sean McNamara Senior Analyst PJM Interconnection, L.L.C. 955 Jefferson Ave Norristown, PA 19403 (610)666-4206 (610)666-4285 (fax) -Original Message- From: Wojciech Zukowski [mailto:[EMAIL PROTECTED]] Sent: Friday,

Re: dscm -fromnode

2001-03-02 Thread Lambelet,Rene,VEVEY,FC-SIL/INF.
then just use your second method, when in dsm.sys I've added option nodename fradfs01 Regards, Ren Lambelet Nestec S.A. / Informatique du Centre 55, av. Nestl CH-1800 Vevey (Switzerland) *+41'21'924'35'43 7+41'21'924'28'88 * K4-117 email [EMAIL PROTECTED] Visit our site:

Re: dscm -fromnode

2001-03-02 Thread Richard Sims
Hello, did you give the necessary rights with SET ACCESS on fradfs01 ? unfortunately, fradfs01 doesn't exists since last year, and there's no possibility to do that:(( Then the resourse left to you is to follow the client manual for "Restore/Retrieve Files to Another Workstation". Note that

EXCLUDE.DIR

2001-03-02 Thread Marc Levitan
I am having a problem trying to Exclude a Volume from a Unix box. There are only 2 Exclude statements in the DSM.SYS file on the client: Exclude.dir /migrate Exclude.dir /migrate2 There are NO INCLUDE statements. I have also tried creating a Client Option Set with the same exclude statements

Re: How long will be backup task finished ?

2001-03-02 Thread Ray Pratts
Each drive under TSM can achieve the 15.3 MB/second rate. I do not know much about backing up Oracle, if you can get six session backing up simultaneously, then you can theoretically achieve just over 91 MB/second and the Oracle database will be backed up in just under 2 hours. However, there

Re: EXCLUDE.DIR

2001-03-02 Thread Richard Sims
I am having a problem trying to Exclude a Volume from a Unix box. Unix has file systems rather than volumes. If you have a recent client, you can do EXCLUDE.FS to exclude the file system from the backup; or code a DOMain statement in your Client User Options file to specify the file systems to

Re: EXCLUDE.DIR

2001-03-02 Thread Malbrough, Demetrius
-Marc- First of all, what type of volume is this? Is this a directory or filesystem? Do you want to exclude all files underneath the directory or just the directory itself? By the way, the exclude.dir option works only if the excluded directory is a sub-directory; if you explicitly specify the

David Browne/Louisville/Humana is out of the office.

2001-03-02 Thread David Browne.
I will be out of the office starting 03/02/2001 and will not return until 03/07/2001. I will respond to your message as soon as I return.

Re: EXCLUDE.DIR

2001-03-02 Thread Allen Barth
Did I hear UNIX? Include/exclude statements go in a file which gets pointed to via the INCLEXCL parm in the dsm.sys. Said file needs to be world readable. "Malbrough, Demetrius" To: [EMAIL PROTECTED] d_malbrough@

audit reclaim utilities 3.1.40(AIX)

2001-03-02 Thread Jonathan Siegle
All, I get this message in my activity log. ANRD afmigr.c(2632): Reconstruction of aggregates is disabled. Run audit reclaim utilities to re-enable reconstruction of aggregates. Will this message have anything to do with me not being able to

dsmc does not unload

2001-03-02 Thread LYNN HAMILTON
--- Received from SIG.HAMILTL LYNN HAMILTON 03/02/01 429p I am experiencing a problem with the TSM v.4.1 client loaded on Novell 4.11 and 4.2 servers. We cancel active backup sessions each morning at 6:00am and then unload dsmc.nlm on the Novell server, however, the nlm does

Error Msg: ANR0102E asalloc.c(3936):

2001-03-02 Thread Jim Coen
Today I encountered something new: While attempting to move data from a volume in a copypool I received the following error and a failure: ANR0102E asalloc.c(3936): Error 1 inserting row in table "AS.Segments". Any of you gurus have a clue what this means. Thanks ahead

Re: dsmc does not unload

2001-03-02 Thread James Thompson
Make sure you have the option 'VERBOSE' in the dsm.opt file and not 'QUIET'. Then instead of unloading the nlm in the netware console switch to the dsmc.nlm and press 'Q' to quit it. James Thompson From: LYNN HAMILTON [EMAIL PROTECTED] Reply-To: "ADSM: Dist Stor Manager" [EMAIL PROTECTED] To:

Re: Error Msg: ANR0102E asalloc.c(3936):

2001-03-02 Thread Kelly J. Lipp
We've seen this when doing reclamation. Does anyone know if there is a PMR open on this? Kelly J. Lipp Storage Solutions Specialists, Inc. PO Box 51313 Colorado Springs CO 80949-1313 (719) 531-5926 Fax: (240) 539-7175 Email: [EMAIL PROTECTED] or [EMAIL PROTECTED] www.storsol.com

Fileserver data expiration

2001-03-02 Thread Alex Paschal
Howdy. Does anybody know of products that can check the last modification/access times of files, delete, and archive them? I know the BA Client (GUI) can Archive Search (Modify and Access Date) Filter, then archive/delete, but that's a manual process. I could write a C or perl program to do

ODBC driver W2K ?

2001-03-02 Thread Jonas Nilsson / dimac.net
Howdy.. Im wondering if anybody have got the ODBC driver for TSM 4.1 W2K to work ? Im always getting: error in initializing provider. Unspecified error. / Catastrophic failure I've done the following: Running W2K server SP1. Installed the TSM backup client. Installed the TSM ODBC driver.

Re: Script

2001-03-02 Thread Suad Musovich
OK, I think I understand. We use a bunch of Perl scripts to do daily administrative things. Have a look in: http://nix.itss.auckland.ac.nz/adsm/index.php3?bn=adsm_perlscripts and grab one of the zip files. you will find a script called tsm-node-check, which will parse the activity