Re: Adding new DB & RecLog volumes whilst TSM server is running ( on OS390)

2004-04-26 Thread Gee, Norman
All of this is true, but the dsmfmt program will work without the //OPT
dddef.  It is not needed to format any of the volumes, DB, recovery or disk
cache volumes.  It works without specifying //OPT, so why confuse the matter
with multiple option files.

> -Original Message-
> From: Brian L. Nick [mailto:[EMAIL PROTECTED]
> Sent: Monday, April 26, 2004 10:12 AM
> To: [EMAIL PROTECTED]
> Subject: Re: Adding new DB & RecLog volumes whilst TSM server
> is running ( on OS390)
>
>
> Crude but simple way to do this. Stop the TSM server and
> create a copy of
> your .opt file .opt2 or .opt.batch and run the format job against the
> copied file. Just need to keep the copy option file up to date.
>
>  - Brian
>
>
> Brian L. Nick
> Systems Technician - Enterprise Storage Solutions
> The Phoenix Companies Inc.
> 100 Bright Meadow Blvd
> Enfield CT. 06082-1900
>
> E-MAIL:  [EMAIL PROTECTED]
> PHONE:   (860)403-2281
>
>
>
>   "Gee, Norman"
>   <[EMAIL PROTECTED]To:
> [EMAIL PROTECTED]
>               .GOV>            cc:
>               Sent by: "ADSM:  Subject:  Re:
> Adding new DB &
> RecLog volumes whilst TSM server is running ( on OS390)
>   Dist Stor
>   Manager"
>   <[EMAIL PROTECTED]
>   .EDU>
>   04/26/2004 12:46
>   PM
>   Please respond to
>   "ADSM: Dist Stor
>   Manager"
>
>
>
>
> If you change it to disp=shr, then the TSM started task can't
> update the
> option file on the fly.
>
> > -----Original Message-
> > From: Slag, Jerry B. [mailto:[EMAIL PROTECTED]
> > Sent: Monday, April 26, 2004 7:37 AM
> > To: [EMAIL PROTECTED]
> > Subject: Re: Adding new DB & RecLog volumes whilst TSM server
> > is running ( on OS390)
> >
> >
> > Change the dd def to "disp=shr" in the TSM procedure - don't
> > let tsm have
> > exclusive control.
> >
> > -Original Message-
> > From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED]
> > Behalf Of
> > Gee, Norman
> > Sent: Monday, April 26, 2004 12:06 AM
> > To: [EMAIL PROTECTED]
> > Subject: Re: Adding new DB & RecLog volumes whilst TSM server
> > is running
> > ( on OS390)
> >
> >
> > Did you know that this job will still work with the dddef for //OPT
> > commented out or left out.
> > I discover this when I decided I did not want to shutdown my
> > TSM server
> >
> > -Original Message-
> > From: Paul Van De Vijver [mailto:[EMAIL PROTECTED]
> > Sent: Wednesday, April 07, 2004 4:30 AM
> > To: [EMAIL PROTECTED]
> > Subject: Adding new DB & RecLog volumes whilst TSM server is
> > running (on
> > OS390)
> >
> >
> > Hi,
> >
> > TSM Server (Version 5.1.8.0) running on OS390 2.10 (in the
> near future
> > Z/OS)
> >
> > Up to now I always halted the TSM Server to define & format
> > additional
> > volumes
> > See example JCL below :
> >
> > //ALLOCAT  EXEC PGM=IDCAMS
> > //SYSPRINT  DD  SYSOUT=*
> > //SYSIN DD  *
> > DEFINE CLUSTER(NAME(ADSM.DB06) LINEAR MB(2341)
> > VOL(ADSM21))
> > /*
> >
> > //ADSMFMT  EXEC PGM=DSMFMT,DYNAMNBR=300,COND=(0,NE,ALLOCAT),
> > // PARM='/ADSM.DB06'
> > //OPT   DD  DSN=ADSM.ANRSERV.OPTIONS,DISP=SHR
> > //DSMAMENG  DD  DSN=TIVSM.V5R1M0.SANRMSG(ANRMENU),DISP=SHR
> > //SYSPRINT  DD  SYSOUT=*
> > //SYSTERM   DD  SYSOUT=*
> > //*
> >
> > Because the TSM Server options file (//OPT) is in exclusive
> > use by the TSM
> > started task
> > I have to stop the TSM Server before being able to execute
> > the format job.
> >
> > Up to now there was no real problem with halting the server
> for a few
> > minutes to do this, but it is becoming
> > more and more difficult (even impossible) to find a moment
> where I can
> > stop the server (due to API-clients
> > which are accessing the server randomly) without causing
> > archive/restore
> > problems.
> >
> > I think this problem should be solved by simply using another
> > options file
> > name (which is a copy from the original one)
> > for the format job (and TSM Server keeps running in the mean

Re: Adding new DB & RecLog volumes whilst TSM server is running ( on OS390)

2004-04-26 Thread Brian L. Nick
Crude but simple way to do this. Stop the TSM server and create a copy of
your .opt file .opt2 or .opt.batch and run the format job against the
copied file. Just need to keep the copy option file up to date.

 - Brian


Brian L. Nick
Systems Technician - Enterprise Storage Solutions
The Phoenix Companies Inc.
100 Bright Meadow Blvd
Enfield CT. 06082-1900

E-MAIL:  [EMAIL PROTECTED]
PHONE:   (860)403-2281



  "Gee, Norman"
  <[EMAIL PROTECTED]To:   [EMAIL PROTECTED]
  .GOV>cc:
  Sent by: "ADSM:      Subject:  Re: Adding new DB &
RecLog volumes whilst TSM server is running ( on OS390)
  Dist Stor
  Manager"
  <[EMAIL PROTECTED]
  .EDU>
  04/26/2004 12:46
  PM
  Please respond to
  "ADSM: Dist Stor
  Manager"




If you change it to disp=shr, then the TSM started task can't update the
option file on the fly.

> -Original Message-
> From: Slag, Jerry B. [mailto:[EMAIL PROTECTED]
> Sent: Monday, April 26, 2004 7:37 AM
> To: [EMAIL PROTECTED]
> Subject: Re: Adding new DB & RecLog volumes whilst TSM server
> is running ( on OS390)
>
>
> Change the dd def to "disp=shr" in the TSM procedure - don't
> let tsm have
> exclusive control.
>
> -Original Message-
> From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED]
> Behalf Of
> Gee, Norman
> Sent: Monday, April 26, 2004 12:06 AM
> To: [EMAIL PROTECTED]
> Subject: Re: Adding new DB & RecLog volumes whilst TSM server
> is running
> ( on OS390)
>
>
> Did you know that this job will still work with the dddef for //OPT
> commented out or left out.
> I discover this when I decided I did not want to shutdown my
> TSM server
>
> -----Original Message-
> From: Paul Van De Vijver [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, April 07, 2004 4:30 AM
> To: [EMAIL PROTECTED]
> Subject: Adding new DB & RecLog volumes whilst TSM server is
> running (on
> OS390)
>
>
> Hi,
>
> TSM Server (Version 5.1.8.0) running on OS390 2.10 (in the near future
> Z/OS)
>
> Up to now I always halted the TSM Server to define & format
> additional
> volumes
> See example JCL below :
>
> //ALLOCAT  EXEC PGM=IDCAMS
> //SYSPRINT  DD  SYSOUT=*
> //SYSIN DD  *
> DEFINE CLUSTER(NAME(ADSM.DB06) LINEAR MB(2341)
> VOL(ADSM21))
> /*
>
> //ADSMFMT  EXEC PGM=DSMFMT,DYNAMNBR=300,COND=(0,NE,ALLOCAT),
> // PARM='/ADSM.DB06'
> //OPT   DD  DSN=ADSM.ANRSERV.OPTIONS,DISP=SHR
> //DSMAMENG  DD  DSN=TIVSM.V5R1M0.SANRMSG(ANRMENU),DISP=SHR
> //SYSPRINT  DD  SYSOUT=*
> //SYSTERM   DD  SYSOUT=*
> //*
>
> Because the TSM Server options file (//OPT) is in exclusive
> use by the TSM
> started task
> I have to stop the TSM Server before being able to execute
> the format job.
>
> Up to now there was no real problem with halting the server for a few
> minutes to do this, but it is becoming
> more and more difficult (even impossible) to find a moment where I can
> stop the server (due to API-clients
> which are accessing the server randomly) without causing
> archive/restore
> problems.
>
> I think this problem should be solved by simply using another
> options file
> name (which is a copy from the original one)
> for the format job (and TSM Server keeps running in the meantime).
>
> Can I do this ? Or do I forget something and MUST I stop the
> TSM Server ?
>
> Thanks for any info.
>
> Best regards,
>
> Paul Van de Vijver
> Honda Europe NV
> Belgium
>
>
> The information contained in this communication is
> confidential and may be
> legally privileged. It is intended solely for the use of the
> individual or
> the entity to whom it is addressed and others authorised to
> receive it. If
> you have received it by mistake, please let the sender know
> by e-mail reply
> and delete it from your system.
> If you are not the intended recipient you are hereby notified that any
> disclosure, copying, distribution or taking any action in
> reliance of the
> contents of this information is strictly prohibited and may
> be unlawful.
> Honda Europe NV is neither liable for the proper and complete
> transmission
> of the information contained in this communication nor for
> any delay in its
> receipt.
>







***
CON

Re: Adding new DB & RecLog volumes whilst TSM server is running ( on OS390)

2004-04-26 Thread Slag, Jerry B.
If you issue a set or setopt command tsm takes exclusive control long enough
to update the file and then releases exclusive control.

-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] Behalf Of
Gee, Norman
Sent: Monday, April 26, 2004 11:47 AM
To: [EMAIL PROTECTED]
Subject: Re: Adding new DB & RecLog volumes whilst TSM server is running
( on OS390)


If you change it to disp=shr, then the TSM started task can't update the
option file on the fly.

> -Original Message-
> From: Slag, Jerry B. [mailto:[EMAIL PROTECTED]
> Sent: Monday, April 26, 2004 7:37 AM
> To: [EMAIL PROTECTED]
> Subject: Re: Adding new DB & RecLog volumes whilst TSM server
> is running ( on OS390)
>
>
> Change the dd def to "disp=shr" in the TSM procedure - don't
> let tsm have
> exclusive control.
>
> -Original Message-
> From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED]
> Behalf Of
> Gee, Norman
> Sent: Monday, April 26, 2004 12:06 AM
> To: [EMAIL PROTECTED]
> Subject: Re: Adding new DB & RecLog volumes whilst TSM server
> is running
> ( on OS390)
>
>
> Did you know that this job will still work with the dddef for //OPT
> commented out or left out.
> I discover this when I decided I did not want to shutdown my
> TSM server
>
> -Original Message-
> From: Paul Van De Vijver [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, April 07, 2004 4:30 AM
> To: [EMAIL PROTECTED]
> Subject: Adding new DB & RecLog volumes whilst TSM server is
> running (on
> OS390)
>
>
> Hi,
>
> TSM Server (Version 5.1.8.0) running on OS390 2.10 (in the near future
> Z/OS)
>
> Up to now I always halted the TSM Server to define & format
> additional
> volumes
> See example JCL below :
>
> //ALLOCAT  EXEC PGM=IDCAMS
> //SYSPRINT  DD  SYSOUT=*
> //SYSIN DD  *
> DEFINE CLUSTER(NAME(ADSM.DB06) LINEAR MB(2341)
> VOL(ADSM21))
> /*
>
> //ADSMFMT  EXEC PGM=DSMFMT,DYNAMNBR=300,COND=(0,NE,ALLOCAT),
> // PARM='/ADSM.DB06'
> //OPT   DD  DSN=ADSM.ANRSERV.OPTIONS,DISP=SHR
> //DSMAMENG  DD  DSN=TIVSM.V5R1M0.SANRMSG(ANRMENU),DISP=SHR
> //SYSPRINT  DD  SYSOUT=*
> //SYSTERM   DD  SYSOUT=*
> //*
>
> Because the TSM Server options file (//OPT) is in exclusive
> use by the TSM
> started task
> I have to stop the TSM Server before being able to execute
> the format job.
>
> Up to now there was no real problem with halting the server for a few
> minutes to do this, but it is becoming
> more and more difficult (even impossible) to find a moment where I can
> stop the server (due to API-clients
> which are accessing the server randomly) without causing
> archive/restore
> problems.
>
> I think this problem should be solved by simply using another
> options file
> name (which is a copy from the original one)
> for the format job (and TSM Server keeps running in the meantime).
>
> Can I do this ? Or do I forget something and MUST I stop the
> TSM Server ?
>
> Thanks for any info.
>
> Best regards,
>
> Paul Van de Vijver
> Honda Europe NV
> Belgium
>
>
> The information contained in this communication is
> confidential and may be
> legally privileged. It is intended solely for the use of the
> individual or
> the entity to whom it is addressed and others authorised to
> receive it. If
> you have received it by mistake, please let the sender know
> by e-mail reply
> and delete it from your system.
> If you are not the intended recipient you are hereby notified that any
> disclosure, copying, distribution or taking any action in
> reliance of the
> contents of this information is strictly prohibited and may
> be unlawful.
> Honda Europe NV is neither liable for the proper and complete
> transmission
> of the information contained in this communication nor for
> any delay in its
> receipt.
>


Re: Adding new DB & RecLog volumes whilst TSM server is running ( on OS390)

2004-04-26 Thread Gee, Norman
If you change it to disp=shr, then the TSM started task can't update the
option file on the fly.

> -Original Message-
> From: Slag, Jerry B. [mailto:[EMAIL PROTECTED]
> Sent: Monday, April 26, 2004 7:37 AM
> To: [EMAIL PROTECTED]
> Subject: Re: Adding new DB & RecLog volumes whilst TSM server
> is running ( on OS390)
>
>
> Change the dd def to "disp=shr" in the TSM procedure - don't
> let tsm have
> exclusive control.
>
> -Original Message-
> From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED]
> Behalf Of
> Gee, Norman
> Sent: Monday, April 26, 2004 12:06 AM
> To: [EMAIL PROTECTED]
> Subject: Re: Adding new DB & RecLog volumes whilst TSM server
> is running
> ( on OS390)
>
>
> Did you know that this job will still work with the dddef for //OPT
> commented out or left out.
> I discover this when I decided I did not want to shutdown my
> TSM server
>
> -Original Message-
> From: Paul Van De Vijver [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, April 07, 2004 4:30 AM
> To: [EMAIL PROTECTED]
> Subject: Adding new DB & RecLog volumes whilst TSM server is
> running (on
> OS390)
>
>
> Hi,
>
> TSM Server (Version 5.1.8.0) running on OS390 2.10 (in the near future
> Z/OS)
>
> Up to now I always halted the TSM Server to define & format
> additional
> volumes
> See example JCL below :
>
> //ALLOCAT  EXEC PGM=IDCAMS
> //SYSPRINT  DD  SYSOUT=*
> //SYSIN DD  *
> DEFINE CLUSTER(NAME(ADSM.DB06) LINEAR MB(2341)
> VOL(ADSM21))
> /*
>
> //ADSMFMT  EXEC PGM=DSMFMT,DYNAMNBR=300,COND=(0,NE,ALLOCAT),
> // PARM='/ADSM.DB06'
> //OPT   DD  DSN=ADSM.ANRSERV.OPTIONS,DISP=SHR
> //DSMAMENG  DD  DSN=TIVSM.V5R1M0.SANRMSG(ANRMENU),DISP=SHR
> //SYSPRINT  DD  SYSOUT=*
> //SYSTERM   DD  SYSOUT=*
> //*
>
> Because the TSM Server options file (//OPT) is in exclusive
> use by the TSM
> started task
> I have to stop the TSM Server before being able to execute
> the format job.
>
> Up to now there was no real problem with halting the server for a few
> minutes to do this, but it is becoming
> more and more difficult (even impossible) to find a moment where I can
> stop the server (due to API-clients
> which are accessing the server randomly) without causing
> archive/restore
> problems.
>
> I think this problem should be solved by simply using another
> options file
> name (which is a copy from the original one)
> for the format job (and TSM Server keeps running in the meantime).
>
> Can I do this ? Or do I forget something and MUST I stop the
> TSM Server ?
>
> Thanks for any info.
>
> Best regards,
>
> Paul Van de Vijver
> Honda Europe NV
> Belgium
>
>
> The information contained in this communication is
> confidential and may be
> legally privileged. It is intended solely for the use of the
> individual or
> the entity to whom it is addressed and others authorised to
> receive it. If
> you have received it by mistake, please let the sender know
> by e-mail reply
> and delete it from your system.
> If you are not the intended recipient you are hereby notified that any
> disclosure, copying, distribution or taking any action in
> reliance of the
> contents of this information is strictly prohibited and may
> be unlawful.
> Honda Europe NV is neither liable for the proper and complete
> transmission
> of the information contained in this communication nor for
> any delay in its
> receipt.
>


Re: Adding new DB & RecLog volumes whilst TSM server is running ( on OS390)

2004-04-26 Thread Slag, Jerry B.
Change the dd def to "disp=shr" in the TSM procedure - don't let tsm have
exclusive control.

-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] Behalf Of
Gee, Norman
Sent: Monday, April 26, 2004 12:06 AM
To: [EMAIL PROTECTED]
Subject: Re: Adding new DB & RecLog volumes whilst TSM server is running
( on OS390)


Did you know that this job will still work with the dddef for //OPT
commented out or left out.
I discover this when I decided I did not want to shutdown my TSM server

-Original Message-
From: Paul Van De Vijver [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 07, 2004 4:30 AM
To: [EMAIL PROTECTED]
Subject: Adding new DB & RecLog volumes whilst TSM server is running (on
OS390)


Hi,

TSM Server (Version 5.1.8.0) running on OS390 2.10 (in the near future
Z/OS)

Up to now I always halted the TSM Server to define & format  additional
volumes
See example JCL below :

//ALLOCAT  EXEC PGM=IDCAMS
//SYSPRINT  DD  SYSOUT=*
//SYSIN DD  *
DEFINE CLUSTER(NAME(ADSM.DB06) LINEAR MB(2341) VOL(ADSM21))
/*

//ADSMFMT  EXEC PGM=DSMFMT,DYNAMNBR=300,COND=(0,NE,ALLOCAT),
// PARM='/ADSM.DB06'
//OPT   DD  DSN=ADSM.ANRSERV.OPTIONS,DISP=SHR
//DSMAMENG  DD  DSN=TIVSM.V5R1M0.SANRMSG(ANRMENU),DISP=SHR
//SYSPRINT  DD  SYSOUT=*
//SYSTERM   DD  SYSOUT=*
//*

Because the TSM Server options file (//OPT) is in exclusive use by the TSM
started task
I have to stop the TSM Server before being able to execute the format job.

Up to now there was no real problem with halting the server for a few
minutes to do this, but it is becoming
more and more difficult (even impossible) to find a moment where I can
stop the server (due to API-clients
which are accessing the server randomly) without causing archive/restore
problems.

I think this problem should be solved by simply using another options file
name (which is a copy from the original one)
for the format job (and TSM Server keeps running in the meantime).

Can I do this ? Or do I forget something and MUST I stop the TSM Server ?

Thanks for any info.

Best regards,

Paul Van de Vijver
Honda Europe NV
Belgium


The information contained in this communication is confidential and may be
legally privileged. It is intended solely for the use of the individual or
the entity to whom it is addressed and others authorised to receive it. If
you have received it by mistake, please let the sender know by e-mail reply
and delete it from your system.
If you are not the intended recipient you are hereby notified that any
disclosure, copying, distribution or taking any action in reliance of the
contents of this information is strictly prohibited and may be unlawful.
Honda Europe NV is neither liable for the proper and complete transmission
of the information contained in this communication nor for any delay in its
receipt.


Re: Adding new DB & RecLog volumes whilst TSM server is running ( on OS390)

2004-04-25 Thread Gee, Norman
Did you know that this job will still work with the dddef for //OPT
commented out or left out.
I discover this when I decided I did not want to shutdown my TSM server

-Original Message-
From: Paul Van De Vijver [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 07, 2004 4:30 AM
To: [EMAIL PROTECTED]
Subject: Adding new DB & RecLog volumes whilst TSM server is running (on
OS390)


Hi,

TSM Server (Version 5.1.8.0) running on OS390 2.10 (in the near future
Z/OS)

Up to now I always halted the TSM Server to define & format  additional
volumes
See example JCL below :

//ALLOCAT  EXEC PGM=IDCAMS
//SYSPRINT  DD  SYSOUT=*
//SYSIN DD  *
DEFINE CLUSTER(NAME(ADSM.DB06) LINEAR MB(2341) VOL(ADSM21))
/*

//ADSMFMT  EXEC PGM=DSMFMT,DYNAMNBR=300,COND=(0,NE,ALLOCAT),
// PARM='/ADSM.DB06'
//OPT   DD  DSN=ADSM.ANRSERV.OPTIONS,DISP=SHR
//DSMAMENG  DD  DSN=TIVSM.V5R1M0.SANRMSG(ANRMENU),DISP=SHR
//SYSPRINT  DD  SYSOUT=*
//SYSTERM   DD  SYSOUT=*
//*

Because the TSM Server options file (//OPT) is in exclusive use by the TSM
started task
I have to stop the TSM Server before being able to execute the format job.

Up to now there was no real problem with halting the server for a few
minutes to do this, but it is becoming
more and more difficult (even impossible) to find a moment where I can
stop the server (due to API-clients
which are accessing the server randomly) without causing archive/restore
problems.

I think this problem should be solved by simply using another options file
name (which is a copy from the original one)
for the format job (and TSM Server keeps running in the meantime).

Can I do this ? Or do I forget something and MUST I stop the TSM Server ?

Thanks for any info.

Best regards,

Paul Van de Vijver
Honda Europe NV
Belgium


The information contained in this communication is confidential and may be
legally privileged. It is intended solely for the use of the individual or
the entity to whom it is addressed and others authorised to receive it. If
you have received it by mistake, please let the sender know by e-mail reply
and delete it from your system.
If you are not the intended recipient you are hereby notified that any
disclosure, copying, distribution or taking any action in reliance of the
contents of this information is strictly prohibited and may be unlawful.
Honda Europe NV is neither liable for the proper and complete transmission
of the information contained in this communication nor for any delay in its
receipt.


Re: Adding new DB & RecLog volumes whilst TSM server is running (on OS390)

2004-04-07 Thread John Naylor
Paul Van De Vijver  wrote
>>Because the TSM Server options file (//OPT) is in exclusive use by the
TSM
>>started task
>>I have to stop the TSM Server before being able to execute the format
job.

Your jcl is fine. Check your ADSM started task jcl. Make sure your opt dd
is disp=shr

regards,
John




**
The information in this E-Mail is confidential and may be legally
privileged. It may not represent the views of Scottish and Southern
Energy Group.
It is intended solely for the addressees. Access to this E-Mail by
anyone else is unauthorised. If you are not the intended recipient,
any disclosure, copying, distribution or any action taken or omitted
to be taken in reliance on it, is prohibited and may be unlawful.
Any unauthorised recipient should advise the sender immediately of
the error in transmission.

Scottish Hydro-Electric, Southern Electric, SWALEC and S+S
are trading names of the Scottish and Southern Energy Group.
**


Re: Adding new DB & RecLog volumes whilst TSM server is running (on OS390)

2004-04-07 Thread Zoltan Forray/AC/VCU
I never stop my TSM server to add volumes.  I just let the TSM server
format the volume.  Define the cluster using standard IDCAMS as you have
and then just define the volume to the storage pool. TSM does the rest.

Or, I just have a dummy copy of the "opt" file to perform the standalone
formating.  You still have to add it to the storage pool, the usual way !




Paul Van De Vijver <[EMAIL PROTECTED]>
Sent by: "ADSM: Dist Stor Manager" <[EMAIL PROTECTED]>
04/07/2004 07:29 AM
Please respond to
"ADSM: Dist Stor Manager" <[EMAIL PROTECTED]>


To
[EMAIL PROTECTED]
cc

Subject
Adding new DB & RecLog volumes whilst TSM server is running (on OS390)






Hi,

TSM Server (Version 5.1.8.0) running on OS390 2.10 (in the near future
Z/OS)

Up to now I always halted the TSM Server to define & format  additional
volumes
See example JCL below :

//ALLOCAT  EXEC PGM=IDCAMS
//SYSPRINT  DD  SYSOUT=*
//SYSIN DD  *
DEFINE CLUSTER(NAME(ADSM.DB06) LINEAR MB(2341) VOL(ADSM21))
/*

//ADSMFMT  EXEC PGM=DSMFMT,DYNAMNBR=300,COND=(0,NE,ALLOCAT),
// PARM='/ADSM.DB06'
//OPT   DD  DSN=ADSM.ANRSERV.OPTIONS,DISP=SHR
//DSMAMENG  DD  DSN=TIVSM.V5R1M0.SANRMSG(ANRMENU),DISP=SHR
//SYSPRINT  DD  SYSOUT=*
//SYSTERM   DD  SYSOUT=*
//*

Because the TSM Server options file (//OPT) is in exclusive use by the TSM
started task
I have to stop the TSM Server before being able to execute the format job.

Up to now there was no real problem with halting the server for a few
minutes to do this, but it is becoming
more and more difficult (even impossible) to find a moment where I can
stop the server (due to API-clients
which are accessing the server randomly) without causing archive/restore
problems.

I think this problem should be solved by simply using another options file
name (which is a copy from the original one)
for the format job (and TSM Server keeps running in the meantime).

Can I do this ? Or do I forget something and MUST I stop the TSM Server ?

Thanks for any info.

Best regards,

Paul Van de Vijver
Honda Europe NV
Belgium


The information contained in this communication is confidential and may be
legally privileged. It is intended solely for the use of the individual or
the entity to whom it is addressed and others authorised to receive it. If
you have received it by mistake, please let the sender know by e-mail
reply and delete it from your system.
If you are not the intended recipient you are hereby notified that any
disclosure, copying, distribution or taking any action in reliance of the
contents of this information is strictly prohibited and may be unlawful.
Honda Europe NV is neither liable for the proper and complete transmission
of the information contained in this communication nor for any delay in
its receipt.


Re: Adding new DB & RecLog volumes whilst TSM server is running (on OS390)

2004-04-07 Thread Joni Moyer
Paul,

You should be able to allocate & format the volume dynamically and then add
it to your TSM server.  You shouldn't have to stop/start the server at all.
(At least I never have...)  Then you should be able to define the new db or
log volume to your tsm server.  If you have any questions about how we do
this, just let me know.  Good luck!!!



Joni Moyer
Highmark
Storage Systems
Work:(717)302-6603
Fax:(717)302-5974
[EMAIL PROTECTED]




 Paul Van De
 Vijver
   [EMAIL PROTECTED]
 Sent by: "ADSM:cc
 Dist Stor
 Manager"  Subject
 <[EMAIL PROTECTED] Adding new DB & RecLog volumes
 .EDU> whilst TSM server is running (on
   OS390)

 04/07/2004 07:29
 AM


 Please respond to
 "ADSM: Dist Stor
 Manager"
 <[EMAIL PROTECTED]
   .EDU>






Hi,

TSM Server (Version 5.1.8.0) running on OS390 2.10 (in the near future
Z/OS)

Up to now I always halted the TSM Server to define & format  additional
volumes
See example JCL below :

//ALLOCAT  EXEC PGM=IDCAMS
//SYSPRINT  DD  SYSOUT=*
//SYSIN DD  *
DEFINE CLUSTER(NAME(ADSM.DB06) LINEAR MB(2341) VOL(ADSM21))
/*

//ADSMFMT  EXEC PGM=DSMFMT,DYNAMNBR=300,COND=(0,NE,ALLOCAT),
// PARM='/ADSM.DB06'
//OPT   DD  DSN=ADSM.ANRSERV.OPTIONS,DISP=SHR
//DSMAMENG  DD  DSN=TIVSM.V5R1M0.SANRMSG(ANRMENU),DISP=SHR
//SYSPRINT  DD  SYSOUT=*
//SYSTERM   DD  SYSOUT=*
//*

Because the TSM Server options file (//OPT) is in exclusive use by the TSM
started task
I have to stop the TSM Server before being able to execute the format job.

Up to now there was no real problem with halting the server for a few
minutes to do this, but it is becoming
more and more difficult (even impossible) to find a moment where I can
stop the server (due to API-clients
which are accessing the server randomly) without causing archive/restore
problems.

I think this problem should be solved by simply using another options file
name (which is a copy from the original one)
for the format job (and TSM Server keeps running in the meantime).

Can I do this ? Or do I forget something and MUST I stop the TSM Server ?

Thanks for any info.

Best regards,

Paul Van de Vijver
Honda Europe NV
Belgium


The information contained in this communication is confidential and may be
legally privileged. It is intended solely for the use of the individual or
the entity to whom it is addressed and others authorised to receive it. If
you have received it by mistake, please let the sender know by e-mail reply
and delete it from your system.
If you are not the intended recipient you are hereby notified that any
disclosure, copying, distribution or taking any action in reliance of the
contents of this information is strictly prohibited and may be unlawful.
Honda Europe NV is neither liable for the proper and complete transmission
of the information contained in this communication nor for any delay in its
receipt.


Adding new DB & RecLog volumes whilst TSM server is running (on OS390)

2004-04-07 Thread Paul Van De Vijver
Hi,

TSM Server (Version 5.1.8.0) running on OS390 2.10 (in the near future
Z/OS)

Up to now I always halted the TSM Server to define & format  additional
volumes
See example JCL below :

//ALLOCAT  EXEC PGM=IDCAMS
//SYSPRINT  DD  SYSOUT=*
//SYSIN DD  *
DEFINE CLUSTER(NAME(ADSM.DB06) LINEAR MB(2341) VOL(ADSM21))
/*

//ADSMFMT  EXEC PGM=DSMFMT,DYNAMNBR=300,COND=(0,NE,ALLOCAT),
// PARM='/ADSM.DB06'
//OPT   DD  DSN=ADSM.ANRSERV.OPTIONS,DISP=SHR
//DSMAMENG  DD  DSN=TIVSM.V5R1M0.SANRMSG(ANRMENU),DISP=SHR
//SYSPRINT  DD  SYSOUT=*
//SYSTERM   DD  SYSOUT=*
//*

Because the TSM Server options file (//OPT) is in exclusive use by the TSM
started task
I have to stop the TSM Server before being able to execute the format job.

Up to now there was no real problem with halting the server for a few
minutes to do this, but it is becoming
more and more difficult (even impossible) to find a moment where I can
stop the server (due to API-clients
which are accessing the server randomly) without causing archive/restore
problems.

I think this problem should be solved by simply using another options file
name (which is a copy from the original one)
for the format job (and TSM Server keeps running in the meantime).

Can I do this ? Or do I forget something and MUST I stop the TSM Server ?

Thanks for any info.

Best regards,

Paul Van de Vijver
Honda Europe NV
Belgium


The information contained in this communication is confidential and may be legally 
privileged. It is intended solely for the use of the individual or the entity to whom 
it is addressed and others authorised to receive it. If you have received it by 
mistake, please let the sender know by e-mail reply and delete it from your system.
If you are not the intended recipient you are hereby notified that any disclosure, 
copying, distribution or taking any action in reliance of the contents of this 
information is strictly prohibited and may be unlawful.
Honda Europe NV is neither liable for the proper and complete transmission of the 
information contained in this communication nor for any delay in its receipt.