Its as simple as
1. create a RMAN database sat RMANDB
2. create a user for the RMANDB say RMANUSR
3. grant connect,rescourse to RMANUSR
4. grant recovery_catalog_owner to RMANUSR
5. rman connect target sys/password
6. rman> register database.

Better still go through the Oracle Backup and Recovery Guide.

Sam