The psadmin Merge Display Profile combined with Community feature, adds the ability to include community display profiles in the calculation of the merged display profile output from the psadmin merge-display-profile subcommand. The psadmin merge-display-profile subcommand is an important debugging tool for developers and people responsible for deploying Portal Server.
This chapter includes the following sections:
The two new optional arguments that are added to the psadmin merge-display-profile are:
--community-namel-e community_name
--community-dp-names-E community_dp_names
In Portal Server 7.2, you can add these options in the existing patterns of psadmin subcommand. The options are passed to the DPAMerge class, which is the workhouse of the psadmin merge-display-profile subcommand.
The following examples help you to know the functions of psadmin merge-dp subcommand:
# psadmin merge-dp -u amadmin -f /tmp/pw -p myPortal -g \ -e PublicOutreach |
This command gets the merged result for global, PublicOutreach:visitor, and PublicOutreach:member display profiles (community display profile names that are default to the visitor and member).
# psadmin merge-dp -u amadmin -f /tmp/pw -p myPortal -g \ -e PublicOutreach -E '"visitor"' |
This command gets the merged result for global and PublicOutreach:visitor display profiles.
# psadmin merge-dp -u amadmin -f /tmp/pw -p myPortal -g \ -e PublicOutreach -E '"visitor" "owner" "member"' |
This command gets the merged result for global, PublicOutreach:visitor, PublicOutreach:owner, and PublicOutreach:member display profiles.