You do NOT need to create a new sp file, nor do you need to create a pfile from the spfile. You simply need to alter the control_files parameter whilst the database is up and running and add the scope = spfile onto the end of the code:
Code:
alter system set control_files = 'ctrl1','ctrl2','ctrln'
scope = spfile
Then shutdown the db, copy the controlfile and start the db.