Re: Schedule Port on client?

2012-08-28 Thread Jerry Michalak
use    q node f=d to see the Low Level address or port number   LLaddress

you can change it using the  upd node   lla=   command.

 
Jerry Michalak
jerry_...@yahoo.com



 From: "Vandeventer, Harold [BS]" 
To: ADSM-L@VM.MARIST.EDU 
Sent: Tuesday, August 28, 2012 12:30 PM
Subject: Re: [ADSM-L] Schedule Port on client?
 
Yep.. prompted.

Somewhere, on the TSM Server side, is stored the port number the client has 
specified in their DSM.OPT file.

Wherever the prompted schedule keeps the value to call the node at its IP and 
then port number.

I'm trying to find that value.  

It'll be 1501 for the BAClient we're confused re the value for the 
TDP-Exchange client.

Just trying to prove a condition before I open a PMR.


Harold Vandeventer
Systems Programmer
State of Kansas - Office of Information Technology Services
harold.vandeven...@ks.gov
(785) 296-0631


-Original Message-
From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of 
Prather, Wanda
Sent: Tuesday, August 28, 2012 12:08 PM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: [ADSM-L] Schedule Port on client?

...and schedmode is prompted.

-Original Message-
From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Rick 
Adamson
Sent: Tuesday, August 28, 2012 11:13 AM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: [ADSM-L] Schedule Port on client?

From the server cli issue q opt, or q stat. By default the server uses 1500.  
If I remember correctly 1501 is used by the client side scheduler when the 
client acceptor is not used.

~Rick

-Original Message-
From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of 
Vandeventer, Harold [BS]
Sent: Tuesday, August 28, 2012 10:34 AM
To: ADSM-L@VM.MARIST.EDU
Subject: [ADSM-L] Schedule Port on client?

I'm working with a node manager, we're having issues with the client-side port 
value that is specified in the DSM.OPT file.  It's typically 1501 for the 
BAClient.

Where in the TSM database can I find that value?


Harold Vandeventer
Systems Programmer
State of Kansas - Office of Information Technology Services 
harold.vandeven...@ks.gov
(785) 296-0631


[Confidentiality notice:]
***
This e-mail message, including attachments, if any, is intended for the person 
or entity to which it is addressed and may contain confidential or privileged 
information.  Any unauthorized review, use, or disclosure is prohibited.  If 
you are not the intended recipient, please contact the sender and destroy the 
original message, including all copies, Thank you.
***


Re: Deleting STG POOL

2012-01-20 Thread Jerry Michalak
make the volume read-only upd vol x  acc=reado

run a move data    move data xx

take the volume offline   vary offline    xxx

delete the volume del vol    xxx


 
Jerry Michalak
jerry_...@yahoo.com



 From: "Thorneycroft, Doug" 
To: ADSM-L@VM.MARIST.EDU 
Sent: Friday, January 20, 2012 3:33 PM
Subject: Re: [ADSM-L] Deleting STG POOL
 
Try running an audit volume on each of the volumes.

-Original Message-
From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of 
Vandeventer, Harold [BS]
Sent: Friday, January 20, 2012 12:50 PM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: Deleting STG POOL

I'm confident they're empty; just trying to prove it before I delete.

CONTENT isn't providing anything, and I can display content of volumes in other 
pools.

Q VOL  FORMAT=DETAILED indicates
    Pct Util =0
    Volume status =Full
    Pct reclaimable space = 100
    Not in error state

DEL VOL  DISCARD=NO should be a safe command.  If the volume contains 
files, the volume will not be deleted.


Harold Vandeventer
Systems Programmer
State of Kansas - Department of Administration - Office of Information 
Technology Services harold.vandeven...@da.ks.gov
(785) 296-0631


-Original Message-
From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Zoltan 
Forray/AC/VCU
Sent: Friday, January 20, 2012 1:47 PM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: [ADSM-L] Deleting STG POOL

Eventhough they don't show any content, you could always do a "delete volume 
... discarddata=yes" for each volume.



From:   "Vandeventer, Harold [BS]" 
To:    ADSM-L@VM.MARIST.EDU
Date:   01/20/2012 02:17 PM
Subject:        [ADSM-L] Deleting STG POOL
Sent by:        "ADSM: Dist Stor Manager" 



The goal: delete a storage pool.

I've migrated a storage pool to a new pool.

Three volumes remain in the pool, such as H:\ DSKT07P\11BF.BFS, which 
disallow the delete.

% Util on them is 0; status is full.

Q CONTENT H:\DSKT07P\11BF.BFS returns ANR2034E QUERY CONTENT: No match 
found using this criteria.

Same result for the other two volumes.

Q CONTENT  against the new pool does display files.

I believe that means the volumes on the old pool are in fact empty and I can 
delete them individually.

Correct?



Harold Vandeventer
Systems Programmer
State of Kansas - Department of Administration - Office of Information 
Technology Services harold.vandeven...@da.ks.gov<mailto:dane.woodr...@da.ks.gov>
(785) 296-0631


Re: disabe/enable a sched via command line

2011-12-14 Thread Jerry Michalak
In TSM you define a schedule and then "associate" the nodes to 1 or more 
schedules using the "define assoc" command.

To stop a backup for a node, look at the "delete assoc" command and then later 
you can restart it using "define assoc".


 
Jerry Michalak
jerry_...@yahoo.com



 From: "Tyree, David" 
To: ADSM-L@VM.MARIST.EDU 
Sent: Wednesday, December 14, 2011 12:04 PM
Subject: [ADSM-L] disabe/enable a sched via command line
 
                I'm trying to figure out to enable and disable client schedules 
from the command line. I've looked over the online help and elsewhere but no 
luck.

                If the command was for an admin sched I would do "update sched 
something type=admin active=yes/no" . But I don't see a similar command for 
client schedules.
                thanks
David Tyree
Interface Analyst
South Georgia Medical Center
229.333.1155


Re: Label volumes in a scsi library?

2011-10-12 Thread Jerry Michalak
try  show slots  in TSM to see the library info.

 
Jerry Michalak
jerry_...@yahoo.com



From: "Moyer, Joni M" 
To: ADSM-L@VM.MARIST.EDU
Sent: Wednesday, October 12, 2011 12:57 PM
Subject: Re: [ADSM-L] Label volumes in a scsi library?

Hi,

I've tried to do this and I'm now getting the following errors:

10/06/11 12:50:34     ANR0609I LABEL LIBVOLUME started as process 33588.        
                       (SESSION: 58343, PROCESS: 33588)                        
10/06/11 12:50:46     ANR2017I Administrator LIDZR8V issued command: QUERY      
                       PROCESS  (SESSION: 58344)                                
10/06/11 12:50:47     ANR8300E I/O error on library NAS_QI6000 (OP=6C03,    
                       CC=207, KEY=05, ASC=21, ASCQ=01, SENSE=70.00.05.00.00.00-
                       .00.0A.00.00.00.00.21.01.00.CF.00.06., Description=Device
                       is not in a state capable of performing request).  Refer 
                       to Appendix C in the 'Messages' manual for recommended  
                       action. (SESSION: 58343, PROCESS: 33588)                
10/06/11 12:50:48     ANR8942E Could not move volume Q0 from slot-element  
                       4096 to slot-element 65535. (SESSION: 58343, PROCESS:    
                       33588)                                                  
10/06/11 12:50:48     ANR8802E LABEL LIBVOLUME process 33588 for library        
                       NAS_QI6000 failed. (SESSION: 58343, PROCESS: 33588)      
10/06/11 12:50:48     ANR0985I Process 33588 for LABEL LIBVOLUME running in the 
                       BACKGROUND completed with completion state FAILURE at    

It seems like it doesn't want to move the volume to a drive to label it, but 
I'm having issues trying to figure out what that error message means from 
Appendix C.

How do I tell where those slot elements are?  It appears as if something is 
still not working correctly, but I'm trying to figure out if this is a set up 
issue?  Or if it's something else entirely.

I defined a scsi library as follows for my nas partition which the drives are 
zoned from the library to the datamovers and I have the library & path and 
drives & paths defined within TSM:

                 Library Name: NAS_QI6000
                  Library Type: SCSI
                        ACS Id: 
              Private Category: 
              Scratch Category: 
         WORM Scratch Category: 
              External Manager: 
                        Shared: No
                       LanFree: 
            ObeyMountRetention: 
       Primary Library Manager: 
                           WWN: 
                 Serial Number: QUANTUM273100111_LL2
                     AutoLabel: No
                  Reset Drives: No
               Relabel Scratch: 

                  Source Name: TSMPROD3
                   Source Type: SERVER
              Destination Name: NAS_QI6000
              Destination Type: LIBRARY
                       Library: 
                     Node Name: 
                        Device: /dev/lb0
              External Manager: 
                           LUN: 
                     Initiator: 0
                     Directory: 
                       On-Line: Yes

If anyone has any suggestions/ideas as to what I might be doing wrong I'd 
really appreciate the help.  Thanks

-Original Message-
From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of James 
Choate
Sent: Friday, October 07, 2011 9:53 AM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: Label volumes in a scsi library?

How did tape Q0 get into the library? Did you manually load a batch of 
tapes in this library without checking them in thru the bulk I/O?

If that is the case, you can just checkin the tapes.
You can try:
Check in volumes that are already labeled:
checkin libvolume NAS_QI6000 search=yes status=scratch checklabel=barcode

-Original Message-
From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Moyer, 
Joni M
Sent: Thursday, October 06, 2011 8:52 AM
To: ADSM-L@VM.MARIST.EDU
Subject: [ADSM-L] Label volumes in a scsi library?

Hi Everyone,

I was trying to label a volume in a scsi library and I used the label libvol 
command to try and label Q0 in the library NAS_QI6000 and it is failing.  
The tape is already physically in a slot in the library, so could someone 
please explain how I am to label tapes within this library on TSM?

Any help is greatly appreciated

Date/Time             Message
  --
10/06/11 10:24:59     ANR0984I Process 33581 for LABEL LIBVOLUME started in the
                       BACKGROUND at 10:24:59. (SESSION: 58024, PROCESS: 33581)
10/06/11 10:24:59     ANR8799I LABEL LIBVOLUME: Operation for library NAS_QI6000
                       started as process 33

Blocking Archive from TSM Client

2011-03-16 Thread Jerry Michalak
Hi everyone,

Is there a way to disable or prevent someone from running a TSM Archive from the
client side?

No matter what the base O/S is ?

I appreciate any ideas on this.




 Jerry Michalak
jerry_...@yahoo.com


Re: why create a 12TB LUN

2010-05-28 Thread Jerry Michalak
A far cry from the kids coming out of "school" now, they know the buzzwords but 
not necessarily how to use them !



 Jerry Michalak
jerry_...@yahoo.com


Re: delete volhist

2010-03-29 Thread Jerry Michalak
I don't know of a way to put them back into the "volhistory" file. But if you 
know the volumes and can protect them, track them manually.

As to restoring the TSM server from them, you should be able to, read up on the 
"Disaster Recovery" sections. You can tell the restore program which volumes to 
use.


 Jerry Michalak
jerry_...@yahoo.com





From: Mehdi Salehi 
To: ADSM-L@VM.MARIST.EDU
Sent: Sun, March 28, 2010 4:44:41 AM
Subject: [ADSM-L] delete volhist

Hi,
- A TSM server has weekly full and daily incremental database backups.
- All volume history information are accidentally deleted by "delete volhist
type=all todate=today"
- Can TSM admin restore database backups?

Thanks


Re: Our TSM system is a mess. Suggestions? Ideas?

2010-02-15 Thread Jerry Michalak
Look at that Clarion system. While you may have multiple links to the SAN the 
Clarion might not. I ran into this where our Clarion had lots of disks ( 
spindles ) but only 2 ports for i/o into the box. It turns out we were running 
both ports at over 80% !!

Try to get your DB and log volumes on local disks for better throughput.



 Jerry Michalak
jerry_...@yahoo.com





From: "Dury, John C." 
To: ADSM-L@VM.MARIST.EDU
Sent: Sun, February 14, 2010 7:12:16 AM
Subject: [ADSM-L] Our TSM system is a mess. Suggestions? Ideas?

We have about 500 nodes and have a backup windows from 5pm until 7am. I have 
our backup schedule setup so that about 30 nodes do incremental per hour with a 
few exceptions. We have a 3T disk storage pool and 4 LTO4 drives in our tape 
library. Our dbbackuptrigger is set at logfull  30% and numincrmeentals of 4.  
Our recovery log is filling up almost once per hour while backups are running 
and not emptying fast enough before it hits 80% when all backups come to a 
crawl until it is emptied below 80%. Sometimes the recovery log is pinned  at 
70% or so and another backup kicks off immediately which again does not empty 
fast enough and the whole system goes into slowdown after the recovery log is 
past 80%. Expiration, which used to run in a matter of about 6 hours, is not 
completing even after running for 24 hours. Our DB is about 97gig and about 74% 
full. The recovery log is maxed at 13gig.  I don't see anything in the activity 
log out of the ordinary. The
 TSM server is AIX 5.3.10.1 TL10 running on an IBM 9131-52A in a logical 
partition with 20 CPus configured and about 32G of RAM. The TSM DB and disk 
storage pools are attached to a Clariion CX3-80 via 4G Hbas. I have the 
recovery log and TSM DB set to use different HBAs then the disk or tape storage 
pools so the HBAs aren't fighting each other. I've read the tuning and 
performance manual and matched our settings to match it's suggestions with some 
small exceptions.

We have purchased new hardware to move the whole system to Linux and a monster 
of a box since we want to get to TSM v6.x eventually, hopefully sooner rather 
than later. AIX hardware and support is tremendously expensive when compared to 
an intel based box and like a lot of people, we have a very small budget for 
anything IT related.
.
One of the biggest problems we are having is the recovery log filling up too 
quickly and not emptying fast enough.  Even with a log full trigger of 30%, the 
incremental backup won't finish before the recovery log hits 80% and with the 
log full setting so low, we are doing TSM DB backups almost every hour while 
clients are backing up. This really seems excessive to me.  Why would an 
incremental backup of the TSM DB take an hour or so to run and is it normal for 
the  recovery log to fill up so fast while backups are running?
We even attempted to do a reorg  of the TSM DB but unfortunately it was going 
to run for much longer than our window allowed so it had to be cancelled. I'm 
going to try again for next weekend and hopefully talk the powers that be, into 
a 24 hour window for the reorg. We did do a reorg years ago and the performance 
improvements were amazing, ie expiration ran in less than an hour. I know that 
is a bandaid but I have to do something until I can get to version 6 when I can 
have a bigger recovery log and a new, more powerful server in place.
I guess I'm just not sure what to look at at this point and frankly I'm 
exhausted. Our help desk is calling me daily, every day, at 6am or earlier, as 
"TSM is running slow again".
Any suggestions on what else to look at? (Sorry for such a fragmented email. 
I've had about 3 hours sleep at this point)


Re: unexpected result from audit library

2010-01-04 Thread Jerry Michalak
You will have to follow the procedure to process a upgrade to the library. 
Search the TSM support page.

http://www-01.ibm.com/support/docview.wss?rs=663&context=SSGSG7&q1=upgrade+library&uid=swg21203271&loc=en_US&cs=utf-8&lang=en

Resolving the problem When a library is physically upgraded, for example, when 
drives, cells
or columns are added to a physical library to expand it, the Tivoli
Storage Manager server needs to be notified of these changes.What needs
to be done on the Tivoli Storage Manager will depend on the server
level.
With SAN Device Mapping implemented (since TSM520 for
Windows and TSM530 for most other platforms), when hardware changes are
done to the library, the Tivoli Storage Manager server needs to be
restarted. During server initialization, Tivoli Storage Manager server
will access the library. If the library inventory has changed, it will
be refreshed at that time. If drives are added or deleted from the
library or drive element addresses are changed, this information will
be refreshed at server initialization also. If the library path has
changed, then the path needs to be updated with the new device name for
the new library path.


 Jerry Michalak
jerry_...@yahoo.com





From: Howard Coles 
To: ADSM-L@VM.MARIST.EDU
Sent: Mon, January 4, 2010 10:07:53 AM
Subject: Re: [ADSM-L] unexpected result from audit library

That would depend on your library.  However, you can check those tapes
you recently checked in against those you cannot now find and if the
numbers are different lengths you have the volser number issue.

I have two 3584 libraries and they are accessed by going to:
http://libip

I'm assuming your library has a web interface if it's an IBM Library.

Oh, you can also check in all the "unavailable" tapes by setting the
search=yes and status=private, then you should be able to mark them
readwrite again.
If you're library sees them, you should be able to see them via TSM.
That just made me think.  When they added the licenses there's a
possiblity your slot numbers changed (especially if you added slots slot
057 is now 1057, etc.) so that the volumes are visible, they're just not
where they're supposed to be.  Try the Checkin (do on one or two volumes
to test), and if that doesn't work, physically move them out of the
Library, and then check them in via the IO slots.  Making sure to check
them in as Private.

See Ya'
Howard Coles Jr.
John 3:16!


-Original Message-
From: ADSM: Dist Stor Manager [mailto:ads...@vm.marist.edu] On Behalf Of
ashish sharma
Sent: Monday, January 04, 2010 9:55 AM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: [ADSM-L] unexpected result from audit library

Hello Howard,

Yes , they intervened as we didnt had the licenses for all the slots we
have
in the library and we asked for aditional number of licenses. Could you
please let me know how can i check volser length set in the web
interface?

On Mon, Jan 4, 2010 at 9:12 PM, Howard Coles
wrote:

> That's what I would expect at this point either the volume serial
> length, or the licenses aren't right.  I would check the volser length
> set in the web interface with the volume names you have in TSM.  I'll
> bet the length is different.  Then I'd call IBM and yell till someone
> came out and corrected my problem.  Why were they messing with the
> licenses on your library?  I wonder if you got choked down to the
number
> of slots or something along those lines.  I've had problems with IBM
> assuming they can just get in and do things myself.  If they didn't
> contact you, or alert anyone that they were going to be doing this I'd
> be on their case hard.
>
> See Ya'
> Howard Coles Jr.
> John 3:16!
>
> -Original Message-
> From: ADSM: Dist Stor Manager [mailto:ads...@vm.marist.edu] On Behalf
Of
> km
> Sent: Saturday, January 02, 2010 12:07 PM
> To: ADSM-L@VM.MARIST.EDU
> Subject: Re: [ADSM-L] unexpected result from audit library
>
> They didnt perhaps change the length of volser (i.e. if LTO generation
> should be a part of the volume serial or not)? That would explain not
> finding any already checked in volumes.
>
> On 02/01, ashish sharma wrote:
> > Hello Howard,
> >
> > Yes i received a lot of messages " cant find tapes in slot". I just
> received
> > a mail from local system admin saying IBM did some intervention on
the
> > library for installing liocenses and i suspect that may have caused
> some
> > malfunctioning in library which is unable to find the tapes which
were
> > already present.
> >
>



--
Best Regards
Ashish Sharma
ST Microelectronics Ltd.
919717003853


Re: Performance and migration: AIX vs Linux

2009-10-23 Thread Jerry Michalak
I had a similar setup about 2 years ago and ran into some throughput problems 
also.

First, you need to measure the speed of tape output when doing migrations, 
disk-to-tape, and some sort of tape-to-tape processes. I found with my setup 
that I was getting faster transfer speed when doing tape-to-tape !!!

Further investigation pointed to the Clarion device. We where sharing it with 
other applications and found that even though we had many spindles for TSM use 
that we were restricted by the fact that the Clarion system only had 2 I/O 
ports to the SAN running in a failover mode. The EMC people were called and 
"we" were driving the 2 ports at over 80% each so if we ever had a failover we 
were going to be in big trouble. By over using the ports the software within 
the Clarion was slowing our disk I/O down to something slower than the tape 
drives !!!

We went to local disks instead of SAN disks for all of the TSM servers after 
that.


 Jerry Michalak
jerry_...@yahoo.com





From: "Dury, John C." 
To: ADSM-L@VM.MARIST.EDU
Sent: Thu, October 22, 2009 5:13:23 PM
Subject: [ADSM-L] Performance and migration: AIX vs Linux

We are currently running TSM server v5530 under AIX. The AIX server has a 
mixture of different speed (266mhz and 133mhz, both 64bit) PCI-X slots. With 4 
4g HBAs. Our system is connected to a Clariion CX3-80 where the TSM DB and 
Recovery Log and Disk Storage pools live. The disk parts of TSM have 2 4G HBAs 
and powerpath installed and configured for load balancing across both. We have 
2 STK SL500 libraries, both with 4 LTO4 drives. One is local and the other is 
connected via a 2 2G fiber paths to our remote site.  The remote SL500 is 
defined as a copy storage pool. All of the local tape traffic is on one HBA and 
the remote is on another. Disk and tape do not have any traffic on the same 
HBAs ever.   I used a script I found in past emails and the best performance we 
can get on the local SL500 is around 30MBs. The best performance we can get on 
the remote library is about 10MBs.  We recently redid the AIX box and rezoned 
so the disks would be using the
 fastest PCI-X slots and the tape would be using the slower ones to try and 
improve disk performance. This did help some as expiration was running for 
about 8 hours and now it runs in about 4. Our TSM DB is 76800 MB and is 75% 
full right now. I've looked through the latest TSM performance and tuning 
manual and tweaked everything as per recommendations for our setup.

We are considering migrating our AIX server to an Intel based Linux box that 
has a mixture of 8x and 4x PCI Express slots in hopes of maximizing performance 
on both disk and tape and also saving money as AIX boxes are considerably more 
expensive.

So here are my questions:

1.How hard is it to move from an AIX TSM server box to a Linux TSM 
server? I'm hoping it's as easy as building the new box (tape drive,stg pool 
etc) and then restoring the DB and tweaking the new config. I know there is 
more to it than that but without researching it yet, that seems like a logical 
high level overview.

2.Will there be much of a performance difference between and AIX based 
TSM server and a Linux based TSM server?

3.   Going from mixed speeds slots of PCi-X to PCI Express 8x and 4x slots  
should be a significant improvement correct?

I know there are a lot of factors here but we are concerned we aren't getting 
the best performance for our existing hardware. 30MBs (not Mbps) for a LTO4 
drives seems pretty slow and with 4 4x PCI-E and 4 8x PCI-E slots, I can 
balance out the I/O across cards and slots  much better than I can now.

Comments and criticisms? Linux vs AIX?
Thanks for any insight!