Unmanaging Components
Task |
Command |
Example |
---|---|---|
Unmanaging a non-port-based component |
eGCLI UnmanageComponent -componenttype <Component Type> |
eGCLI UnmanageComponent -componenttype Generic |
Unmanaging a port-based component |
eGCLI UnmanageComponent -componenttype <Component Type> |
eGCLI UnmanageComponent -componenttype Microsoft SQL -componentname sql173 -port 1433 -managerid 100mgr |
Unmanaging an Oracle database server |
eGCLI UnmanageComponent -componenttype <Component Type> |
eGCLI UnmanageComponent -componenttype Oracle Database -componentname ora8 -port 1521 -sid egora 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. |