The instructions provided in the task are for setting up a cluster configuration that contains only two instances.
Install Web Server 7.0 using Java ES 5 or Java ES 5 Update 1 installer.
Install Application Server 9.1 and Load Balancer plugin. Start DAS after installation.
ApplicationServer-install-dir/appserver/bin/asadmin start-domain --user admin --passwordfile password-file domain1
Install Access Manager and Directory Server on port 8080.
Start Directory Server.
DirectoryServer-install-dir/opt/SUNWdsee/ds6/bin/start /var/opt/SUNWdsee/dsdsins1
Start Application Server 9.1.
ApplicationServer-install-dir/appserver/bin/asadmin start-domain --user admin --passwordfile password-file domain1
Verify whether you are able to access, Access Manager Administration Console.
http://machine-name.domain-name.com:8080/amconsole
Start Web Server Administration Server and the default instance running on running on port 80.
Create Application Server 9.1 cluster, pscluster.
ApplicationServer-install-dir/appserver/bin/asadmin create-cluster --user admin --passwordfile password-file pscluster
Create node agent for Node 1.
ApplicationServer-install-dir/appserver/bin/asadmin create-node-agent --user admin --passwordfile password-file node1-nodeagent
Add an Application Server 9.1 instance named node1-7788 to the cluster.
ApplicationServer-install-dir/appserver/bin/asadmin create-instance --user admin --passwordfile password-file --cluster pscluster --nodeagent node1-nodeagent --systemproperties HTTP_LISTENER_PORT=7788 node1-7788
Start the local node agent.
ApplicationServer-install-dir/appserver/bin/asadmin start-node-agent --user admin --passwordfile password-file node1-nodeagent
Using Portal Server 7.2 GUI installer, install Portal Server 7.2 in the Configure Now mode.
Provide the cluster name in the installer and the port on which, portal instance is running properly.
Run the following command.
PortalServer-install-dir/SUNWportal/bin/psconfig --config example14.xml
After configuring, restart the cluster: pscluster.
Verify whether the portal desktop displays properly.
http://node1:7788/portal/dt