to start using it right now. If the space hasn't yet been formated as swap, then you will need to use mkswap first to format it (Just because it is allocated does not mean that it is formated yet). Add a line to your /etc/fstab to use it automatically in the future:
Code:
/dev/hda2 swap swap defaults 0 0
(I think I have this right...)