Sun Java System Portal Server 6 2005Q4 Versionshinweise

Dokumentation


Fehlende Zeile in den Anweisungen für die Ausführung des Konfigurationsprogramms in einer lokalisierten Umgebung für Solaris Sparc- oder X86-Rechner. (6238677)

Beschreibung:

Kapitel 2 im Sun Java System Portal Server 6 2005Q1 Administration Guide enthält einen Fehler im Befehl für die Ausführung des Konfigurationsprogramms in einer lokalisierten Umgebung für Solaris Sparc- oder X86-Rechner.

Die Korrektur lautet wie folgt:

Um das Konfigurationsprogramm in einer lokalisierten Umgebung auf einem Solaris Sparc- oder x86-Rechner auszuführen, geben Sie Folgendes in Form einer Zeile ein:

/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

Für Secure Remote Access lautet der Befehl für die Ausführung des L10N-Konfigurationsprogramms wie folgt:

/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

In Kapitel 18 des Handbuchs Sun Java System Portal Server 6 2005Q1 Administration Guide wird der falsche Pfad für die Datei desktopconfig.properties angegeben. (keine Problem-ID)

Beschreibung:

Im Abschnitt "Debugging Portal Server“ in Kapitel 18 des Handbuchs Sun Java System Portal Server 6 2005Q1 Adminstration Guide wird angegeben, dass sich die Datei desktopconfig.properties unter /etc/opt/SUNWps befindet.

Der richtige Standort der Datei lautet /etc/opt/SUNWps/desktop .


Irreführende Dokumentation über das Tool sendrdm für Befehlszeilenschnittstellen. (5078733)

Beschreibung:

In Kapitel 16 des technischen Referenzhandbuchs steht Folgendes:

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.

Statt dessen sollte Folgendes stehen:

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.