Answer: Yes, you do.

Since you are upgrading from Maximum Performance to Maximum Availability...

shutdown immediate; --<< Primary database
startup mount;
alter database set standby to maximize availabilty;
alter database open;

Oracle documentation is pretty clear on this matter, I'm encouraging you to check Oracle documentation in regards to your specific Oracle version and architecture -it's slightly different for RAC.