Unmanaging Components

Task

Command

Example

Unmanaging a non-port-based component

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

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

Unmanaging a port-based component

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

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

Unmanaging an Oracle database server

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

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

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