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.