I did man omcontain and found out that it need to supply with a password. Password should be A(day of the month + 10)E. So that what I did
Code: Select all
[root@kupaloid ~]# omcontain -p A38E
WARNING: This is a diagnostic tool for use by Scalix trained personnel.
Improper use can cause serious damage.
If you do not wish to continue, hit return now.
omcontain : [OM 11795] Access Denied!
[root@kupaloid ~]# date
Mon Feb 28 08:45:20 EST 2011
The day was Feb 28 so when you add 10, it should be 38 right? Howcome I still cannot login and says "Access Denied". Is there a wrong syntax in my command?
Any advise?