Show user ID & server name thru ESP Agent Wobs
search cancel

Show user ID & server name thru ESP Agent Wobs

book

Article ID: 194626

calendar_today

Updated On:

Products

ESP Workload Automation

Issue/Introduction

I do not have access to the agent server so plan to schedule a command to identify what user and server the ESP agent wobs is running under, similar to whoami.

Environment

Component: Workload Automation System Agent
Release: ALL

Resolution

Set up agent WOBs to run the following commands:

For windows:
whoami: show current user name;
hostname: show current server name;

For UNIX:
id: show current user;
hostname: show current server name.