Author Topic: ARSLOAD Process Need to run from Seprate Server Apart from library and object  (Read 1836 times)

Jaydeep Mehta

  • Guest
Hi All,

We are using CMOD 10.1.0.0 on Linux  and we have one Library server and one Object server .
We don't want to run ARSLOAD process from object server and library server . we want to run load process from another separate Linux server for better performance, reliability, and scalability .

So any one have any idea how we can achieve this..?

What kind of configuration or appropriate software  require to setup the network connection b/w library and object server and how we can do this .

Thanks in advance .

Regards
Jaydeep Mehta

Justin Derrick

  • IBM Content Manager OnDemand Consultant
  • Administrator
  • Hero Member
  • *****
  • Posts: 2228
  • CMOD Guru for hire...
    • View Profile
    • Tenacious Consulting
In the customer sites where I've seen this used, it's as simple as installing CMOD on the system you'll be doing the loading from, and running arsload with the -h parameter and specifying the name of the server you want to load the file to.

Also consider that you may want to enable SSL for loading if your organization requires encryption of data in transit.

-JD.
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

Jaydeep Mehta

  • Guest
Hi JD,

Thanks for update , will follow the same approach .


Regards
JD

jsquizz

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 573
    • View Profile
Jaydeep I've seen this work well too.

The environment I saw was

1) Library server running arsssockd
2) Obj server running arsobjd + tsm server
3) "Utility" server running arsload daemon, as well as any other custom code.
#CMOD #DB2 #AFP2PDF #TSM #AIX #RHEL #AWS #AZURE #GCP #EVERYTHING

Jaydeep Mehta

  • Guest
Thanks for the Update.

It is working for Us as well.