Within AIM, devices that are configured for AIS manually are automatically added to the device group that is associated with the AIM archive location to which the JMB was sent. When the AIM detects a JMB for a device that is not managed by JUNOScope Script Management, it will note it.
To manually configure and install AI-Scripts on devices, follow these steps:
This configuration determines the AIS archive location where JMBs are deposited for a device. The group name juniper-ais is mandatory. The group destination name juniper-aim is mandatory.
The AI-Scripts installer creates this script to activate AI-Scripts on the device. The optional setting is required to prevent the configuration from committing if the jais-activate-scripts.slax file is not present. That file is not present until the scripts bundle is installed.
Transient changes are configuration changes made by commit scripts that do not appear in the configuration (except with a special command).
![]() |
Note:
If you configure the load-scripts-from-flash option, the
system reads AI-Scripts from the |
groups {
juniper-ais {
system {
scripts {
commit {
allow-transients;
file jais-activate-scripts.slax {
optional;
}
}
load-scripts-from-flash;
}
}
event-options {
destinations {
juniper-aim {
archive-sites {
"ftp://anonymous@10.7.0.124/aimdemo";
}
. . .system {
scripts {
commit {
allow-transients;
file jais-activate-scripts.slax {
optional;
}
}
}
}
event-options {
event-script {
file problem-event-pfecrash.slax;
file problem-event-dcrash.slax;
file intelligence-event-main.slax;
file SPD_EVLIB_CREATE_FAILURE.slax;
file SPD_DAEMONIZE_FAILED.slax;
file RPD_TASK_FORK.slax;
. . .}
destinations {
juniper-aim {
archive-sites {
"ftp://anonymous@10.7.0.124/aidemo";
}
}
}
}