HP e-Commerce / XML director server appliance sa8250 - Users Guide
C H A P T E R 6 SA8250 Scenarios
249
Procedure for Scenario 4
Connect to the SA8250
1. Telnet to the SA8250’s port 23 and log on as the administrator
(
admin).
The Command Line prompt displays:
HP SA8250#
Create a Policy Group
1. To create a policy group, first move the prompt to the policy
group level by typing this command:
HP SA8250#config policygroup
2. To specify the new policy group's name (“xml” in this example),
type this command:
HP SA8250/config/policygroup#create xml
3. To move the prompt to the new policy group's level, type this
command:
HP SA8250/config/policygroup#xml
Add RICH_HTTP Service and VIP
1. To add RICH_HTTP service to policy group xml, type this
command:
HP SA8250/config/policygroup/xml#
service create rich vip 30.1.1.201 port 80 type
RICH_HTTP
This creates a new RICH service on the SA8250 using the
RICH_HTTP protocol, at IP address 30.1.1.201, listening on
TCP port 80.
2. To move the prompt to the service level, type
service rich:
HP SA8250/config/policygroup/xml#service rich