A temporary password for ASM users SYS and ASMSNMP is configured during FlashGrid initialization. Use the following commands to set new passwords:
$ sudo su - grid
$ sqlplus / as sysasm
SQL> alter user sys identified by "MyNewPassword"; SQL> alter user asmsnmp identified by "MyNewPassword";