Solaris 7 Release Notes Supplement for Sun Hardware

Software Issues

  1. The pln_enable_detach_suspend and soc_enable_detach_suspend variables must be set in the /etc/system file. As root, edit the file and add the following lines:


    set pln:pln_enable_detach_suspend=1
    set soc:soc_enable_detach_suspend=1
    

  2. On a large system, the cfgadm -x quiesce-test command may run as much as a minute or so. During this time no messages are displayed if cfgadm does not find incompatible drivers. This is normal behavior.

  3. The system cannot use boards that are listed in the disabled-board-list. To remove all boards from the disabled board list, set the disabled-board-list variable to a null set by entering the system command:


    # eeprom disabled-board-list=
    

    If you are at the OpenBoot prompt, use this OBP command instead:


    OK set-default disabled-board-list 
    

  4. If it is necessary to unload detach-unsafe drivers, use the modinfo(1M) line command to find the module IDs of the drivers. You can then use the module IDs in the modunload(1M) command to unload detach-unsafe drivers.