How to review Job logs

How to review Job logs

Overview

The logs of the specific Jobs can be found under Operate -> Job status -> Job Logs -> Look for the Job ID(In this case 0411_0023): files on netyce server


This would pop up a new screen that has Job logs and other logs.


Different files in the log file

There are different files that are created in the job log.  Below is a short description of each.
<job_id>.log : Is the Job log file
<job_id>.tsk: is the scenario/task that is executed.  Includes the parameters supplied, node name and so on.
<job_id>.cmd/<node_name>.cmd : is the commands that are executed on the device.
<node_name>_mgmt.sess.log : Session log from the device/node.




(1) Clicking each of them would lead us to the specific section of that file on the page.
(2) In case we want to download a specific log file, this can be done by clicking on the file name under each section.

    • Related Articles

    • How to run Basic command Job

      Introduction Basic command Jobs are basically used to automate day to day jobs. This article is about executing our first job, with minimal information.  Below are the 5 steps involved. Select the Node Load the Job Define the config commands to ...
    • Introduction to Scenarios or Tasks

      What are scenarios/tasks? Scenarios allow you to define the workflow steps as to how you want the communication with the device to be, including all associated processes, notifications and integrations. Like templates, you can build a library of ...
    • How to supply parameters for the Job

      There are multiple ways we can supply values to the job.  Here we learn couple of ways to do it: Parameters under Scenario Retrieving values from the database Parameters under Scenario To understand this example, we are using a L2 Vlan configuration ...
    • Parsing values from the commands

      Parsing purpose Parsing deals with extracting interested part of information from the specific text.  The text can be command output(Command parsing) or from device configuration(Config parsing). In this article we are dealing with Command parsing. ...
    • How to mitigate Non-Compliance

      The next step after identifying non-compliancy is to mitigate it.  We will be using the Network Automation module to fix the non-compliance configuration.  Below are the things that are needed to fix: Policy name Commands to fix the Non-compliance ...