Re: Virtual volume - physical Volume

2001-01-24 Thread Horst Scherzer

Winfried Heilmann wrote:

 Hi,

 does anybody know how I can find out on which physical volume a virtual
 volume ist stored. I have only the name of the virtual volume.

 Regards winfried

A VV is simply stored as an archive object, so querying the contents table
of the appropriate storage pool on the target server should do the job.

Hth,
--


Horst SCHERZER   e-Mail: [EMAIL PROTECTED]
Zentraler Informatikdienst Uni Wien  Phone:  (+43 1) 4277 x14053
Universitaetsstr.7   Fax:(+43 1) 4277  x9140
A-1010 Vienna, Austria  URL: http://mailbox.univie.ac.at/~sc


begin:vcard
n:Scherzer;Horst
tel;fax:4277-9140
tel;work:4277-14053
x-mozilla-html:FALSE
url:http://mailbox.univie.ac.at/~sc
org:Zentraler Informatikdienst Uni-Wien
adr:;;Universitaetsstr.7;A-1010 Wien;Oesterreich;;
version:2.1
email;internet:[EMAIL PROTECTED]
title:Systems Programmer
fn:Horst Scherzer
end:vcard



Re: Virtual volume - physical Volume

2001-01-24 Thread paul baines


Or select object_id from archives where hl_name='ADSM/virtual volume name' and then do a show bfo 0 xxx where xxx is the object_id(s) from the query, to get the volsers. 
  Hi,
 
  does anybody know how I can find out on which physical volume a virtual
  volume ist stored. I have only the name of the virtual volume.
 
  Regards winfried

A VV is simply stored as an archive object, so querying the contents table
of the appropriate storage pool on the target server should do the job.

Hth,
--


Horst SCHERZER e-Mail: [EMAIL PROTECTED]
Zentraler Informatikdienst Uni Wien Phone: (+43 1) 4277 x14053
Universitaetsstr.7 Fax: (+43 1) 4277 x9140
A-1010 Vienna, Austria URL: http://mailbox.univie.ac.at/~sc

 Horst.Scherzer.vcf 
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.


Re: Virtual volume - physical Volume

2001-01-24 Thread Stephen Mackereth

Hi Winfried,

try this select statement. This will take a while for it to run - seeing to
runs through on of the largest table in the database.

local server (where the virtual volume is created)
remote server (where the virtual volume is stored)

(run on the remote server)
select volume_name from contents where node_name='(*1)' and
filespace_name='ADSM.SERVER' and file_name like '%(*2)%'

*1 = the node_name of the local server on the remote server.

*2 = can be just the 9 digit virtual volume serial number (from the local
server).



Regards

Stephen Mackereth
Senior UNIX Consultant / Senior Storage Administrator (TSM)
ITS Unix Systems Support
Coles Myer Ltd.


-Original Message-
From: Winfried Heilmann [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, 24 January 2001 19:48
To: [EMAIL PROTECTED]
Subject: Virtual volume - physical Volume


Hi,

does anybody know how I can find out on which physical volume a virtual
volume ist stored. I have only the name of the virtual volume.

Regards winfried

This email and any attachments may contain privileged and
confidential information and are intended for the named
addressee only.  If you have received this e-mail in error,
please notify the sender and delete this e-mail immediately.
Any confidentiality, privilege or copyright is not waived or
lost because this e-mail has been sent to you in error.  It
is your responsibility to check this e-mail and any
attachments for viruses.