OracleAgent returns: "The asm_diskstring parameter is not set correctly in the ASM initialization parameter file"
| Article:TECH160429 | | | Created: 2011-05-19 | | | Updated: 2011-05-19 | | | Article URL http://www.symantec.com/docs/TECH160429 |
Problem
Following error message observed during ASM agent config, where ADMDG group won't come up during online.
Error
Environment
group orasm_vxvm_grp01 (
Cause
Clear text strings for user/password is deprecated.
The “Enter Password: “ prompt appears in the output only when the password is NULL.
When one enters cleartext password, the agent can’t decrypt it and uses blank string.
Therefore an extra line “Enter Password:” gets appended for the every operation tried on the resource.
Due to mismatch in the number of lines in the output the agent assumes that there is an error.
Solution
>>>>>Unset the DBAUser and DBAPword for ASMDG:
hares -modify ASM_dg_res_name DBAUser ''
hares -modify ASM_dg_res_name DBAPword ''
>>>>>Use vcsencrypt to encrypt the password for ASM user.
# /opt/VRTSvcs/bin/vcsencrypt –agent
Enter New Password:#
|
|
Article URL http://www.symantec.com/docs/TECH160429
Terms of use for this information are found in Legal Notices









Thank you.