Adding Components
Task | Command | Examples |
---|---|---|
Adding an agent-based and port-based component |
eGCLI AddComponent -componenttype <ComponentType> -hostname <the name of the host on which the target component is executing> (or) -hostip <IP address of the component> -componentname <nick name of the component> -port <port at which the component listens> -externalagents <Comma-separated list of external agents assigned to the server> -managerid <ManagerID> [-groupname <name of the group to which the component is to be added>] [-zonename <name of the zone to which the component is to be added] |
eGCLI AddComponent -componenttype Active Directory |
eGCLI AddComponent -componenttype Active Directory |
||
eGCLI AddComponent -componenttype Active Directory |
||
eGCLI AddComponent -componenttype Active Directory |
||
Adding an agent-based and non-port-based component |
eGCLI AddComponent -componenttype <ComponentType> -hostname <the name of the host on which the target component is executing> (or) -hostip <IP address of the component> -componentname <nick name of the component> -externalagents <Comma-separated list of external agents assigned to the server> -managerid <ManagerID> [-groupname <name of the group to which the component is to be added>] [-zonename <name of the zone to which the component is to be added] |
eGCLI AddComponent -componenttype Generic -hostip 192.168.10.228 -componentname gen228 -externalagents 192.168.10.74,extagnt175 -managerid 100manager |
eGCLI AddComponent -componenttype Generic |
||
Adding an Oracle database server in an agent-based manner |
eGCLI AddComponent -componenttype <ComponentType> -hostname <the name of the host on which the target component is executing> (or) -hostip <IP address of the component> -componentname <nick name of the component> -port <port at which the component listens> -sid <Comma-separated list of SIDs> |
eGCLI AddComponent -componenttype Oracle Database |
eGCLI AddComponent -componenttype Oracle Database |
||
Adding an IIS web server in an agent-based manner |
eGCLI AddComponent -componenttype <ComponentType> -hostname <the name of the host on which the target component is executing> (or) -hostip <IP address of the component> |
eGCLI AddComponent -componenttype IIS Web -hostip 192.168.10.72 -componentname iis72 -port 80 |
eGCLI AddComponent -componenttype IIS Web |
||
Adding an application executing on a VM |
eGCLI AddComponent -componenttype <ComponentType> -hostname <the name of the host on which the target component is executing> (or) -hostip <IP address of the component> |
eGCLI AddComponent -componenttype Microsoft SQL |
eGCLI AddComponent -componenttype Microsoft SQL |
||
Adding a Windows application in an agentless manner |
eGCLI AddComponent -componenttype <ComponentType> |
eGCLI AddComponent -componenttype Oracle Database |
eGCLI AddComponent -componenttype Oracle Database |
||
eGCLI AddComponent -componenttype Oracle Database |
||
Adding a Unix application in an agentless manner |
eGCLI AddComponent -managerid <Manager ID> -hostname <the name of the host on which the target component is executing> (or) -hostip <IP address of the component> -componentname <Nick name> -componenttype <name of the ComponentType> -port <port at which the component listens> -agentless <yes/no> -os <Solaris/Linux/AIX/HP-UX//Tru64/Other> -mode <Rexec/SSH> [-encrypttype <Password/Keybased>]
[-keyfilename <Key file name>]
-remoteport <The port at which Rexec/SSH listens> |
eGCLI AddComponent -managerid mgr1 -hostip 172.16.10.1 -componentname office_365 -componenttype Microsoft Office 365 -agentless yes -os HP-UX -mode SSH -encrypttype Keybased -keyfilename keyfile1 -remoteagent 172.16.10.1 -remoteport 22 -remoteuser remuser -remotepwd rempwd |
eGCLI AddComponent -managerid mgr1 -hostip 172.16.10.1 -componentname office_365 -componenttype Microsoft Office 365 -agentless yes -os Linux -mode SSH -encrypttype Keybased -keyfilename keyfile1 -remoteagent 172.16.10.1 -remoteport 22 -remoteuser remuser -remotepwd rempwd |
||
Assigning an existing internal agent to a new component |
eGCLI AddComponent -componenttype <ComponentType> -hostname <the name of the host on which the target component is executing> (or) -hostip <IP address of the component> -componentname <nick name of the component> -port <port at which the component listens> |
eGCLI AddComponent -componenttype Oracle Database |
eGCLI AddComponent -componenttype Oracle Database |
Note:
By default, a component added using the eG CLI can either be associated with a group or zone alone. You will not be permitted to associate a component added using the eG CLI to a group and zone simultaneously.