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 |
Managing a port-based component |
eGCLI ManageComponent -componenttype <Component Type> |
eGCLI ManageComponent -componenttype Microsoft SQL -componentname sql173 -port 1433 -managerid 100mgr |
Managing an Oracle database server |
eGCLI ManageComponent -componenttype <Component Type> |
eGCLI ManageComponent -componenttype Oracle Database -componentname ora8 -port 1521 -sid egora 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. |