Operating System - OpenVMS
1757084 Members
2082 Online
108858 Solutions
New Discussion юеВ

Re: Revoke /id VMS$MEM_RESIDENT_USER

 
Bert_22
New Member

Revoke /id VMS$MEM_RESIDENT_USER

When i want to revoke the identifier VMS$MEM_RESIDENT_USER in uaf, i get the message %UAF-W-IDOUTRNG, identifier value is not within legal range.
I grant it to a test account, that works OK but i can't revoke it from that test account either.
Can someone help me?

Thanks in advance.
14 REPLIES 14
Volker Halle
Honored Contributor

Re: Revoke /id VMS$MEM_RESIDENT_USER

Bert,

this works fine for me on OpenVMS Alpha V8.2:

UAF> show/id VMS$MEM_RESIDENT_USER
Name Value Attributes
VMS$MEM_RESIDENT_USER %X80000009

UAF> grant/id VMS$MEM_RESIDENT_USER user
%UAF-I-GRANTMSG, identifier VMS$MEM_RESIDENT_USER granted to user
UAF> revoke/id VMS$MEM_RESIDENT_USER user
%UAF-I-REVOKEMSG, identifier VMS$MEM_RESIDENT_USER revoked from user

What's the identifier value on your system ? Which version of OpenVMS ?

Volker.
David Jones_21
Trusted Contributor

Re: Revoke /id VMS$MEM_RESIDENT_USER

I'd guess your rightslist database is inconsitent.

$ help/message idoutrng
IDOUTRNG, identifier value is not within legal range

Facility: UAF, Authorize Utility

Explanation: The specified value for an identifier is not within the
permissible range. A general identifier can have an integer
value between 65,536 and 268,435,455. A UIC identifier takes a
value in standard UIC format.

User Action: Reenter your command with an identifier value that is within
the permissible range.
I'm looking for marbles all day long.
VEL_1
Valued Contributor

Re: Revoke /id VMS$MEM_RESIDENT_USER

Hi,

Please look at the following link.

Thanks.
Bert_22
New Member

Re: Revoke /id VMS$MEM_RESIDENT_USER

VMS version 7.3-2 with latest patches. 5 node cluster, all Alpha's.
UAF> show/id VMS$MEM_RESIDENT_USER
Name Value Attributes
VMS$MEM_RESIDENT_USER %X80000009
Volker Halle
Honored Contributor

Re: Revoke /id VMS$MEM_RESIDENT_USER

Bert,

looks like I can confirm this on V7.3-2:

UAF> show/id vms$mem_resident_user
Name Value Attributes
VMS$MEM_RESIDENT_USER %X80000009
UAF> grant/id VMS$MEM_RESIDENT_USER user
%UAF-I-GRANTMSG, identifier VMS$MEM_RESIDENT_USER granted to user
UAF> revoke/id VMS$MEM_RESIDENT_USER user
%UAF-W-IDOUTRNG, identifier value is not within legal range

So it's either something configuration-dependant (less likely) or a bug in OpenVMS (and fixed in V8.2). Can anyone do this operation successfully on V7.3-2 ?

Volker.
Ian Miller.
Honored Contributor

Re: Revoke /id VMS$MEM_RESIDENT_USER

Curious. What version of VMS?
Whats the result of
show/id/full VMS$MEM_RESIDENT_USER
in authorize?
____________________
Purely Personal Opinion
Ian Miller.
Honored Contributor

Re: Revoke /id VMS$MEM_RESIDENT_USER

Interestingly on cluster with V7.3-2 and V8.2 (which has common SYSUAF, RIGHTSLIST etc) I can grant and revoke successfully on V8.2 but not on V7.3-2 and on VAX V7.3 in the same cluster I get that error when trying to grant the identifier.

Looks like a bug - report to hp.
____________________
Purely Personal Opinion
Thomas Ritter
Respected Contributor

Re: Revoke /id VMS$MEM_RESIDENT_USER

Basic RDB operations like "open" require the user to have been granted this identifier. Removing it may cause a problem.

Why do you want to remove the id ?
Peter Quodling
Trusted Contributor

Re: Revoke /id VMS$MEM_RESIDENT_USER

It's also of relevance in "NUMA" Mode, in allowing control of RAD (Resource Affinity Domains) (THis stuff cam in at around 7.2-1H1)

What flavour of hardware is this, and what is it's O/S History...

q
Leave the Money on the Fridge.