Ce chapitre décrit des problèmes connus concernant la documentation.
Dans le chapitre “Using High Availability (HA)”, les rubriques 1b et 4b, pages 72 et 73, doivent être lues de la manière suivante :
Section 1b:
If it does not already exist, configure the HA heartbeat interface.
For bos-screen1 in this example, use the following command:
# echo "10.0.4.1" > /etc/hostname.hme3 |
Section 4b:
If it does not already exist, configure the HA heartbeat interface.
For bos-screen2 in this example, use the following command:
# echo "10.0.4.2" > /etc/hostname.hme3 |
Les problèmes de documentation de cette rubrique s'appliquent à différents emplacements du System Administration Guide: Naming and Directory Services (DNS, NIS, and LDAP).
À la fin de la rubrique “The Switch File and Password Information”, le texte suivant doit être ajouté :
Avoid maintaining multiple repositories for the same user. By maintaining centralized password management in a single repository for each user, you reduce the possibilities of confusion and error. If you choose to maintain multiple repositories per user, update password information by using the passwd -r command.
passwd -r repository |
If no repository is specified with the -r option, passwd updates the list of repositories in nsswitch.conf in reverse order.
Dans la rubrique “LDAP Naming Services Setup and Administration”, les références à l'utilisation des options de la commande ldapclient sont incorrectes. Pour toutes les versions de Solaris 9, la syntaxe de la commande doit être modifiée de la manière suivante :
Référence incorrecte |
Référence correcte |
---|---|
ldapclient -l |
ldapclient list |
ldapclient -p |
ldapclient init [-a attribute name] |
ldapclient -m |
ldapclient mod |
Pour de plus amples informations, reportez-vous à la page de manuel ldapclient(1M).
Au chapitre “Transitioning from NIS to LDAP (Overview/Tasks)”, le tableau Commands and Files doit inclure les informations supplémentaires suivantes.
Tableau 4–1 Table Commands and Files
Commande ou fichier |
Description |
---|---|
ageing.byname |
A mapping used by yppasswdd to read and write password aging information to the DIT when the NIS-to-LDAP transition is implemented. |
Au chapitre “Network Information Service (NIS) (Overview)”, le tableau NIS Map Descriptions doit comprendre les mappages NIS supplémentaires suivants.
Tableau 4–2 Table NIS Map Descriptions
Map Name |
Corresponding NIS Admin File |
Description |
---|---|---|
auth.attr |
auth.attr |
Authorization names and descriptions |
exec.attr |
exec.attr |
Profile execution attributes |
prof.attr |
prof.attr |
Attributes for execution profiles |
user.attr |
user.attr |
Extended attributes for users and roles |
audit.user |
audit.user |
User auditing preselection data |
La rubrique “Creating DHCP Options and Macros for Solaris Installation Parameters” devrait contenir l'information suivante concernant les limites de taille des options du vendeur DHCP :
Note that the sum total of the values assigned to all the options in a macro must not exceed 255 bytes, including the option codes and length information. This limit is dictated by the DHCP protocol.
Generally, you should pass the minimum amount of vendor information needed. You should use short path names in options that require path names. If you create symbolic links to long paths, you can pass the shorter link names.
Plusieurs patchs demandent, après leur application, le démarrage manuel de CIM Object Manager. Voici la liste des patchs en question :
SPARC |
x86 |
---|---|
112943–08 |
114192–04 |
114503–03 |
114504–03 |
112945–20 |
114193–13 |
114711–02 |
114712–02 |
Pour redémarrer CIM Object Manager, procédez comme suit :
# /etc/init.d/init.wbem stop |
# /etc/init.d/init.wbem start |
Pour de plus amples informations sur l'arrêt et le redémarrage de CIM Object Manager, reportez-vous à la rubrique “Stopping and Restarting the CIM Object Manager,” du document Solaris WBEM Developer's Guide.