Solaris 7 (Intel Platform Edition) 11/99 Release Notes

Installation Bugs That May Occur During an Upgrade

Multiple Architecture Server Cannot Be Patched (1249343)

After upgrading a server with diskless clients of more than one SPARC kernel architecture, such as a sun4u server with diskless sun4c, sun4d, and sun4m clients, the SUNWkvm packages for clients whose kernel architectures differ from that of the server cannot be patched.

Workaround: Add all of the SUNWkvm packages before applying any patches that affect them:


# pkgadd -d SUNWkvm.*

Disk Space Requirements Can Be Exaggerated By the Upgrade Process (4041733)

The upgrade program can exaggerate, by as much as 30 percent, the amount of space required for upgrades to systems with the Solaris software. Therefore, it prevents many systems from being upgraded without deselecting packages or finding more space.

Workaround: You can manually reallocate disk space among file systems or use the Software Customization menu to remove software packages that are not needed.

Clients Do Not Receive All Patches When a Server Is Upgraded (4175220)

Patches located in the Patches directory on the Solaris 7 11/99 CD are not automatically applied to clients whenever a server is upgraded.

Workaround: Apply the patches located in the Patches directory to clients after the upgrade has been completed.

Errors May Occur During A European Upgrade (4230247, 4225787)

After upgrading from the Solaris 7 3/99, 5/99, or operating environments to the Solaris 7 11/99 operating environment, the following errors may appear in the upgrade logs:


Doing pkgadd of SUNWplow to /.
pkgadd: ERROR: unable to create package object </a/usr/openwin/share/locale/de.ISO8859-15>.
    file type <s> expected <d> actual
    unable to remove existing directory at </a/usr/openwin/share/locale/de.ISO8859-15>
....
Installation of <SUNWplow> partially failed.
pkgadd return code = 2


Doing pkgadd of SUNWpldte to /.
WARNING: /a/usr/dt/appconfig/types/de.ISO8859-15 
may not overwrite a populated directory.
......
pkgadd: ERROR: /a/usr/dt/appconfig/types/de.ISO8859-15 could not be installed.
.......
Installation of <SUNWpldte> partially failed.
pkgadd return code = 2

This warning occurs because the patch switches the affected directories listed in the upgrade logs from symbolic links to directories. The upgrade process then attempts to install an updated version of the package that does not include the change. These errors do not affect the operating environment on your system.

Workaround: Ignore these error messages.

After Upgrading from the Solaris 2.6 5/98 Operating Environment the postremove Script Fails to remove the SUNWw250h package (4248904)

After upgrading, from the Solaris 2.6 5/98 Operating Environment, the following message appears in the upgrade log file in the /var/sadm/install/logs directory:


Removing package SUNWw250h:
rem_major: data file \'/export/exec/Solaris_2.7_sparc.all/etc/name_to_major\'
is missing/inaccessible.
pkgrm: ERROR: postremove script did not complete successfully

Removal of <SUNWw250h> failed.
pkgrm return code = 1
.

The SUNWw250h package contains header files that have no effect on the system if not removed.

Workaround: Ignore the error message.

Symbolic Links to SUNWjvrt Are Missing After Upgrading from Solaris 7 (4259033)

After upgrading from the Solaris 7 operating environment using disk space reallocation, the Java commands may not be found due to missing symbolic links.

Workaround: To restore the symbolic links, complete these steps:

  1. Remove the SUNWjvdev and SUNWjvrt packages.


    # pkgrm SUNWjvdev SUNWjvrt
    
  2. Re-install the SUNWjvrt and SUNWjvdev packages.


    # pkgadd -d /cdrom/sol_7_1199_x86/s2/Solaris_2.7/Product
    SUNWjvrt SUNWjvdev
    

    Note -

    If your Solaris 7 11/99 software is mounted somewhere other than the CD-ROM drive, change the argument to the -d option to be the absolute path to the Solaris_2.7/Product directory.