Hello @rgreen33,
I think yours is more a Linux and OS admin question than a SAS question. Reason because I say this is because you probably can get the best and quickest support at your own organization. You are looking for specific and already-made scripts, and I totally understand that, but your Linux admins can help you out perfectly. Let me explain and go through the information:
You mentioned:
- You aready ahce scripts to restart LASR. And scripts to save LASR data to Hadoop (well done). and to load all your data into LASR.
- You also mentioned you have the Operating Systems scheduler.
All of this means that, as you said, you can easily reuse those scripts and quickly create the trigger.
Here is the information you need:
- Operating System scheduler is the same than crontab or at. 2 well-known programs by any unix admin.
- They will need to know the port or ports of your LASR server, in order to create a little bucle to check that port. When the service is restarted, then they can trigger any job you have already prepared.
Is there anything else you need?
... View more