Solaris Common Messages and Troubleshooting Guide

Action

Change the names of these volumes to read swap1, swap2, and so forth.

If you still get this message after making the previous change, edit the /sbin/swapadd script. Find the line:


c=`$SWAP -l | grep -c '\\<'${special}'\>'`
and change it to:

c=`$SWAP -l | grep -c ''${special}''`