Sun Java System Portal Server 7 Installation Guide

Tokens To Replace

@HOST.DOMAIN@

The host and domain name of the machine on which configuration is occurring.

@AMADMIN.PASSWORD@

Administrator's password for the Access Manager instance with which Portal is to be configured.

@AMLDAPUSER.PASSWORD@

Internal LDAP User password for the Access Manager instance with which Portal is to be configured.

@DIRMGR.PASSWORD@

Administrator's password of the Directory Server with which Portal is to be configured.

If Portal Server is installed in a non-default directory, the file:///opt/SUNWportal/lib/psconfig.xsd must be modified accordingly in the <PortalServerConfiguration ...> tag.

If UnconfigureAll=”false” then the components specified in the <ComponentsToConfigure> . . . </ComponentsToConfigure> is unconfigured.

Specific instances of the components can be unconfigured. For example, the following portion of code removes the SearchServer “search1,” the instance “myInstance” of the portal “MyFirstPortal,” all instances of the portal “MySecondPortal” and the instance “default” of Gateway, Netlet Proxy and Rewriter Proxy.

      <PortalConfiguration>
                        <ComponentsToConfigure>
                             <component>portalserver</component>
                             <component>sracore</component>
                             <component>gateway</component>
                             <component>netletproxy</component>
                             <component>rewriterproxy</component>
                        </ComponentsToConfigure>
                        <SearchServer SearchServerID="search1">
                        </SearchServer>
                        <PortalServer PortalID="MyFirstPortal">
                             <Instance InstanceID="myInstance">
                             </Instance>
                        </PortalServer>
                        <PortalServer PortalID="MySecondPortal">
                        </PortalServer>
                        <Gateway Profile="default"/>
                        <NetletProxy Profile="default"/>
                        <RewriterProxy Profile="default"/>
                    </PortalConfiguration>