Sun Java System Portal Server 7.1 Configuration Guide

Switching Portal Server Installation From 32–bit Mode to 64–bit Mode

If you have installed Portal Server in 32–bit mode, then you can use the following procedure to convert Portal Server to support 64–bit mode. After configuring Portal Server to support 64–bit mode, you need to manually configure the search server.

ProcedureTo Switch Portal Server Installation From 32–bit Mode to 64–bit Mode

  1. Start the Directory Server instance.

  2. Ensure that the Web Server 7.0 administrator server is running.

  3. Ensure that Web Server instance is running.


    WebServer_base/SUNWwbsvr7/bin/wadm
    set-config-prop --user=admin --port=8989 
    --password-file=passfile
    --config=host_name platform=64
    
    WebServer_base/SUNWwbsvr7/bin/wadm
    set-thread-pool-prop --user=admin --port=8989
    --password-file=passfile
    --config=host_name stack-size=261144
    
    WebServer_base/SUNWwbsvr7/bin/wadm 
    set-jvm-prop --user=admin --port=8989
    --password-file=passfile --config=
    host_name native-library-path-prefix=
    "/PortalServer_base/SUNWportal/lib/sparcv9" (amd64 for x86)
    
    WebServer_base/SUNWwbsvr7/bin/wadm 
    delete-jvm-options --user=admin --port=8989 
    --password-file=passfile --config=
    host_name "-Xms512M -Xmx768M -Xss128k"
    
    WebServer_base/SUNWwbsvr7/bin/wadm
    create-jvm-options --user=admin --port=8989
    --password-file=passfile --config=
    host_name "-Xms512M -Xmx768M -Xss512k"
  4. Remove all compiled JSPs for the Portal desktop.


    rm -rf /var/PortalServer_base/SUNWportal/portals/PORTAL_ID/desktop/compiled/_jsps/*

    WebServer_base/SUNWwbsvr7/bin/wadm deploy-config
    --user=admin --password-file=
    passfile --port=8989 --restart=true 
    host_name
    

ProcedureTo Switch the Search Setup From 32–bit Mode to 64–bit Mode

  1. Go to the Search Server directory and delete the unwanted files.


    cd /var/SUNWportal/searchservers/searchserver_name/db 
    rm -rf _*
  2. Edit the search.conf file.

    vi /var/opt/SUNWportal/searchservers/search1/config/search.conf

  3. Set the search-platform property to 64.

  4. Stop and start the Web Server instance.