dep_list [-d destsys] [-fC] [-C allchild | -P allparent | -c ofparenttag | -p ofchildtag] [-r typ] [-a appname]
This function prints strings to standard output describing dependency relationships between resource instances. If destsys is not specified, the current system is assumed. Each string is in the following form:
LK0-LKSYS:135.66.249.201
LK0-LKSYSA:FSLIST.0
FSLIST0:fi.vo.0
There are two fields in each string that are separated by a delimiter character. The default delimiter character is ^A (\001). If the -fC option is specified, the delimiter is changed to the character specified. The example above shows a colon (:) as a delimiter. The first field indicates the parent tag name of the relationship and the field on the right is the child tag name.
You can use options to limit the contents of the list. If you use no options, all dependencies are printed. The command has the following options:
-C | If the -C option is specified, this command will print out all direct and indirect child dependencies of the resource specified in allchild. |
-P | If the -P option is specified, this command will print out all direct and indirect parent dependencies of the resource specified in allparent. |
-c | If the -c option is specified, this command will print out only the direct child dependencies of the resource specified in ofparenttag. |
-p | If the -p option is specified, this command will print out only the direct parent dependents of the resource specified in ofchildtag. |
-r | Specifying the -r option lists all the dependencies of child typ. |
-a | Specifying the -a option lists all the dependencies of application appname. |
Post your comment on this topic.