- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: User Accounts transfer...
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
07-27-2005 07:47 PM
07-27-2005 07:47 PM
User Accounts transfer...
I have to move all user accounts from ALPHA 2100 system running OpenVMSV6.2 to Hp integrety server RX2600 running OpenVMS V8.2, which file I have to move and How??...
Rgds
noor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2005 08:27 PM
07-27-2005 08:27 PM
Re: User Accounts transfer...
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2005 08:27 PM
07-27-2005 08:27 PM
Re: User Accounts transfer...
Basically 2 files:
SYS$COMMON:[SYSEXE]SYSUAF.DAT
SYS$COMMON:[SYSEXE]RIGHTSLIST.DAT
Unless you have relocated them using logicals.
Make sure you use BACKUP to copy them.
Also a word of warning, I seem to remember that the layout of the SYSUAF.DAT file changed with V7.x (cannot check though since I don't have a 6.2 system at hand).
Regards,
Kris (aka Qkcl)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2005 09:01 PM
07-27-2005 09:01 PM
Re: User Accounts transfer...
SYSUAF of V6.2 can be read on V7.3.
However, some user are differents (e.g. UCX vs TCPIP) and it isn't a good idea simply copy files.
It better make a merge.
Antonio Vigliotti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2005 09:41 PM
07-27-2005 09:41 PM
Re: User Accounts transfer...
If the are anay system specific item in your sysuaf it is possible the authorization wil not work.
Im thinking about de things as lgicmd and the default (the home dir of a user)
you can also create a script to extract the information you need and use a script to create al the account on the new system.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2005 09:45 PM
07-27-2005 09:45 PM
Re: User Accounts transfer...
Remember, after moving the file, you may need to make changes to quotas to reflect the requirements of your applications environments on the different architecture.
This can be done by changes to the SYSUAF, or temporarily by changes to the system minimums.
- Bob Gezelter, http://www.rlgsc.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2005 09:49 PM
07-27-2005 09:49 PM
Re: User Accounts transfer...
appendix B of the OpenVMS Cluster manual describes, how to merge SYSUAF and RIGHTSLIST
http://h71000.www7.hp.com/doc/731FINAL/4477/4477pro_contents_003.html#toc_appendix_b
Just taking both files from your 'old' system may corrupt/remove system-specific accounts (TCPIP, DECnet etc.). So you would best just move your user-accounts into the environment on the new system. Also consider increasing the user's quotas. Look at the DEFAULT account on your Itanium system and increase your user's quota appropriately.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2005 09:50 PM
07-27-2005 09:50 PM
Re: User Accounts transfer...
Also you must re-create proxy database. To make this, the best option is recreate proxies, because doesn't compatible with older version.
Saludos.
Daniel.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2005 10:30 PM
07-27-2005 10:30 PM
Re: User Accounts transfer...
You can copy the old uaf file and clean it. To do this define a logical name SYSUAF to the old uaf and run SYS$SYSTEM:AUTHORIZE. When you are shure that this is the old uaf copy, remove all the system-specific accounts and unwanted accounts. When you have a clean version merge the files as Volker instructed.
Bojan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2005 11:05 PM
07-27-2005 11:05 PM
Re: User Accounts transfer...
careful ! Removing accounts will also remove identifiers from RIGHTSLIST. So you better also define a logical to point to the copy of the old RIGHTSLIST.DAT as well. Note: you must use DEF/EXEC for the RIGHTSLIST logical.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2005 12:57 AM
07-28-2005 12:57 AM
Re: User Accounts transfer...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2005 01:12 AM
07-28-2005 01:12 AM
Re: User Accounts transfer...
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2005 05:59 AM
07-28-2005 05:59 AM
Re: User Accounts transfer...
>DCL procedure at http://dcl.openvms.org ?
OK. I submitted a pared down version of it, the original also did things like clean out stray privileges users were historically given and generate a list of diskquota commands (user volumes went from 50GB & 100GB disks to 600MB & 1TB disks).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2005 06:42 PM
07-28-2005 06:42 PM
Re: User Accounts transfer...
"aftre moving sysuaf file be sure the version is ;1 other wise it wil not work."
There is no need for this. Our production cluster's SYSUAF file is at version ;13.
The only case that I know of that you must have version ;1 is for directory files.
Regards,
Bart Zorn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2005 01:37 AM
07-29-2005 01:37 AM
Re: User Accounts transfer...
>
>
>There is no need for this. Our production cluster's SYSUAF file is at version ;13.
>
>The only case that I know of that you must have version ;1 is for directory files.
If the SYSUAF logical definition includes a version (e.g. ";1"), services that open SYSUAF will only look for that version.