This section explains how to install Netlet Proxy and Rewriter Proxy. This section also explains how to create a second instance of Netlet and Rewriter proxies using the psadmin command.
This section includes the following:
To Create a Second Instance of Netlet Proxy Using the psadmin Command
To Create a Second Instance of Rewriter Proxy Using the psadmin Command
Invoke the Portal Server 7.2 GUI installer.
Select Netlet Proxy in the Components Selection screen and proceed with the installation.
Specify the Host IP Address, Access Port (default: 10555), and the Profile Name to which the Netlet Proxy instance needs to be associated in the Portal Server: Secure Remote Access: Configure Netlet Proxy panel.
Start the Netlet Proxy instance using the following command.
PortalServer_base/SUNWportal/bin/psadmin start-sra-instance -u admin-user-name -f password-file -N default -t nlproxy
Verify whether the Netlet Proxy instance is running.
netstat -an | grep PORT
Install Netlet Proxy in the Configure Later mode using the Portal Server 7.2 GUI installer.
Modify the example11.xml with the appropriate values.
The attributes within <NetletPoxy profile=profilename>...</NetletProxy> tags need to be changed.
Configure example11.xml.
PortalServer_base/SUNWportal/bin/psconfig --config example11.xml
Start the Netlet Proxy instance using the following command.
PortalServer_base/SUNWportal/bin/psadmin start-sra-instance -u admin-user-name -f password-file -N default -t nlproxy
Install Netlet Proxy in the Configure Later mode using the Portal Server 7.2 GUI installer.
Configure Common Agent Container by modifying the example2.xml file.
Configure the Common Agent Container.
PortalServer_base/SUNWportal/bin/psconfig --config example2.xml
Copy the NLPConfig.properties.template file to a temporary location.
cp PortalServer_base/SUNWportal/template/sra/NLPConfig.properties.template /tmp
Modify the values for an existing profile.
Create a Netlet Proxy instance.
psadmin create-sra-instance -u admin-user-name -f PASSWORDFILE -S /tmp/NLPConfig.properties.template -t nlproxy
Start the Netlet Proxy instance using the following command.
PortalServer_base/SUNWportal/bin/psadmin start-sra-instance -u admin-user-name -f password-file -N profile-name -t nlproxy
where profile-name is the value specified for the rewriterproxy.profile.name property in the RWPConfig.properties file during the creation of Netlet Proxy instance.
Invoke the Portal Server 7.2 GUI installer.
Select Rewriter Proxy in the Components Selection screen, and proceed with the installation.
Specify the Host IP Address, Access Port (default: 10443), and the Profile Name to which this Rewriter Proxy instance needs to be associated in the Portal Server: Secure Remote Access: Configure Rewriter Proxy screen.
Start Rewriter Proxy instance using the following command.
PortalServer_base/SUNWportal/bin/psadmin start-sra-instance -u admin-user-name -f password-file -N default -t rwproxy
Check whether the Rewriter Proxy instance is running:
netstat -an | grep PORT
Install Rewriter Proxy in the Configure Later mode using the Portal Server 7.2 GUI installer.
Modify the example12.xml file with the appropriate values.
The attributes within the <RewriterPoxy profile=profilename>...</RewriterProxy> tags need to be changed for Rewriter proxy.
Configure the Common Agent Container.
PortalServer_base/SUNWportal/bin/psconfig --config example12.xml
Start Rewriter Proxy by using the following command.
PortalServer_base/SUNWportal/bin/psadmin start-sra-instance -u admin-user-name -f password-file -N default -t rwproxy
Install Rewriter Proxy in Configure Later mode using the Portal Server 7.2 GUI installer.
Configure Common Agent Container by modifying the example2.xml file.
PortalServer_base/SUNWportal/bin/psconfig --config example2.xml
Copy the RWPConfig.properties.template file to a temporary location.
cp PortalServer_base/SUNWportal/template/sra/RWPConfig.properties.template /tmp
Modify the values for an SRA profile.
Create a Rewriter Proxy.
PortalServer_base/SUNWportal/bin/psadmin create-sra-instance -u admin-user-name -f PASSWORDFILE -S /tmp/RWPConfig.properties.template -t rwproxy
Start Rewriter Proxy using the following command.
PortalServer_base/SUNWportal/bin/psadmin start-sra-instance -u admin-user-name -f password-file -N profile-name -t rwproxy
where profile-name is the value specified for the rewriterproxy.profile.name property in the RWPConfig.properties file during the creation of Rewriter Proxy instance.