Solaris Common Messages and Troubleshooting Guide

Action

Change the names of these volumes to read swap1, swap2, etc...

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

c=`$SWAP -l | grep -c '\\<'${special}'\>'`
and change it to
=`$SWAP -l | grep -c ''${special}''`
Also see bug number 1215062 for more information on this behavior.