redirect output in readable format

2006-01-31 Thread Dave Zarnoch
Simple question? When I do a $TSMCMD q vol 302302 f=d result from a UNIX command line. I get the file result in unformatted output. How do I redirect the command from TSM to a file in readable format from a UNIX command line? Yes.i have read the manual and have searched the web for this

AW: [ADSM-L] Query occupancy for nodes in a policy domain

2006-01-31 Thread Schaub Joachim Paul ABRAXAS INFORMATIK AG
select node_name, sum (cast(physical_mb as decimal(12,4))) as OCC_MB from occupancy where node_name in (select node_name from nodes where domain_name='mydomain') group by node_name order by occ_mb Regards Joachim -Ursprüngliche Nachricht- Von: ADSM: Dist Stor Manager [mailto:[EMAIL

Re: redirect output in readable format

2006-01-31 Thread Choudarapu, Ramakrishna (GTI)
Dave, You can try -commad (or -tabd) -dataonly=YES options alongwith you $TSMCMD. Regards, Rama -Original Message- From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Dave Zarnoch Sent: Tuesday, January 31, 2006 8:28 AM To: ADSM-L@VM.MARIST.EDU Subject: [ADSM-L]

Re: redirect output in readable format

2006-01-31 Thread Andrew Raibeck
See the -DISPLAYMODE option in the Administrator's Reference chapter that talks about using the admin command line interface.. Regards, Andy Andy Raibeck IBM Software Group Tivoli Storage Manager Client Development Internal Notes e-mail: Andrew Raibeck/Tucson/[EMAIL PROTECTED] Internet e-mail:

Re: redirect output in readable format

2006-01-31 Thread David E Ehresman
Not sure I know what you mean by unformated output but try the -displaymode=list|table parm. David [EMAIL PROTECTED] 01/31/06 8:28 AM Simple question? When I do a $TSMCMD q vol 302302 f=d result from a UNIX command line. I get the file result in unformatted output. How do I redirect the

Constant intermittant failures (rc=18) of Domino/Solaris TDP backups

2006-01-31 Thread Zoltan Forray/AC/VCU
TSM Client: Solaris 5.3.0.0 TSM Server: AIX 5.3.2.2 Domino TDP: 5.3.0.0 This used to be an occassional problem but is now starting to spread across most of my 32 Solaris based Domino servers. There is at least 1-failure per day ! I saw an entry in the ADSM-L archives from 2003 with a similar

Re: AW: [ADSM-L] Query occupancy for nodes in a policy d omain

2006-01-31 Thread Crosskey, Adam - Resources, ICT Services
Joachim, I have tried this, using my domain names for 'mydomain' but I get no match found. Adam -Original Message- From: Schaub Joachim Paul ABRAXAS INFORMATIK AG [mailto:[EMAIL PROTECTED] Sent: 31 January 2006 14:03 To: ADSM-L@VM.MARIST.EDU Subject: [ADSM-L] AW: [ADSM-L] Query occupancy

AW: [ADSM-L] AW: [ADSM-L] Query occupancy for nodes in a policy d omain

2006-01-31 Thread Schaub Joachim Paul ABRAXAS INFORMATIK AG
Hi Adam Domain_name='CASESENSITIV' Regards joachim -Ursprüngliche Nachricht- Von: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] Im Auftrag von Crosskey, Adam - Resources, ICT Services Gesendet: Dienstag, 31. Januar 2006 15:32 An: ADSM-L@VM.MARIST.EDU Betreff: Re: [ADSM-L] AW:

Re: redirect output in readable format

2006-01-31 Thread Dave Zarnoch
The -displaymode=list worked great! When I tried -dataonly=yes I got: ANS8017E Command line parameter 3: 'dataonly=yes' is not valid. ANS8002I Highest return code was 9. I'm running TSM Ver 5.3.1.2 Is that the problem? Thanks! Dave Zarnoch Nationwide Provident [EMAIL PROTECTED] W

Query occupancy for nodes in a policy domain

2006-01-31 Thread Crosskey, Adam - Resources, ICT Services
Does anyone have a select statement that will tell me the Occupancy for all the nodes in a given Policy Domain? TSM 5.3.2.1 on Windows 2003. Thanks in advance, Adam Crosskey Oxfordshire County Council The information in this e-mail, together with any attachments, is confidential. If you have

Re: redirect output in readable format

2006-01-31 Thread Richard Sims
On Jan 31, 2006, at 9:49 AM, Dave Zarnoch wrote: The -displaymode=list worked great! When I tried -dataonly=yes I got: ANS8017E Command line parameter 3: 'dataonly=yes' is not valid. ANS8002I Highest return code was 9. I'm running TSM Ver 5.3.1.2 Is that the problem? Is it your server

Re: redirect output in readable format

2006-01-31 Thread Dave Zarnoch
The server is at 5.3.1.2 But, the Command Line Interface is: Tivoli Storage Manager Command Line Administrative Interface - Version 4, Release 2, Level 1.25 Sooo...I need to upgrade the client on the server? Thanks! Dave Zarnoch Nationwide Provident [EMAIL PROTECTED]

Re: redirect output in readable format

2006-01-31 Thread Andrew Raibeck
I don't understand this question: Sooo...I need to upgrade the client on the server? Can you elaborate on what you mean by client on the server? You are using the program dsmadmc.exe that is packaged with the backup-archive client, rght? You need to use an admin command line

Re: redirect output in readable format

2006-01-31 Thread Maria Ilieva
Try using -DATAONLY=yes option e.g. $TSMCMD -dataonly=yes q vol 302302 f=d Then the result can be easily parsed with awk command. Best Regards, Maria Ilieva On 1/31/06, Dave Zarnoch [EMAIL PROTECTED] wrote: Simple question? When I do a $TSMCMD q vol 302302 f=d result from a UNIX command

Re: Constant intermittant failures (rc=18) of Domino/Solaris TDP backups

2006-01-31 Thread Eduardo Esteban
The ACD0200E errors are probably due to file permission. Check the file permission on the databases for which the backup failed and make sure the notes user id has read permission. Another reason for this failure could be that the Domino server is preventing the TDP from opening the database, you

Re: Why is Q FILESPACE so slow?

2006-01-31 Thread Prather, Wanda
Hi Roger, Just guessing, but probably your simple select ending up using an Index. Maybe q filespace * * doesn't. Try coding a select that doesn't use the index, see if you can slow it down! :) -Original Message- From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of

Re: AW: [ADSM-L] AW: [ADSM-L] Query occupancy for nodes in a policy d omain

2006-01-31 Thread Crosskey, Adam - Resources, ICT Services
Joachim, Thanks - now it works. I should have thought of that! Adam -Original Message- From: Schaub Joachim Paul ABRAXAS INFORMATIK AG [mailto:[EMAIL PROTECTED] Sent: 31 January 2006 14:39 To: ADSM-L@VM.MARIST.EDU Subject: [ADSM-L] AW: [ADSM-L] AW: [ADSM-L] Query occupancy for nodes in a

Re: redirect output in readable format(SOLVED)

2006-01-31 Thread Dave Zarnoch
Got it. My bad I thought that the 'command line interface was running from the server section of the software not the client. But now I see in /usr/bin: dsmadmc - /usr/tivoli/tsm/client/ba/bin/dsmadmc as opposed to dsmfmt - /usr/tivoli/tsm/server/bin/dsmfmt Thanks for the

Re: question on Tivoli reinstall agent

2006-01-31 Thread Troy Frank
Is the RAID5 array holding sys:, vol1:, or both? [EMAIL PROTECTED] 1/31/2006 1:05:34 PM Hello all, This Sunday a client is replacing a drive that is part of the RAID-5 configuration where their system partition lies on server with the tivoli agent on it. Worst case scenario is they loose the

question on Tivoli reinstall agent

2006-01-31 Thread Timothy Hughes
Hello all, This Sunday a client is replacing a drive that is part of the RAID-5 configuration where their system partition lies on server with the tivoli agent on it. Worst case scenario is they loose the partition and have to rebuild the server. Question. If they copy the Tivoli directory

How does a user access a DATAMOVER?

2006-01-31 Thread fred johanson
I originally sent this late last Friday afternoon, which, I know, is not a good time to look for a response. So I try again. We've spent months working with a DATAMOVER, and now it's fairly straightforward - sitting in an office and having full access to TSM. But when we turn it over to the

Re: question on Tivoli reinstall agent

2006-01-31 Thread Timothy Hughes
Troy Frank wrote: Troy Both Is the RAID5 array holding sys:, vol1:, or both? [EMAIL PROTECTED] 1/31/2006 1:05:34 PM Hello all, This Sunday a client is replacing a drive that is part of the RAID-5 configuration where their system partition lies on server with the tivoli agent on it.

Re: question on Tivoli reinstall agent

2006-01-31 Thread Troy Frank
In a full rebuild situation, you'd have to manually reinstall the tivoli client (just copying the folder back wouldn't be enough). The important file to have copied from the old sys: would be dsm.opt. Depending on if you care or not, you might also want to copy dsmsched.log dsmerror.log to keep