Managing Components

Task Command Example

Managing a non-port-based component

eGCLI ManageComponent -componenttype <Component Type> -componentname <Nick name of the component> -managerid <ManagerID>

eGCLI ManageComponent -componenttype Generic
-componentname gen20 -managerid 100mgr

Managing a port-based component

eGCLI ManageComponent -componenttype <Component Type>
-componentname <Nick name of the component> -port <port number> -managerid <ManagerID>

eGCLI ManageComponent -componenttype Microsoft SQL -componentname sql173 -port 1433 -managerid 100mgr

Managing an Oracle database server

eGCLI ManageComponent -componenttype <Component Type>
-componentname <Nick name of the component> -port <port number> -sid <SID of the Oracle server> -managerid <ManagerID>

eGCLI ManageComponent -componenttype Oracle Database -componentname ora8 -port 1521 -sid egora
-managerid 100mgr

Note: An Oracle database server that supports multiple SIDs cannot be managed using a single command; each SID should be passed to a separate ‘ManageComponent’ command.