Author Topic: Storage Set exit?  (Read 6174 times)

geoffwilde

  • Administrator
  • Sr. Member
  • *****
  • Posts: 253
  • z/os erm icn
    • View Profile
Storage Set exit?
« on: September 11, 2008, 11:05:00 AM »
In version 2, you could monitor the "storage sets" to change the collection name when an OAM group was either full, or going very close to full. V7 doesn't offer an equivalent. Anyone figure out how to do this?
President, OnDemand Users Group
Lead Technician for Content Manager OnDemand @
US Bank
#zSeries

Justin Derrick

  • IBM Content Manager OnDemand Consultant
  • Administrator
  • Hero Member
  • *****
  • Posts: 2229
  • CMOD Guru for hire...
    • View Profile
    • Tenacious Consulting
Re: Storage Set exit?
« Reply #1 on: September 12, 2008, 02:42:27 PM »
In the multiplatforms world, you add more cache filesystems, or assign additional storage inside TSM.  In TSM, this can mean adding volumes to a storagepool, or adding a new one and configuring it in TSM's hierarchy.

IBM CMOD Professional Services: http://TenaciousConsulting.com
Call:  +1-866-533-7742  or  eMail:  jd@justinderrick.com
IBM CMOD Wiki:  https://CMOD.wiki/
FREE IBM CMOD Education & Webinars:  https://CMOD.Training/

Interests: #AIX #Linux #Multiplatforms #DB2 #TSM #SP #Performance #Security #Audits #Customizing #Availability #HA #DR

leodejong

  • Jr. Member
  • **
  • Posts: 24
    • View Profile
Re: Storage Set exit?
« Reply #2 on: September 15, 2008, 02:11:51 AM »
I don't think there is an exit in V7 to handle this. I have considered this exit in past for this purpose.
But we have converted the OAM 32K tables to LARGE partitioned tablespaces with a DSSIZE of 64G and up to 128 partitions.
In this set up we don't expect to hit any full condition in any foreseeable future.
But we do monitor size of the different groups from time to time (monthly) and change collection-names if size makes the image-copy time excessive. If you want details sent me an email. (see profile)
Leo
Leo de Jong, Rabobank,The Netherlands

geoffwilde

  • Administrator
  • Sr. Member
  • *****
  • Posts: 253
  • z/os erm icn
    • View Profile
Re: Storage Set exit?
« Reply #3 on: September 15, 2008, 05:52:17 AM »
We can add more nodes, but it's the automated switching between them that I'm after.
President, OnDemand Users Group
Lead Technician for Content Manager OnDemand @
US Bank
#zSeries

Bill Dennis

  • Guest
Re: Storage Set exit?
« Reply #4 on: September 16, 2008, 07:24:16 AM »
I have used the ARSUUPDZ exit to assign Storage Set Node based on the input. This spreads the work among nodes rather than monitor for a near full condition.

geoffwilde

  • Administrator
  • Sr. Member
  • *****
  • Posts: 253
  • z/os erm icn
    • View Profile
Re: Storage Set exit?
« Reply #5 on: September 17, 2008, 08:47:40 AM »
Can you be more specific?
President, OnDemand Users Group
Lead Technician for Content Manager OnDemand @
US Bank
#zSeries

Bill Dennis

  • Guest
Re: Storage Set exit?
« Reply #6 on: September 18, 2008, 09:48:00 AM »
On our z/OS server, we had an external table with Storage Node names (and other info) to be used for various reports.  The Names processing call in ARSUUPDZ could update the name that would be used.  We also assigned the AG and APP from the table.

LWagner

  • Guest
Re: Storage Set exit?
« Reply #7 on: November 04, 2008, 10:41:12 AM »
IBM is setting up a table, ODSCRT, that is an application/applicationgroup/storage node cross reference.  We have a rotation across 4 OAM databases in one instance, and 3 OAM databases in the other.  We have multiple versions of each report, and in V2, change the active version depending where we want to write.  When a database's contents has all gone out to tape, we re-org it in place down to one volume, then set the version that writes to it as current. With one set, that is yearly.  With another it is about every 13 weeks.  This keeps our space under control.

In version 8, we'll need to update the ODSCRT table to identify which is the active version.  Ask IBM about the implementation of this table with CMOD 7.1/8.4. They have a patch to ARSLOAD so that it checks this table to determine which node to write to for a given application group and application combination.

 I hope to have some jobs that monitor the row count in the pertinent OAM tables, and auto-update ODSCRT as appropriate, but we'll be creating them ourselves.  Since we are already doing this, IBM has to take it into account as part of our migration scenario.