Operating System - OpenVMS
1832584 Members
3127 Online
110043 Solutions
New Discussion

"Connetcting" uic to a name

 
SOLVED
Go to solution
Alon Jacob
Frequent Advisor

"Connetcting" uic to a name

Hello all.

In one of our servers (stand-alone) one of the UIC's is "connected" or "related" to a name.
My question is - how can I change the name it's related to, and what efect (if any) it might have.

Thank-you
3 REPLIES 3
Robert Gezelter
Honored Contributor
Solution

Re: "Connetcting" uic to a name

Alon,

Have to make it quick, I am getting ready for a meeting.

The connection of the UIC to the Name [2075,34] -> [FRED] is done by creating a rights identifier FRED with the value of UIC [2075,34].

AUTHORIZE is used to maintain the list of identifiers. It does include a RENAME/IDENTIFIER comand, as well as other commands to manipulate the rights identifier database.

I hope that this iss helpful.

- Bob Gezelter, http://www.rlgsc.com
Daniel Fernandez Illan
Trusted Contributor

Re: "Connetcting" uic to a name

Alon
You can change name using AUTHORIZE (Robert reponse).
If UIC values doesn't change you doesn't have effect over owner of files, but if you change some value on UIC, you migth have problems with the ownership (older and newer owner aren't equals).
Saludos, Daniel.
Alon Jacob
Frequent Advisor

Re: "Connetcting" uic to a name

Got what I needed - "rename/ident".

Thanks all.