Note on usage
Function: Display FT profiles and admission sets from a file
User group: FTAC administrator
Functional description
ftshwe stands for "show environment", i.e. display FT profiles and admission sets from a file. Using ftshwe, the FTAC administrator can display FT profiles and admission sets that were saved using the ftexpe command.
Format
ftshwe -h |
<file name>
[ -u=<user ID>[,...,<user ID(100)>] ]
[ -pr=<profile name 1..8>[,...,<profile name(100) 1..8>] | -pr=@n ]
[ -as=y | -as=n ]
[ -l ][ -csv ]
Description
-h
Displays the command syntax on the screen. Entries after the -h are ignored.
file name
file name specifies the file from which the FT profiles and admission sets are to be displayed.
-u=user ID1[,user ID2][,user ID3]..
specifies the user IDs whose FT profiles and admission sets are to be displayed. You can specify up to 100 login names simultaneously.
If the specified user ID has no admission sets, only the standard admission set is displayed.
If you specify a non-existent login name for user ID1, the current standard admission set is displayed.
-u not specified
all FT profiles and admission sets are displayed.
-pr=profile name1[,profile name2][,profile name3]... | -pr=@n
specifies the FT profiles to be displayed (up to 100).
@n for profile name
no FT profiles are displayed.
-pr not specified
all FT profiles belonging to the user IDs specified in the -u parameter are displayed.
-as=y | -as=n
specifies whether or not admission sets are to be displayed.
y (default value)
all admission sets belonging to the login names specified in the -u parameter are
displayed.
n
no admission sets are displayed.
-l
specifies that you wish to see the contents of the selected FT profiles.
-l not specified
displays only the names of the FT profiles. Markings also indicate whether or not an FT profile is privileged (*) and whether or not it is disabled (!).
-csv
-csv specifies that the FT profiles and admission sets are to be output in CSV format. The values are output separated by semicolons. When -csv is specified, the output is always detailed (analogous to -l), regardless of whether or not -l is specified at the same time.
For details, see section “ftshwp” and section “ftshwa”.
-csv not specified
The FT profiles and admission sets are output in the standard format.