Node Name Discrepancy
search cancel

Node Name Discrepancy

book

Article ID: 143931

calendar_today

Updated On:

Products

CA Workload Automation AE - Business Agents (AutoSys) CA Workload Automation AE - System Agent (AutoSys) CA Workload Automation AE - Scheduler (AutoSys) Workload Automation Agent Autosys Workload Automation

Issue/Introduction

When I look at the JIL script using the -q switch for this machine, I get:

$ autorep -qM exampledb

/* ----------------- exampledb ----------------- */

insert_machine: exampledb
type: a
factor: 1.00 
port: 7520
node_name: exampledb.example.com
agent_name: WA_AGENT
encryption_type: DEFAULT
character_code: ASCII

However, when I use the -p switch, I get this:

$ autorep -pM exampledb


/* ----------------- exampledb ----------------- */

Machine Name:       exampledb
Type:               a
Node Name:          ##########
Agent Name:         WA_AGENT
Operating System:   AIX for ppc64
Agent Release:      11.3
Agent Build:        946, Service Pack 6, Maintenance Level 0
Active Plug-ins:
    clearfiles
    communicationmanager
    filebrowser
    filemon
    ftp
    nop
    objmon
    outbox
    refresh
    router
    runner
    setproperty
    status

Where is it pulling the Node Name value from?

Environment

Release : 11.3.6

Component : CA Workload Automation AE (AutoSys)

Resolution

The node_name in the output of "autorep -M -p" is from the host name obtained by the corresponding agent for which the machine is defined for. The information is stored in the AEDB. If it's not yet available in the database, the sever will request the Agent for the information.