Hi,
It's OCUM on RHEL.
You can reset it:
/etc/init.d/ocie stop
/opt/netapp/ocum/bin/db r umadmin
and recreate the maintenance user:
/opt/netapp/ocum/scripts/add-maintenance-user.sh
But the script doesn't work. It wants to use following parameters that are not supported by the adduser command:
--quiet
--disabled-login
Fix the script:
cp add-maintenance-user.sh add-maintenance-user_mod.sh
chmod 755 add-maintenance-user_mod.sh
removing the parameters.
Log in with the user you created.
Marcus