SearchFAQMemberlist Log in
Reply to topic Page 41 of 42
Goto page Previous  1, 2, 3 ... , 40, 41, 42  Next
No Title
Author Message
Post No Title 


Post No Title 
Wanda Prather
"I/O, I/O, It's all about I/O" -(me)


-----Original Message-----
From: ADSM: Dist Stor Manager [mailto:ADSM-L < at > VM.MARIST.EDU] On Behalf Of
Lawrence Clark
Sent: Wednesday, December 06, 2006 11:13 AM
To: ADSM-L < at > VM.MARIST.EDU
Subject: Re: wildcard del vol?

Well, from various fiddlings I have a text file from a SELECT with a
series of del files as so:

del vol /var/diskpool/satacopyvoc/00008738.BFS discard=3Dyes wait=3Dyes

del vol /var/diskpool/satacopyvoc/0000873E.BFS discard=3Dyes wait=3Dyes

How do I get TSM to execute each of these commands?

asr < at > UFL.EDU 12/05/06 5:32 PM >>>
On Tue, 5 Dec 2006 16:21:47 -0500, Lawrence Clark
<Larry_Clark < at > THRUWAY.STATE.NY.US> said:


Since I'm redoing the volumes on SAN and need to delete the ones
auto generated by TSM, is there a way of wholesale deleteing the
existing volumes without doing an explicit del vol on each?


dsmadmc -dataonly -tab " select 'del vol ',volume_name,' wait=3Dyes'
where your_criterion_here " > something.macro

then

TSM:your_server > macro something.macro



- Allen S. Rout


The information contained in this electronic message and any attachments
to this message are intended for the exclusive use of the addressee(s)
and may contain information that is confidential, privileged, and/or
otherwise exempt from disclosure under applicable law. If this
electronic message is from an attorney or someone in the Legal
Department, it may also contain confidential attorney-client
communications which may be privileged and protected from disclosure.
If you are not the intended recipient, be advised that you have received
this message in error and that any use, dissemination, forwarding,
printing, or copying is strictly prohibited. Please notify the New York
State Thruway Authority immediately by either responding to this e-mail
or calling (518) 436-2700, and destroy all copies of this message and
any attachments.

Post No Title 
If you are working from the ADMIN GUI,
Go to Object View -> Automation -> Server Scripts
Save those lines as a script.

Post No Title 
Wanda Prather
"I/O, I/O, It's all about I/O" -(me)


-----Original Message-----
From: ADSM: Dist Stor Manager [mailto:ADSM-L < at > VM.MARIST.EDU] On Behalf
Of
Lawrence Clark
Sent: Wednesday, December 06, 2006 11:13 AM
To: ADSM-L < at > VM.MARIST.EDU
Subject: Re: wildcard del vol?

Well, from various fiddlings I have a text file from a SELECT with a
series of del files as so:

del vol /var/diskpool/satacopyvoc/00008738.BFS discard=yes wait=yes

del vol /var/diskpool/satacopyvoc/0000873E.BFS discard=yes wait=yes

How do I get TSM to execute each of these commands?

asr < at > UFL.EDU 12/05/06 5:32 PM >>>
On Tue, 5 Dec 2006 16:21:47 -0500, Lawrence Clark
<Larry_Clark < at > THRUWAY.STATE.NY.US> said:


Since I'm redoing the volumes on SAN and need to delete the ones
auto generated by TSM, is there a way of wholesale deleteing the
existing volumes without doing an explicit del vol on each?


dsmadmc -dataonly -tab " select 'del vol ',volume_name,' wait=yes'
where your_criterion_here " > something.macro

then

TSM:your_server > macro something.macro



- Allen S. Rout


The information contained in this electronic message and any
attachments
to this message are intended for the exclusive use of the addressee(s)
and may contain information that is confidential, privileged, and/or
otherwise exempt from disclosure under applicable law. If this
electronic message is from an attorney or someone in the Legal
Department, it may also contain confidential attorney-client
communications which may be privileged and protected from disclosure.
If you are not the intended recipient, be advised that you have
received
this message in error and that any use, dissemination, forwarding,
printing, or copying is strictly prohibited. Please notify the New
York
State Thruway Authority immediately by either responding to this
e-mail
or calling (518) 436-2700, and destroy all copies of this message and
any attachments.


The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain information that is confidential, privileged, and/or otherwise exempt from disclosure under applicable law. If this electronic message is from an attorney or someone in the Legal Department, it may also contain confidential attorney-client communications which may be privileged and protected from disclosure. If you are not the intended recipient, be advised that you have received this message in error and that any use, dissemination, forwarding, printing, or copying is strictly prohibited. Please notify the New York State Thruway Authority immediately by either responding to this e-mail or calling (518) 436-2700, and destroy all copies of this message and any attachments.

Post No Title 


Post No Title 


Post No Title 
dsmadmc -dataonly=yes -TAB -id=admin -pa=<password> "Select 'del vol
' || volume_name || ' discard=yes wait=yes' from volumes where
stgpool_name='CPSATABG'" > XYZ5

then from TSM admin command line:

macro XYZ5

asr < at > UFL.EDU 12/08/06 10:13 AM >>>
On Thu, 7 Dec 2006 14:13:01 -0500, Lawrence Clark
<Larry_Clark < at > THRUWAY.STATE.NY.US> said:

This was a bear trying to get output in a friendly form to execute as
a
macro. Might be helpful to others.
What worked for me:

1). I built the query in one file with redirtection in the command
line:

/home/root/bin/dsmcmdx "select 'move data', volume_name from volumes
where stgpo
ol_name='CPSATABG'" > DSMSQLTEXT

2) I have the dsmadmc in another file with the -TAB option:

dsmadmc -id=<admin> -pa=<password> -TAB $1


*koff*

On Tue, 05 Dec 2006 17:32:08 -0500, "Allen S. Rout" <asr < at > ufl.edu>
said:

} dsmadmc -dataonly -tab " select 'del vol ',volume_name,' wait=yes'
where your_criterion_here " > something.macro


I really like the SQL concatenation suggestion Bill made:

dsmadmc -dataonly -tab " select 'del vol ' || volume_name || '
wait=yes' where your_criterion_here " > something.macro

would be the revised suggestion.


- Allen S. Rout


The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain information that is confidential, privileged, and/or otherwise exempt from disclosure under applicable law. If this electronic message is from an attorney or someone in the Legal Department, it may also contain confidential attorney-client communications which may be privileged and protected from disclosure. If you are not the intended recipient, be advised that you have received this message in error and that any use, dissemination, forwarding, printing, or copying is strictly prohibited. Please notify the New York State Thruway Authority immediately by either responding to this e-mail or calling (518) 436-2700, and destroy all copies of this message and any attachments.

Post No Title 
I know that a solution would be to go to a native 64-bit MS OS or non-MS
64-bit OS, however, there are some management issues preventing this at
the moment.
Thanks

Leigh

Post No Title 
This mechanism with a remote storage-agent is nice when you have a fast
internal/virtual network, like in the IBM's P570's. You only need 1
system with an HBA to tape while the other lpars in the system use the
internal network to sent the data to the system with the HBA.=20
I played with it and got a reasonable performance on a P570, when using
a virtual internal network with an high MTU size.=20

Jeroen



-----Original Message-----
From: ADSM: Dist Stor Manager [mailto:ADSM-L < at > VM.MARIST.EDU] On Behalf Of
goc
Sent: Wednesday, December 13, 2006 2:48 PM
To: ADSM-L < at > VM.MARIST.EDU
Subject: [ADSM-L] lanfree / storage agent idea or whateva :-)

hi all, i've been thinking ...
is one storage agent enough to serve all lanfree clients we wish to back
up ?

for example:
on server A which is STA i have running dsmsta with following
configuration

root < at > hptdb02:/opt/tivoli/tsm/StorageAgent/bin # more dev* set staname
STA_2 set stapassword password set stahladdress sta_2.domain.hr set
stalladdress 1511 define server MAIN_TSM serverpassword=3Dpassword
hladdress=3Dmain_tsm.domain..hr lladdress=3D1500

&

root < at > hptdb02:/opt/tivoli/tsm/StorageAgent/bin # more dsmsta.opt
SERVERNAME MAIN_TSM DEVCONFIG devconfig.out COMMmethod TCPIP TCPPort
1511

this server A sees the LTO drives as local drives /dev/rmt*, hard linked
as per manual


on client (server B) in dsm.sys i have

...
ENABLELANFREE yes
COMMmethod TCPip
LANFREETCPPort 1511
LANFREECOMMMETHOD TCPip
LANFREETCPServeraddress sta_2.domain.hr
TCPPort 1500
TCPServeraddress main_tsm.domain.hr
...

now my question is : when i define /dev/rmt drives i must do it on STA
server (A) which sees the drives phisicaly and hardlinked to /dev
directory exactly as seen by the MAIN_TSM server

OR

can i place dummy /dev/rmt* on client server since it's using
information from STA server which sees the drives (rmt's) for real ?

how do you manage it ? i got a feeling after some implementation that
STA must be installed and configured on every server which has BA client
ready to backup/archove on it ... (this is maybe even true)

it would be nice that 1 STA i enough and lanfree BA clients can use him
...
i think i need a vacation, i talk too much

thanks.

my new record Smile
-------------------------------------------------------
Total number of objects inspected: 253
Total number of objects backed up: 253
Total number of objects updated: 0
Total number of objects rebound: 0
Total number of objects deleted: 0
Total number of objects expired: 0
Total number of objects failed: 0
Total number of bytes transferred: 2.96 TB
LanFree data bytes: 2.96 TB
Data transfer time: 3,948.46 sec
Network data transfer rate: 805,348.31 KB/sec
Aggregate data transfer rate: 110,039.74 KB/sec
Objects compressed by: 0%
Elapsed processing time: 08:01:37




TSM 5.3.4
AIX 5.2
LTO3
bla bla ...




------=_NextPart_000_24FF0_01C71F6A.2B89E400
Content-Type: text/plain;
name="disclaimer.txt"
Content-Transfer-Encoding: base64
Content-Disposition: attachment;
filename="disclaimer.txt"

//5EAGkAdAAgAGIAZQByAGkAYwBoAHQAIABpAHMAIAB2AGUAcgB0AHIAbwB1AHcAZQBsAGkAagBr
ACAAZQBuACAAawBhAG4AIABnAGUAaABlAGkAbQBlACAAaQBuAGYAbwByAG0AYQB0AGkAZQAgAGIA
ZQB2AGEAdAB0AGUAbgAgAGUAbgBrAGUAbAANAAoAYgBlAHMAdABlAG0AZAAgAHYAbwBvAHIAIABk
AGUAIABnAGUAYQBkAHIAZQBzAHMAZQBlAHIAZABlAC4AIABJAG4AZABpAGUAbgAgAGQAaQB0ACAA
YgBlAHIAaQBjAGgAdAAgAG4AaQBlAHQAIAB2AG8AbwByACAAdQAgAGkAcwAgAGIAZQBzAHQAZQBt
AGQALAANAAoAdgBlAHIAegBvAGUAawBlAG4AIAB3AGkAagAgAHUAIABkAGkAdAAgAG8AbgBtAGkA
ZABkAGUAbABsAGkAagBrACAAYQBhAG4AIABvAG4AcwAgAHQAZQAgAG0AZQBsAGQAZQBuACAAZQBu
ACAAaABlAHQAIABiAGUAcgBpAGMAaAB0ACAAdABlAA0ACgB2AGUAcgBuAGkAZQB0AGkAZwBlAG4A
LgANAAoAQQBhAG4AZwBlAHoAaQBlAG4AIABkAGUAIABpAG4AdABlAGcAcgBpAHQAZQBpAHQAIAB2
AGEAbgAgAGgAZQB0ACAAYgBlAHIAaQBjAGgAdAAgAG4AaQBlAHQAIAB2AGUAaQBsAGkAZwAgAGcA
ZQBzAHQAZQBsAGQAIABpAHMAIABtAGkAZABkAGUAbABzAA0ACgB2AGUAcgB6AGUAbgBkAGkAbgBn
ACAAdgBpAGEAIABpAG4AdABlAHIAbgBlAHQALAAgAGsAYQBuACAAQQB0AG8AcwAgAE8AcgBpAGcA
aQBuACAAbgBpAGUAdAAgAGEAYQBuAHMAcAByAGEAawBlAGwAaQBqAGsAIAB3AG8AcgBkAGUAbgAg
AGcAZQBoAG8AdQBkAGUAbgANAAoAdgBvAG8AcgAgAGQAZQAgAGkAbgBoAG8AdQBkACAAZABhAGEA
cgB2AGEAbgAuAA0ACgBIAG8AZQB3AGUAbAAgAHcAaQBqACAAbwBuAHMAIABpAG4AcwBwAGEAbgBu
AGUAbgAgAGUAZQBuACAAdgBpAHIAdQBzAHYAcgBpAGoAIABuAGUAdAB3AGUAcgBrACAAdABlACAA
aABhAG4AdABlAHIAZQBuACwAIABnAGUAdgBlAG4ADQAKAHcAaQBqACAAZwBlAGUAbgAgAGUAbgBr
AGUAbABlACAAZwBhAHIAYQBuAHQAaQBlACAAZABhAHQAIABkAGkAdAAgAGIAZQByAGkAYwBoAHQA
IAB2AGkAcgB1AHMAdgByAGkAagAgAGkAcwAsACAAbgBvAGMAaAAgAGEAYQBuAHYAYQBhAHIAZABl
AG4AIAB3AGkAagANAAoAZQBuAGkAZwBlACAAYQBhAG4AcwBwAHIAYQBrAGUAbABpAGoAawBoAGUA
aQBkACAAdgBvAG8AcgAgAGQAZQAgAG0AbwBnAGUAbABpAGoAawBlACAAYQBhAG4AdwBlAHoAaQBn
AGgAZQBpAGQAIAB2AGEAbgAgAGUAZQBuACAAdgBpAHIAdQBzACAAaQBuACAAZABpAHQADQAKAGIA
ZQByAGkAYwBoAHQALgANAAoAoAANAAoATwBwACAAYQBsACAAbwBuAHoAZQAgAHIAZQBjAGgAdABz
AHYAZQByAGgAbwB1AGQAaQBuAGcAZQBuACwAIABhAGEAbgBiAGkAZQBkAGkAbgBnAGUAbgAgAGUA
bgAgAG8AdgBlAHIAZQBlAG4AawBvAG0AcwB0AGUAbgAgAHcAYQBhAHIAbwBuAGQAZQByAA0ACgBB
AHQAbwBzACAATwByAGkAZwBpAG4AIABnAG8AZQBkAGUAcgBlAG4AIABlAG4ALwBvAGYAIABkAGkA
ZQBuAHMAdABlAG4AIABsAGUAdgBlAHIAdAAgAHoAaQBqAG4AIABtAGUAdAAgAHUAaQB0AHMAbAB1
AGkAdABpAG4AZwAgAHYAYQBuACAAYQBsAGwAZQANAAoAYQBuAGQAZQByAGUAIAB2AG8AbwByAHcA
YQBhAHIAZABlAG4AIABkAGUAIABMAGUAdgBlAHIAaQBuAGcAcwB2AG8AbwByAHcAYQBhAHIAZABl
AG4AIAB2AGEAbgAgAEEAdABvAHMAIABPAHIAaQBnAGkAbgAgAHYAYQBuACAAdABvAGUAcABhAHMA
cwBpAG4AZwAuAA0ACgBEAGUAegBlACAAdwBvAHIAZABlAG4AIAB1ACAAbwBwACAAYQBhAG4AdgBy
AGEAYQBnACAAZABpAHIAZQBjAHQAIABrAG8AcwB0AGUAbABvAG8AcwAgAHQAbwBlAGcAZQB6AG8A
bgBkAGUAbgAuAA0ACgCgAA0ACgBUAGgAaQBzACAAZQAtAG0AYQBpAGwAIABhAG4AZAAgAHQAaABl
ACAAZABvAGMAdQBtAGUAbgB0AHMAIABhAHQAdABhAGMAaABlAGQAIABhAHIAZQAgAGMAbwBuAGYA
aQBkAGUAbgB0AGkAYQBsACAAYQBuAGQAIABpAG4AdABlAG4AZABlAGQAIABzAG8AbABlAGwAeQAN
AAoAZgBvAHIAIAB0AGgAZQAgAGEAZABkAHIAZQBzAHMAZQBlADsAIABpAHQAIABtAGEAeQAgAGEA
bABzAG8AIABiAGUAIABwAHIAaQB2AGkAbABlAGcAZQBkAC4AIABJAGYAIAB5AG8AdQAgAHIAZQBj
AGUAaQB2AGUAIAB0AGgAaQBzACAAZQAtAG0AYQBpAGwADQAKAGkAbgAgAGUAcgByAG8AcgAsACAA
cABsAGUAYQBzAGUAIABuAG8AdABpAGYAeQAgAHQAaABlACAAcwBlAG4AZABlAHIAIABpAG0AbQBl
AGQAaQBhAHQAZQBsAHkAIABhAG4AZAAgAGQAZQBzAHQAcgBvAHkAIABpAHQALgANAAoAQQBzACAA
aQB0AHMAIABpAG4AdABlAGcAcgBpAHQAeQAgAGMAYQBuAG4AbwB0ACAAYgBlACAAcwBlAGMAdQBy
AGUAZAAgAG8AbgAgAHQAaABlACAASQBuAHQAZQByAG4AZQB0ACwAIAB0AGgAZQAgAEEAdABvAHMA
IABPAHIAaQBnAGkAbgAgAGcAcgBvAHUAcAANAAoAbABpAGEAYgBpAGwAaQB0AHkAIABjAGEAbgBu
AG8AdAAgAGIAZQAgAHQAcgBpAGcAZwBlAHIAZQBkACAAZgBvAHIAIAB0AGgAZQAgAG0AZQBzAHMA
YQBnAGUAIABjAG8AbgB0AGUAbgB0AC4AIABBAGwAdABoAG8AdQBnAGgAIAB0AGgAZQANAAoAcwBl
AG4AZABlAHIAIABlAG4AZABlAGEAdgBvAHUAcgBzACAAdABvACAAbQBhAGkAbgB0AGEAaQBuACAA
YQAgAGMAbwBtAHAAdQB0AGUAcgAgAHYAaQByAHUAcwAtAGYAcgBlAGUAIABuAGUAdAB3AG8AcgBr
ACwAIAB0AGgAZQAgAHMAZQBuAGQAZQByAA0ACgBkAG8AZQBzACAAbgBvAHQAIAB3AGEAcgByAGEA
bgB0ACAAdABoAGEAdAAgAHQAaABpAHMAIAB0AHIAYQBuAHMAbQBpAHMAcwBpAG8AbgAgAGkAcwAg
AHYAaQByAHUAcwAtAGYAcgBlAGUAIABhAG4AZAAgAHcAaQBsAGwAIABuAG8AdAAgAGIAZQANAAoA
bABpAGEAYgBsAGUAIABmAG8AcgAgAGEAbgB5ACAAZABhAG0AYQBnAGUAcwAgAHIAZQBzAHUAbAB0
AGkAbgBnACAAZgByAG8AbQAgAGEAbgB5ACAAdgBpAHIAdQBzACAAdAByAGEAbgBzAG0AaQB0AHQA
ZQBkAC4ADQAKAKAADQAKAE8AbgAgAGEAbABsACAAbwBmAGYAZQByAHMAIABhAG4AZAAgAGEAZwBy
AGUAZQBtAGUAbgB0AHMAIAB1AG4AZABlAHIAIAB3AGgAaQBjAGgAIABBAHQAbwBzACAATwByAGkA
ZwBpAG4AIABzAHUAcABwAGwAaQBlAHMAIABnAG8AbwBkAHMAIABhAG4AZAAvAG8AcgANAAoAcwBl
AHIAdgBpAGMAZQBzACAAbwBmACAAdwBoAGEAdABlAHYAZQByACAAbgBhAHQAdQByAGUALAAgAHQA
aABlACAAVABlAHIAbQBzACAAbwBmACAARABlAGwAaQB2AGUAcgB5ACAAZgByAG8AbQAgAEEAdABv
AHMAIABPAHIAaQBnAGkAbgANAAoAZQB4AGMAbAB1AHMAaQB2AGUAbAB5ACAAYQBwAHAAbAB5AC4A
IAANAAoAVABoAGUAIABUAGUAcgBtAHMAIABvAGYAIABEAGUAbABpAHYAZQByAHkAIABzAGgAYQBs
AGwAIABiAGUAIABwAHIAbwBtAHAAdABsAHkAIABzAHUAYgBtAGkAdAB0AGUAZAAgAHQAbwAgAHkA
bwB1ACAAbwBuACAAeQBvAHUAcgAgAHIAZQBxAHUAZQBzAHQA

------=_NextPart_000_24FF0_01C71F6A.2B89E400--

Post No Title 


Post No Title 


Post No Title 
Apperently write speed seems OK but read spead is an issue?! Or is this
normal?



Thanks
Henrik




















-------------------------------------------------------------------
The information contained in this message may be CONFIDENTIAL and is
intended for the addressee only. Any unauthorised use, dissemination of =
the
information or copying of this message is prohibited. If you are not the
addressee, please notify the sender immediately by return e-mail and =
delete
this message.
Thank you.

Post No Title 
Apperently write speed seems OK but read spead is an issue?! Or is this
normal?



Thanks
Henrik




















-------------------------------------------------------------------
The information contained in this message may be CONFIDENTIAL and is
intended for the addressee only. Any unauthorised use, dissemination of
the
information or copying of this message is prohibited. If you are not the
addressee, please notify the sender immediately by return e-mail and
delete
this message.
Thank you.

Post No Title 
ANS4047E There is a read error on '\\l00srv10\e$'. The file
is skipped.



What could be the reason for this error? File system corruption?



TSM Windows client version is 5.2.4.8 (32bit)

Windows system is Server 2000 SP4



Thanks for your input

regards,

Rainer

Post No Title 
Apperently write speed seems OK but read spead is an issue?! Or is this
normal?



Thanks
Henrik




















-------------------------------------------------------------------
The information contained in this message may be CONFIDENTIAL and is
intended for the addressee only. Any unauthorised use, dissemination of
the information or copying of this message is prohibited. If you are not
the addressee, please notify the sender immediately by return e-mail and
delete this message.
Thank you.


-------------------------------------------------------------------
The information contained in this message may be CONFIDENTIAL and is
intended for the addressee only. Any unauthorised use, dissemination of =
the
information or copying of this message is prohibited. If you are not the
addressee, please notify the sender immediately by return e-mail and =
delete
this message.
Thank you.

Display posts from previous:
Reply to topic Page 41 of 42
Goto page Previous  1, 2, 3 ... , 40, 41, 42  Next
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
  


Magic SEO URL for phpBB