Author Topic: How to specify storage node using ARSLOAD  (Read 2978 times)

Siva

  • Guest
How to specify storage node using ARSLOAD
« on: November 02, 2016, 08:16:22 AM »
Hi Everyone,

We have a requirement to use separate storage node for every application under same storage set. We are using ARSLOAD utility to load the documents as its a historical migration. Could anyone please advise, if ARSLOAD utility has an option to specify the storage node while loading the document into CMOD apart from the ODSCRT table entry.

Nolan

  • Full Member
  • ***
  • Posts: 152
    • View Profile
Re: How to specify storage node using ARSLOAD
« Reply #1 on: November 02, 2016, 08:23:42 AM »
No it does not have that  option to my knowledge.   You need to use the report specification EXIT which on Z/OS also requires you to SETPROG the EXIT.

The Redbook has some details on how to implement it.  We are using the COBOL version and not the C version.
J.

#zOS #AIX #Windows #Multiplatforms
#DB2 #TSM #ODF #zODF #ODWEK
#CapacityPlanning #AFP #ReportDistribution
#Finance #ICN

Alessandro Perucchi

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 1002
    • View Profile
Re: How to specify storage node using ARSLOAD
« Reply #2 on: January 23, 2017, 02:48:15 AM »
You simply cannot, since the storage is attached to the application group and not the application.
That simply mean the following, if you want to do that, then you need to create an application group PER document type.
Or said in another way:

You create a new application group, when you need to:
  • store the documents in a separate storage
  • have other kind of indexes
  • have a different retention period
  • have a separation of documents due to business logic (eg: don't mix countries outputs, don't mix different companies output, ...)

And no, again, you simply cannot tell arsload where you want to store your document. This is define with your application group, that means (again), that if you want to store the document somewhere else, then you must change your application group destination with the option -g of arsload. That's your one and only way to do it.
Alessandro Perucchi

#Install #Migrations #Conversion #Educate #Repair #Upgrade #Migrate #Enhance #Optimize #AIX #Linux #Multiplatforms #DB2 #Windows #Oracle #TSM #Tivoli #Performance #Audits #Customizing #Availability #HA #DR #JavaApi #ContentNavigator #ICN #WEBi #ODWEK #Services #PDF #AFP #XML

ewirtz

  • Full Member
  • ***
  • Posts: 134
    • View Profile
Re: How to specify storage node using ARSLOAD
« Reply #3 on: January 23, 2017, 06:27:22 AM »
Hi,
you cannot do it directly. But using the archive definition exit you can configure the node that shall be used for the current load.

regards

Egon

Alessandro Perucchi

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 1002
    • View Profile
Re: How to specify storage node using ARSLOAD
« Reply #4 on: January 23, 2017, 09:20:04 AM »
you cannot do it directly. But using the archive definition exit you can configure the node that shall be used for the current load.

Hello Egon,

Thanks, I've learned something new :-D

Regards,
Alessandro
Alessandro Perucchi

#Install #Migrations #Conversion #Educate #Repair #Upgrade #Migrate #Enhance #Optimize #AIX #Linux #Multiplatforms #DB2 #Windows #Oracle #TSM #Tivoli #Performance #Audits #Customizing #Availability #HA #DR #JavaApi #ContentNavigator #ICN #WEBi #ODWEK #Services #PDF #AFP #XML