Using pdadmin server task to create virtual host junctions
Learn how to use pdadmin commands so that you can create virtual host junctions.
Before you begin
You must log in to a secure domain as a user with administration authorization, such as sec_master before you use pdadmin.
For example:
pdadmin> login
Enter User ID: sec_master
Enter Password:
pdadmin>About this task
Procedure
To create virtual host junctions, you use the pdadmin
server task virtualhost create command (entered as one
line):
pdadmin> server task instance_name-webseald-host_name virtualhost create
options vhost-labelFor example, if the configured name of a single WebSEAL instance is web1 installed on a host that is named www.pubs.com, the complete server name is:
web1-webseald-www.pubs.comUse the pdadmin server list command to display the correct format of the complete server name:
pdadmin> server list
web1-webseald-www.pubs.comFor more information, see the pdadmin server task virtualhost create in Command reference or server task virtualhost create.