Re: very very big DB!!!!

2005-06-10 Thread Das, Samiran (IDS ECCS)
Mark, How many objects are examined daily during expiration processing? Regards, Samiran Das -Original Message- From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Remeta, Mark Sent: Friday, June 10, 2005 10:25 AM To: ADSM-L@VM.MARIST.EDU Subject: Re: very very big DB!!

Re: Reclaimation of virtual volumes

2005-06-07 Thread Das, Samiran (IDS ECCS)
Curt, Please issue the following two commands and compare the two numbers. They must be 2 or more for reclamation to work. 1. At remote server: >Q devc remote-device-class f=d * Note down the value for 2. At local server: >Q node remote-server t=s f=d ** Note down value for Update these t

Re: Export Node Question: Where will it go?

2005-05-26 Thread Das, Samiran (IDS ECCS)
Hi Joni, Do this export/import for a small node without using preview, which you can clean up easily from target server after the test. This way you will know that node in actually imported to RETIRED domain in target server where you have predefined the node. Don't forget to use filedata=all, si

Re: EXPORT NODE directly to server

2005-05-25 Thread Das, Samiran (IDS ECCS)
Hi Joni, Please make the following changes and issue "ping server tsmprod" command to see the result. At Mainframe tsm server: 1. update server tsmprod hla=157.154.47.18 Regards, Samiran Das -Original Message- From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Joni Mo

Re: EXPORT NODE directly to server

2005-05-25 Thread Das, Samiran (IDS ECCS)
Joni, You could use "PING SERVER TSMPROD" command from your mainframe server TSM command prompt to test communication. Regards, Samiran Das -Original Message- From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Joni Moyer Sent: Wednesday, May 25, 2005 9:18 AM To: ADSM-L

Re: activity log select statement

2005-04-27 Thread Das, Samiran (IDS ECCS)
Joni, You can try the following query. select date(date_time),time(date_time),nodename,sessid,session,process from actlog where date(date_time)=date(current_timestamp - 3 days) and msgno in (1064,988) order by process Regards, Samiran Das -Original Message- From: ADSM: Dist Stor Manage

Re: QUERY FILESPACE: No match found using this criteria

2005-03-09 Thread Das, Samiran (IDS ECCS)
Henrik, Add nametype=unicode at the end of the command line. tsm: x>q fi sto-tw02 \\sto-tw02\c$ nametype=unicode Regards, Samiran Das -Original Message- From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Henrik Wahlstedt Sent: Wednesday, March 09, 2005 7:00 AM To: AD

Re: TSM 5.3.0.2 WEB GUI missing ...

2005-03-02 Thread Das, Samiran (IDS ECCS)
Goran, What is you server platform? Regards, Samiran Das -Original Message- From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of goc Sent: Wednesday, March 02, 2005 9:25 AM To: ADSM-L@VM.MARIST.EDU Subject: TSM 5.3.0.2 WEB GUI missing ... Importance: High hi all, after

Re: Nested select

2005-02-11 Thread Das, Samiran (IDS ECCS)
Tomas, The following select statement will give you exactly what you want. select node_name as NODENAME,sum(case when substr(stgpool_name,1,1) in ('T') then logical_mb else 0 end) as PRIMARY_OCC,sum(case when substr(stgpool_name,1,1) in ('C') then logical_mb else 0 end) as COPY_OCC from occupa

Re: 5.2.4.0 Servers available for download

2004-12-16 Thread Das, Samiran (IDS ECCS)
Eric informed about 5.2.4.0 server code, not client code. Regards, Samiran Das -Original Message- From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Joni Moyer Sent: Thursday, December 16, 2004 7:52 AM To: [EMAIL PROTECTED] Subject: Re: 5.2.4.0 Servers available for dow

Re: 5.2.4.0 Servers available for download

2004-12-16 Thread Das, Samiran (IDS ECCS)
A new client code 5.2.3.11 is posted with yesterdays date. [BINARY] TSM523C_11_WIN32.exe . . . . . . . . . .[Dec 15 16:37] 18M Regards, Samiran Das -Original Message- From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Joni Moyer Sent: Thursday, December 16, 200

Re: ANR2571W messages in server log

2004-12-08 Thread Das, Samiran (IDS ECCS)
Tim, Please go through the error message explanation which is self explanatory. ANR2571W Scheduled session from node node name (platform name) has been denied, scheduled sessions are not currently available. Explanation: The client scheduler for node node name attempts to connect with the server

Re: AW: Insufficient Memory HELP! Server crashing non-stop

2004-11-23 Thread Das, Samiran (IDS ECCS)
Forgot to add pages (32000 pages). Should be BUFPOOLSIZE 128000 (in MB). Regards, Samiran Das -Original Message- From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Das, Samiran (IDS ECCS) Sent: Tuesday, November 23, 2004 12:22 PM To: [EMAIL PROTECTED] Subject: Re: AW

Re: AW: Insufficient Memory HELP! Server crashing non-stop

2004-11-23 Thread Das, Samiran (IDS ECCS)
omones creative coding. "Das, Samiran (IDS ECCS)" <[EMAIL PROTECTED]> Sent by: "ADSM: Dist Stor Manager" <[EMAIL PROTECTED]> 11/23/2004 09:37 AM Please respond to "ADSM: Dist Stor Manager" <[EMAIL PROTECTED]> To [EMAIL PROTECTED] cc Subject Re: AW:

Re: AW: Insufficient Memory HELP! Server crashing non-stop

2004-11-23 Thread Das, Samiran (IDS ECCS)
Your BUFPOOSIZE value of 135168 is in higher side. Try something like 32000 to start with and monitor cache hit pct. Regards, Samiran Das -Original Message- From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Schaub Joachim Paul ABX-SECE-ZH Sent: Tuesday, November 23,

Re: Management class error in DSM.errorlog

2004-11-22 Thread Das, Samiran (IDS ECCS)
This is a typical output of command "q mgmt PRODUCTION DAILY SPECIAL f=d" issued at server, and certainly not from client "QUERY MGMTCLASS" output. It is also possible that the node is not in PRODUCTION domain. A "QUERY MGMTCLASS" output from client will certainly help the troubleshooting. Regard

Re: Management class error in DSM.errorlog

2004-11-22 Thread Das, Samiran (IDS ECCS)
I was expecting to see a Policy set name ACTIVE. Does your policyset activated? Regards, Samiran Das -Original Message- From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Andrew Raibeck Sent: Monday, November 22, 2004 12:27 PM To: [EMAIL PROTECTED] Subject: Re: Managem

Re: Retention policy -- quick one!

2004-11-05 Thread Das, Samiran (IDS ECCS)
Vere,verd,rete,reto NOLIMIT,NOLIMIT,1100,1100 Regards, Samiran Das -Original Message- From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Sandra Sent: Thursday, November 04, 2004 2:43 PM To: [EMAIL PROTECTED] Subject: Retention policy -- quick one! Dear List, This is j

Re: What is wrong with this picture?

2004-11-04 Thread Das, Samiran (IDS ECCS)
There is nothing wrong with this output. Migration is not happening as there are no data to migrate (Pct Migr is 0.0). Since you do not have caching on, it's your client sessions who have locked 77.7% space is your DISKPOOL. Issue "q sess" command to find out node names who is/are locking this much

Re: Storage pool

2004-10-14 Thread Das, Samiran (IDS ECCS)
Sanjoy, Run following two commands and verify that you have valid numbers for "maxscratch" and "estcap" respectively. "Q stg I013590DRM1 f=d" and "Q stg I013590PRI90 f=d" "Q devc 3590 f=d" Regards, Samiran Das -Original Message- From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED]

Re: select command

2004-10-06 Thread Das, Samiran (IDS ECCS)
riginal Message- From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Das, Samiran (IDS ECCS) Sent: Wednesday, October 06, 2004 12:19 PM To: [EMAIL PROTECTED] Subject: Re: select command Rachel, Try this select query. select volume_name from volhistory where date_timehttp://

Re: select command

2004-10-06 Thread Das, Samiran (IDS ECCS)
Rachel, Try this select query. select volume_name from volhistory where date_timehttp://www-dat.lrz.de/dat/8/asys/doc/tsmserv/adsmserv-sql/doc/pdf/adsm_s ql.pdf Regards, Samiran Das -Original Message- From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Smith, Rachel Se

Re: Strange behaviour solaris 9 with domain option

2004-10-05 Thread Das, Samiran (IDS ECCS)
Steve, Use the following statement instead of what you are using. Domain all-local -/oradata1 -/oradata2 Regards, Samiran Das -Original Message- From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Steve Hartland Sent: Tuesday, October 05, 2004 11:18 AM To: [EMAIL PROT

Re: Windows NT4 and TSM client

2004-10-04 Thread Das, Samiran (IDS ECCS)
David, The last client version having WinNT4 support is 5.1.7.3. WinNT4 support is discontinued from client version 5.2.0 onwards. Regards, Samiran Das -Original Message- From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Tyree, David Sent: Monday, October 04, 2004 12

Re: disaster recovery test

2004-10-04 Thread Das, Samiran (IDS ECCS)
Ralph, Q volhist type=dbb Regards, Samiran Das -Original Message- From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Levi, Ralph Sent: Monday, October 04, 2004 11:44 AM To: [EMAIL PROTECTED] Subject: disaster recovery test Hi all, I am currently at a disaster recove

Re: TDP vs. FlashCopy thoughts

2004-09-14 Thread Das, Samiran (IDS ECCS)
ITSM for Hardware is designed to take care of this requirement. Try the following link. http://publib.boulder.ibm.com/tividd/td/StorageManagerforHardware5.2.1.h tml Regards, Samiran Das -Original Message- From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of James Choate

Re: effect of moving a client from one policy domain to another

2004-09-14 Thread Das, Samiran (IDS ECCS)
Wanda, I would like to differ from your third observation. If a Management class does not exist in a new domain, expiration will be governed by policy in the default Management class of new domain. In case default Management class does not contain either or both of backup/archive copygroup, expir

Re: Sessions being canceled?

2004-09-14 Thread Das, Samiran (IDS ECCS)
Verify that you have sufficient numbers of maxsessions and maxschedsessions defined at server. Regards, Samiran Das -Original Message- From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Coats, Jack Sent: Tuesday, September 14, 2004 11:04 AM To: [EMAIL PROTECTED] Subject

Re: ANS1074W user abort

2004-09-14 Thread Das, Samiran (IDS ECCS)
You may have an invalid command line parameter or your command line may be too long. Try to recollect if you have changed anything in recent past, which might have broken your command line. This usually happens if you forget to enclose wildcard (*) in double quotes and your command line becomes too

Re: SQL Select

2004-08-31 Thread Das, Samiran (IDS ECCS)
Try this select statement. Change pct_utilized as per your environment requirement. select volume_name,stgpool_name,devclass_name from volumes where status='FULL' and pct_utilized<51 Regards, Samiran Das -Original Message- From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behal

Re: unable to update device config file

2004-08-31 Thread Das, Samiran (IDS ECCS)
e manual TSM version = version 5, RElease 1 output of q option ... I did not understand what I have to do. regds Geetha Thanu -REPLY TO- Date:Tue Aug 31 14:34:19 CST 2004 FROM: Das, Samiran (IDS ECCS) <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Re: unab

Re: unable to update device config file

2004-08-30 Thread Das, Samiran (IDS ECCS)
Please give the following information. Server platform, Library type, TSM version and output of "q option" Regards, Samiran Das -Original Message- From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Geetha Thanu Sent: Tuesday, August 31, 2004 1:20 AM To: [EMAIL PROTECTE