If the agent starts without a name (name=<empty>) in the ini-file, it takes the machine's name. Which command is taken to determine the hostname? Previously, when installing operating system agents, we always left the value "name=" empty in the ini file ucxjlx6.ini.
[GLOBAL]
;
; name: Name of the agent (or proxy agent)
; The agent name is limited to 32 of the following characters: A-Z, 0-9, _, ., $, @, - and #.
; Hyphens ("-") are only allowed in agent names. They must not be used in the names of any other objects.
;
name=
Release : 12.3.7
Component :
We use an OS function like GET_HOSTNAME to get the hostname if name= is blank, so it's determined by the OS,not from DB.