How to assign specific UID and GID for eG installation accounts in Linux?
Modify the eG install scripts (iManager_Linux, iAgent_linux) to use the Group and User on specific IDs.
Sample commands are given below, to add the Group & User using the ID 700
/usr/sbin/groupadd -g 700 $groupName
/usr/sbin/useradd -G $groupName -g $groupName -u 700 -d $userHome/egurkha $userName
Gary Leonard
How to assign specific UID and GID for eG installation accounts in Linux?
Modify the eG install scripts (iManager_Linux, iAgent_linux) to use the Group and User on specific IDs.
Sample commands are given below, to add the Group & User using the ID 700
/usr/sbin/groupadd -g 700 $groupName
/usr/sbin/useradd -G $groupName -g $groupName -u 700 -d $userHome/egurkha $userName
Administrator
Modify the eG install scripts (iManager_Linux, iAgent_linux) to use the Group and User on specific IDs.
Sample commands are given below, to add the Group & User using the ID 700
/usr/sbin/groupadd -g 700 $groupName
/usr/sbin/useradd -G $groupName -g $groupName -u 700 -d $userHome/egurkha $userName
-
Finding eG Agent version
-
Delete and Acknowledge alarms
-
Updating nick names
-
Changing IP address of a monitored component
-
Changing IP address of remote agent and external agent
-
Inside view metrics are not collected by eG
-
Error 1067
-
Agent stopped running
-
eG agent auto-startup
-
Remote agent connection issue
See all 77 topics