show profile(8rpc)Shows the elements of a profile Synopsis
rpccp show profile profile-entry-name Options
-d Note that the -a option works with the -d option, but do not use them together.
-a The -a option works alone or with the -i or -m options; only elements containing all the specified values are displayed. Note that the shell supports quotation marks around the annotation field of profile elements, allowing you to include internal spaces in an annotation; the control program does not. To specify or refer to annotations from within the control program, limit each annotation to an unbroken alphanumeric string; for example, CalendarGroup. To refer to annotations from the system prompt, do not incorporate quotation marks into any annotation.
-i The interface identifier value has the following form: interface-uuid,major-version.minor-version The UUID is a hexadecimal string and the version numbers are decimal strings, for example: -i ec1eeb60-5943-11c9-a309-08002b102989,1.1 Leading zeros in version numbers are ignored. The -i option works alone or in combination with the -a or -m options or both; only elements that contain all the specified values are displayed. When the -d option is specified, the -i option is ignored.
-m The -m option works alone or in combination with the -a or -i options or both; only elements containing all the specified values are displayed. When the -d option is specified, the -m option is ignored.
-r You can limit recursion to one or more levels by specifying a decimal integer as part of the -r option. For example, -r 1 shows the elements of the specified profile and, for element members that are profiles, the command also shows their elements; then recursion stops. Without the -r option, only the profile elements in the specified entry are shown.
-s
-u Name service data is cached locally on each machine in a cell. If an rpccp inquiry can be satisfied by data in the local CDS cache, this cached data is returned. Locally cached copies of name service data might not include a recent CDS update, however. If the required data is not available in the local CDS cache, rpccp goes to a CDS server to retrieve the required data and then updates the local CDS cache. Using the -u option bypasses the local cache, allowing rpccp to go directly to a CDS server for the inquiry and then update the local CDS cache.
-v
Arguments
profile-entry-name
Description By default, all elements in the profile are shown. You can select a subset of the elements by specifying the -a, -i, or -m options. The -r option enables you to show nested profiles.
Privileges Required
Notes
Examples rpccp show profile /.:/cell-profile The initial shell commands set up an environment variable MOLLY_O_PROFILE, which represents the user profile /.:/LandS/anthro/molly_o_profile. The control program commands start the control program and show the user profile associated with the MOLLY_O_PROFILE environment variable, as follows:
MOLLY_O_PROFILE=/.:/LandS/anthro/molly_o_profile
Related Information
|