Modifying Components
Task | Command | Example | ||
---|---|---|---|---|
Changing the nick name |
eGCLI ModifyComponent -componenttype <Component Type> -hostname <the name of the host on which the target component is executing> (or) -hostip <IP address of the component> -oldcomponentname <The current nick name of the component> -newcomponentname <The new nick name of the component> -port <Port> -externalagents <Comma-separated list of external agents> -managerid <ManagerID> |
eGCLI ModifyComponent -componenttype Microsoft SQL |
||
eGCLI ModifyComponent -componenttype Microsoft SQL |
||||
Changing the IP address |
eGCLI ModifyComponent -componenttype <Component Type> |
eGCLI ModifyComponent -componenttype Active Directory -componentname ad -oldhostip 192.168.10.199 |
||
Changing the Hostname |
eGCLI ModifyComponent -componenttype <Component Type> |
eGCLI ModifyComponent -componenttype Active Directory -componentname ad -oldhostname egurkha25 |
||
Changing the port number |
eGCLI ModifyComponent -componenttype <Component Type> |
eGCLI ModifyComponent -componenttype Web -hostip 192.168.10.54 -componentname web54 -oldport 80 |
||
eGCLI ModifyComponent -componenttype Web -hostname egurkha25 -componentname web54 -oldport 80 |
||||
Changing monitoring mode of a Windows application from agent-based to agentless |
eGCLI ModifyComponent -componenttype <Component Type> |
eGCLI ModifyComponent -componenttype Web -hostip 192.168.10.54 -componentname web54 -port 80 |
||
eGCLI ModifyComponent -componenttype Web -hostname egurkha25 -componentname web54 -port 80 |
||||
Changing monitoring mode of a Unix application from agent-based to agentless |
eGCLI ModifyComponent -componenttype <Component Type> |
|
||
Changing monitoring mode agentless to agent-based |
eGCLI ModifyComponent -componenttype <Component Type> |
|
||
Changing OS of Agentless system from Windows to Unix |
eGCLI ModifyComponent -componenttype <Component Type> |
eGCLI ModifyComponent -componenttype Web -hostip 192.168.10.54 -componentname web54 -port 80 |
||
eGCLI ModifyComponent -componenttype Web |
||||
Changing OS of Agentless system from Unix to Windows |
eGCLI ModifyComponent -componenttype <Component Type> |
eGCLI ModifyComponent -componenttype Web -hostip 192.168.10.54 -componentname web54 -port 80 |
||
eGCLI ModifyComponent -componenttype Web |
||||
Switching off the ‘Internal Agent Assignment’ flag |
eGCLI ModifyComponent -componenttype <Component Type> |
eGCLI ModifyComponent -componenttype Web -hostip 192.168.10.54 -componentname web54 -port 80 |
||
eGCLI ModifyComponent -componenttype Web -hostname egurkha25 -componentname web54 -port 80 |
||||
Switching on the ‘Internal Agent Assignment’ flag |
eGCLI ModifyComponent -componenttype <Component Type>
|
eGCLI ModifyComponent -componenttype Web -hostip 192.168.10.54 -componentname web54 -port 80 |
||
eGCLI ModifyComponent -componenttype Web -hostname egurkha25 -componentname web54 -port 80 |
||||
Converting a Virtual Application into a Physical Application |
eGCLI ModifyComponent -componenttype <Component Type> |
eGCLI ModifyComponent -componenttype Web -hostip 192.168.10.54 -componentname web54 -port 80 |
||
eGCLI ModifyComponent -componenttype Web |
||||
Converting a Physical Application into a Virtual Application |
eGCLI ModifyComponent -componenttype <Component Type> |
eGCLI ModifyComponent -componenttype Web -hostip 192.168.10.54 -componentname web54 -port 80 |
||
eGCLI ModifyComponent -componenttype Web |