Operating System - OpenVMS
1752401 Members
5691 Online
108788 Solutions
New Discussion юеВ

Re: An illegal operator request was made

 
SOLVED
Go to solution
Dolezel Vaclav
Advisor

An illegal operator request was made

Hello.

I have a cluster with 3 nodes. On first node command REPLY/ENABLE is making this result "An illegal operator request was made". On the other nodes is working normally. I cannot find the problem. Please help. Thanks in advance.
13 REPLIES 13
Jan van den Ende
Honored Contributor

Re: An illegal operator request was made

Vaclav,

Mostly this error is issued when the requestor does NOT have OPER priv active.

Could it be that on the first not you NOT have it, while on the others you DO?

Proost.

Have one on me.

jpe
Don't rust yours pelled jacker to fine doll missed aches.
Dolezel Vaclav
Advisor

Re: An illegal operator request was made

I'm using same account which have OPER privilige.
Accullise
Frequent Advisor

Re: An illegal operator request was made

Hi vaclav,

Generally these errors are coming when you have already enable the opcom.

first try with reply/disable and then try reply/enable.


regds,
Accullise
Dolezel Vaclav
Advisor

Re: An illegal operator request was made

It's the same.

CUW1:SMSC> reply/ena
%%%%%%%%%%% OPCOM 5-NOV-2008 23:16:21.47 %%%%%%%%%%%
An illegal operator request was made

CUW1:SMSC> reply/disa
%%%%%%%%%%% OPCOM 5-NOV-2008 23:16:22.15 %%%%%%%%%%%
An illegal operator request was made
Accullise
Frequent Advisor

Re: An illegal operator request was made

when you have created the operator.log file....


what is the size of the log file...

could you able to put the command reply/log....

when you put reply/log the same error is coming or not?
Robert Gezelter
Honored Contributor

Re: An illegal operator request was made

Doelzel,

Please show the output from SHOW PROCESS/PRIVILEGE on the node generating the error message.

It is possible that while the account is authorized for OPER, it is not enabled by default.

- Bob Gezelter, http://www.rlgsc.com
Jan van den Ende
Honored Contributor
Solution

Re: An illegal operator request was made

Vaclav,

if you really have the OPER priv active, then matbe the OPCOM process is not running?

$ SHOW SYSTEM/PROC=OPCOM

If not, then as user SYSTEM (batch job?) execute

$ @SYS$SYSTEM:STARTUP OPCOM

Proost.

Have one on me.

jpe
Don't rust yours pelled jacker to fine doll missed aches.
Dolezel Vaclav
Advisor

Re: An illegal operator request was made

Process have OPER privilege.

REPLY/LOG have same result.
Dolezel Vaclav
Advisor

Re: An illegal operator request was made

OPCOM process is running under SYSTEM account.