Ever wondered how easy it is to make webseal junctions from mere command line, it is possibly easier than making it from WAS TAM integrated console.
Login to Webseal machin :
pdadmin> login
Enter user name:
Enter password :
-----
The first thing i recommend you to list the servers available in your webseal
pdadmin sec_master> server list
You will get a list of servers ... find the entry that looks like :
default-webseald-server01
This is possibly your webseal name , this is used at many instances and should be kept safe .
Now lets make the webseal junction :
server task default-webseald-server01 create -t ssl -b supply -c iv_creds -h wasPortalServer01 -p 20004 /junctionname01
Where wasPortalServer01 is the backend server which will be authenticated by webseal and junctionname01 is the junction that will be created.
If you now have to load balance the two servers on same junction name , DO NOT run the following command:
server task default-webseald-server01 create -t ssl -b supply -c iv_creds -h wasPortalServer02 -p 20004 /junctionname01
This will be ERROR ...
Use this command instead :
server task default-webseald-server01 add -h wasPortalServer02 -p 20004 /junctionname01
This will create a junction which will be TAI++ enabled
Login to Webseal machin :
pdadmin> login
Enter user name:
Enter password :
-----
The first thing i recommend you to list the servers available in your webseal
pdadmin sec_master> server list
You will get a list of servers ... find the entry that looks like :
default-webseald-server01
This is possibly your webseal name , this is used at many instances and should be kept safe .
Now lets make the webseal junction :
server task default-webseald-server01 create -t ssl -b supply -c iv_creds -h wasPortalServer01 -p 20004 /junctionname01
Where wasPortalServer01 is the backend server which will be authenticated by webseal and junctionname01 is the junction that will be created.
If you now have to load balance the two servers on same junction name , DO NOT run the following command:
server task default-webseald-server01 create -t ssl -b supply -c iv_creds -h wasPortalServer02 -p 20004 /junctionname01
This will be ERROR ...
Use this command instead :
server task default-webseald-server01 add -h wasPortalServer02 -p 20004 /junctionname01
This will create a junction which will be TAI++ enabled
No comments:
Post a Comment