webseal查看创建junction

列出机器上的所有junction

s t default-webseald-hostname list

查询junction的详细信息

s t default-webseald-hostname show /junctionname

删除junction

s t instance_name delete /junctionname

清除jmt信息

s t instance_name jmt clear

载入jmt信息

s t instance_name jmt load

创建标准junction

s t instance_name create -t tcp -h app.ipaddress -p 9081 -s  -c iv_user -f /junctionpoint

增加一台服务器到指定junction上

s t instance_name add -h app.ipaddress1 -p 9081 /junctionpoint

创建透明junction

s t instance_name create -t tcp -h app.ipaddress -p 9081 -s -x -c iv_user -f /junctionpoint

s t instance_name add -h app.ipaddress1 -p 9081 /junctionpoint

创建虚拟junction带GSO资源

s t instance_name virtualhost create -t tcp -h app.ipaddress -v virtualhostname:80 -b gso -T GSOname -f junctionpoint

你可能感兴趣的:(tivoli)