Notas de la versión de Sun Java System Portal Server 6 2005Q4

Documentación


Falta una línea en las instrucciones para ejecutar el configurador en un entorno traducido de equipos Solaris Sparc o X86. (6238677)

Descripción:

El capítulo 2 de Sun Java System Portal Server 6 2005Q1 Administration Guide contiene un error en el comando para ejecutar el configurador en un entorno traducido de equipos Solaris Sparc o X86.

La corrección es la siguiente:

Para ejecutar el configurador en un entorno traducido de un equipo Solaris Sparc o X86, escriba lo siguiente en una misma línea:

/usr/jdk/entsys-j2se/bin/java -DPS_CONFIG_DEBUG=y
-DDEPLOY_ADMIN_PASSWORD=<deploy admin password>
-DDS_DIRMGR_PASSWORD=<LDAP directory manager password>
-DIDSAME_LDAPUSER_PASSWORD=<AM ldap user password>
-DIDSAME_ADMIN_PASSWORD=<AM admin password>
-DBASEDIR=PS-INSTALL-DIR
-cp PS-INSTALL-DIR/SUNWps/lib/configL10N.jar
com.sun.portal.config.ConfigureL10N

En Secure Remote Access, el comando para ejecutar el configurador L10N es:

/usr/jdk/entsys-j2se/bin/java -DPS_CONFIG_DEBUG=y
-DDEPLOY_ADMIN_PASSWORD=<deploy admin password>
-DDS_DIRMGR_PASSWORD=<LDAP directory manager password>
-DIDSAME_LDAPUSER_PASSWORD=<AM ldap user password>
-DIDSAME_ADMIN_PASSWORD=<AM admin password>
-DBASEDIR=PS-INSTALL-DIR
-cp PS-INSTALL-DIR/SUNWps/lib/configL10N.jar
com.sun.portal.config.ConfigureL10N

El capítulo 18 de Sun Java System Portal Server 6 2005Q1 Administration Guide contiene una ruta errónea para el archivo desktopconfig.properties. (Sin número de error.)

Descripción:

La sección “Debugging Portal Server” del capítulo 18 de Sun Java System Portal Server 6 2005Q1 Administration Guide indica que el archivo desktopconfig.properties está ubicado en /etc/opt/SUNWps.

La ubicación correcta es /etc/opt/SUNWps/desktop .


Documentación confusa acerca de la herramienta de interfaz de línea de comandos sendrdm. (5078733)

Descripción:

El capítulo 16 de la guía de referencia técnica dice lo siguiente:

The sendrdm command provides a mechanism for a CGI or command-line based search. An RDM (resource description manager) request is sent in SOIF format to the Search server. This command is normally run in a search-enabled Sun Java System Portal Server instance directory, which is the / server-instance-directory/deployment_uri directory. This is the deployment URI path you selected at install time. If you chose the default Portal Server install, this is the /var/opt/SUNWps/https- servername/portal directory. Where the value of the servername is the default web Portal Server instance name--the fully qualified name of your Portal Server.

En lugar de esto, debería decir:

If you chose the default Portal Server install, this is the /var/opt/SUNWps/https- instance-name/portal directory. Where the value of the servername is the default web container instance name--the fully qualified name of the machine, for example sesta.sun.com.