- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: VAX VMS 6.2 - recreate UAF and Rightslist
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2004 09:34 PM
03-17-2004 09:34 PM
VAX VMS 6.2 - recreate UAF and Rightslist
I have an old Vax I have fired up & want to provide for students to muck around with.
I have a feeling either the UAF or rightslist is corrupt, because if I change protection on a directory - all looks good, but when I log in as the user that should have permissions to the directory and try to set def to that dir, access is denied.
Is there a quick way to blow away the UAF and Rightslist and recreate? There is no users/rights I'm interested in keeping.
Or can anyone offer any other suggestion.
Thanks!
Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2004 10:13 PM
03-17-2004 10:13 PM
Re: VAX VMS 6.2 - recreate UAF and Rightslist
Here are the answers to your questions
Recreating SYSUAF
-----------------
1. Make a backup copy of your SYSUAF file
2. Create an FDL of SYSUAF using
the command
anal/rms/fdl
3. Make sure nobody is accessing SYSUAF.
4. convert/fdl of the new sysuaf file
Recreating RIGHTSLIST
----------------------
UAF> CREATE/RIGHTS
{message}
UAF> ADD/IDENTIFIER/USER=* or ADD/IDENTIFIER/USER=[*,*]
{messages}
rgds
Mobeen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2004 10:42 PM
03-17-2004 10:42 PM
Re: VAX VMS 6.2 - recreate UAF and Rightslist
Appreciate your response.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2004 12:03 AM
03-18-2004 12:03 AM
Re: VAX VMS 6.2 - recreate UAF and Rightslist
since you want to get rid of ALL your old info, you really want a new INITIAL file.
If you use a CONVERT/FDL, all old info is in your new file.
If you do a CREATE/FDL, then NO info is in the new file.
You need, however, a file with initial records.
From a suitably priv'd account, you can rename your SYSUAF file away. First: is the logical name SYSUAF defined? If not, then you will want a SET DEFAULT SYS$COMMON:[SYSEXE], because that is where the file is looked for if not defined.
Rename SYSUAF.DAT to (eg.) SYSUAF.OLD
If you now run AUTHORIZE, you will get a message/question "SYSUAF NOT FOUND. CREATE IT?"
Answer YES, and you will have a clean authorisation file, containing the required records.
Most important: an account named DEFAULT.
Why is that important? You want to be able to ADD new accounts, but actually, that is implemented as: COPY DEFAULT => new_name.
That is also how you get all your default settings for new accounts.
For RIGHTSLIST you follow Mobeen's instructions.
Depending on previous usage of your system, you might also wish to delete NETPROXY.DAT (if DECnet phase IV) or NET$PROXY.DAT (phase V).
Those are also created if needed & missing.
Success!
Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2004 01:28 AM
03-18-2004 01:28 AM
Re: VAX VMS 6.2 - recreate UAF and Rightslist
CRE/RIGHTS and CRE/PROXY in AUTHORIZE will get you a new RIGHTSLIST.DAT and NETPROXY.DAT
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2004 03:56 AM
03-18-2004 03:56 AM
Re: VAX VMS 6.2 - recreate UAF and Rightslist
Do you have a process logical defined for SYSUAF? If so, then what could be happenning is that you make the changes based on the file pointed to by that logical, but when you log in under the other user, you get the copy of the SYSUAF.DAT that is in Sys$System:.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2004 09:49 AM
03-18-2004 09:49 AM