quick daemon question

Previous topic - Next topic

jsquizz

I have a requirement where I "Think" a daemon might be our best bet to load a bunch of files.

I am trying to fire it up, not so much working. It has actually been about 5-6 years since ive had to do this. Here's what I have.

arsload -nvf -u jeff -p jeff.stash -B IGN.APP.AG.IGN.IGN.IGN.EXT -t 60 -h archive &

The file name is-

9898541175.TESTAPP.TESTAG.IGNOREHTHIS.20210712.010447405.ARD

I go to fire it up-

[1] +  Done(6)                 arsload -nvf -u jeff -p jeff.stash -B IGN.APP.AG.IGN.IGN.IGN.EXT -t 60 -h archive &

I have a feeling this is a very simple issue. OF course, I could easily script this as well, but I want to test something for a daemon.

#CMOD #DB2 #AFP2PDF #TSM #AIX #RHEL #AWS #AZURE #GCP #EVERYTHING

Justin Derrick

Return code 6 is a pretty generic "abort" message.  Can you run the command in the foreground without issue?

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

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

jsquizz

Quote from: Justin Derrick on July 20, 2021, 05:28:52 PM
Return code 6 is a pretty generic "abort" message.  Can you run the command in the foreground without issue?

-JD.

I forgot to reply. I added -c / -d and it started working.
#CMOD #DB2 #AFP2PDF #TSM #AIX #RHEL #AWS #AZURE #GCP #EVERYTHING