The cdb.ic commands retrieve information about components that are already installed on hosts.
Table 3–13 CLI Commands for Managing Installed Components
Command |
Description |
---|---|
cdb.ic.lbc |
Lists all the hosts on which a component is installed. |
cdb.ic.lbh |
Lists all the components installed on a specific host. |
cdb.ic.ldo |
Lists dependencies on other components |
cdb.ic.lod |
Lists the components that are dependent upon this component |
cdb.ic.vs.lo |
Lists details of the specified generated variable settings object. |
This command lists all the hosts on which a particular component is installed.
Table 3–14 Argument and result for the cdb.ic Command
Argument/Result |
Syntax |
Description |
|
---|---|---|---|
comp |
Required |
ComponentID |
The component ID |
result |
InstalledComponent- BeanArray |
The installed components |
This command lists all the components installed on a particular host.
Table 3–15 Argument and Result for the cdb.ic.lbh Command
Argument/Result |
Syntax |
Description |
|
---|---|---|---|
host |
Required |
HostID |
The host ID |
cat |
Optional |
CategoryID |
Category filter to apply; default all |
result |
InstalledComponent- BeanArray |
The installed components |
This command lists a component's dependencies.
Table 3–16 Argument and Result for the cdb.ic.ldo Command
Argument/Result |
Syntax |
Description |
|
---|---|---|---|
ID |
Required |
InstalledComponentID |
The installed component ID |
result |
DependencyArray |
The dependencies on other components |
This command lists the components that are dependent on this component.
Table 3–17 Argument and Result for the cdb.ic.lod Command
Argument/Result |
Syntax |
Description |
|
---|---|---|---|
ID |
Required |
InstalledComponentID |
The installed component ID |
result |
DependencyArray |
The components dependent on this component |
This command lists details of a particular generated variable settings object..
Table 3–18 Argument and Result for the cdb.ic.vs.lo Command
Argument/Result |
Syntax |
Description |
|
---|---|---|---|
ID |
Required |
InstalledComponentID |
The ID of the installed component whose generated variable settings will be viewed. |
result |
GeneratedVariable- Settings |
The generated variable settings |