How can I tell if Advance Insight Scripts (AI-Scripts) are installed on my JUNOS device ?
request system software add ai-scripts-package-name
show version
talal@Newport-re0> show version Hostname: Newport-re0 Model: m320 JUNOS Base OS boot [9.0R3.6] JUNOS Base OS Software Suite [9.0R3.6] JUNOS Kernel Software Suite [9.0R3.6] JUNOS Crypto Software Suite [9.0R3.6] JUNOS Packet Forwarding Engine Support (M/T Common) [9.0R3.6] JUNOS Packet Forwarding Engine Support (M320) [9.0R3.6] JUNOS Online Documentation [9.0R3.6] JUNOS Routing Software Suite [9.0R3.6] JUNOS AIS Script Suite [1.2R2.0]
show configuration groups juniper-ais | display commit-scripts
event-options->event-scripts
talal@Newport-re0> show configuration groups juniper-ais | display commit-scripts 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 ASP_L2TP_NO_MEM.slax; file ACCT_MALLOC_FAILURE.slax; file CHASSISD_FASIC_FTOKEN_INIT_ERROR.slax; } destinations { juniper-aim { archive-sites { "ftp://aimuser:aimuser@aimjtac/Aim_Archive_Location"; } } } }
event-scripts