Documentation Issues
This chapter describes known documentation problems. For documentation issues identified too late to be included in these release notes, refer to the Solaris 9 (SPARC Platform Edition) Release Notes in the Solaris 9 Release and Installation Collection on http://docs.sun.com.
Documentation Errata
Document Affected: re-preinstall(1M) Man Page
"Example 1: Installing the JumpStart Software" in the re-preinstall(1M) man page should read as follows.
The following procedure installs the JumpStart software on a system's own default boot disk:
From the ok prompt, boot the system from the Solaris Media (DVD or 1 of 2 CD ) in single user mode:
ok boot cdrom -s
With the re-preinstall command, install the JumpStart software on the system's default boot disk, which is a slice on the disk (usually slice 0) where the system automatically boots. (The system's default boot disk is probably where the current root (/) file system is located, which can be determined with the format(1M) command.) For example, the following command installs the JumpStart software on the system's default boot disk, c0t3d0s0 on a Solaris 9 system.
example# /usr/sbin/install.d/re-preinstall c0t3d0s0 example# sync;sync;sync; reboot disk:b
Document Affected: Solaris WBEM SDK Developer's Guide
In the Solaris CIM schema, the following classes and properties are tagged with the Deprecated qualifier.
Solaris_LogRecord class
Solaris_LogService class
Solaris_LogServiceSetting class
Solaris_LogServiceSetting class
OptionsEnabled property in Solaris_IPProtocolEndpoint class
Use suitable alternatives to these deprecated classes and properties. Refer to the class description qualifiers to determine the correct class and property alternatives.
Document Affected: "Writing a Client Program" in Solaris WBEM SDK Developer's Guide
If you create WBEM clients that use the RMI protocol with the javax.com.sun.client API and want to connect to a server that is running the Solaris 8 operating environment, you must include the /usr/sadm/lib/wbem/cimapi.jar file in the client's CLASSPATH. The cimapi.jar file includes the com.sun.wbem classes that are required to communicate with a server that is running the Solaris 8 operating environment.