- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: Cloning a system
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
11-14-2007 04:49 AM
11-14-2007 04:49 AM
To change the DECnet nodename and address, I was going to remove the cloned system from the network and boot it. Then run
$@sys$manager:netconfig advanced
and change the nodename and address when prompted.
However, I am wondering if there is somewhere else I need to change the nodename.
Now I can think of
scssystemid
scsnode
Is there any place else?
Thank you.
Regards,
Trace
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2007 04:55 AM
11-14-2007 04:55 AM
SolutionThat should do it. You will need to deal with the queue names and any explicit references to nodenames that are floating around.
- Bob Gezelter, http://www.rlgsc.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2007 05:26 AM
11-14-2007 05:26 AM
Re: Cloning a system
I concur with Bob.
_IF_ you have not hard-coded the nodename in the bootstrap (let alone applications....), then that should do it.
Please also give some thoughts at device naming. Depending on the config, you may run into inconsistencies there too.
You may also have to give some extra attention to licenses that are NO_SHARE. But logging in as SYSTEM from the console, you can alter those.
But basically, to be able to get the bare VMS running, you got it.
hth
Proost.
Have one on me.
jpe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2007 07:43 AM
11-14-2007 07:43 AM
Re: Cloning a system
Regards,
Trace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2007 02:40 PM
11-14-2007 02:40 PM
Re: Cloning a system
the VMS FAQ has a good listing of places to look at when changing the nodename:
http://64.223.189.234/vmsfaq/vmsfaq_007.html#mgmt9
Things that haven't been mentioned here are e.g. the identifier SYS$NODE_nodename and the TCP/IP configuration.
HTH,
Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2007 03:33 PM
11-14-2007 03:33 PM
Re: Cloning a system
Don't forget to adjust your license data base (LDB) to ensure you comply with your license agreement.
In particular, your OS PAK (usually OPENVMS-ALPHA these days) is bound to the particular hardware it was sold with. It is not transferrable. You should therefore delete that PAK from the new system disk and register the PAK sold with the target hardware.
Other PAKs may be transferrable, but you may not use them concurrently on multiple systems.
If you're concerned about duplicate DECnet and/or IP addresses, that presumably means you want to run them on the same network at the same time. If that's the case, you should delete the whole LDB and replace it with PAKs for the new system.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2007 10:41 PM
11-14-2007 10:41 PM
Re: Cloning a system
And I also have to do a mc ncl flush ses con nam cac entr "*".
And don't forget to delete files containging the old node name (accounting, audit, oper log at our site).
And do a search on the whole system disk for the old name.
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2007 11:02 PM
11-14-2007 11:02 PM
Re: Cloning a system
In case the original and the cloned machines are OpenVMS Clusters and cluster communication is enabled over the lan, you should also change the cluster authorization of the new machine(s).
$ MC SYSMAN
SET env/cl
conf set cluster_authorize -
/group=new-group-number -
/password=new_password
Otherwise if the original and the new system are connected to same lan the are able to form one Cluster containig all the machines (old and new)
Regards
Geni
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2007 11:49 AM
11-15-2007 11:49 AM
Re: Cloning a system
In case you don't know this, when changing scsnode and scssystemid, you will want to do this in sys$system:modparams.dat. This is a text file that can be edited with TPU, etc. You can then run autogen:
$ @sys$update:autogen getdata reboot feedback
or similar to that. I would check the VMS system manager utilities reference to be sure of the exact syntax usage.
Also, make sure scssystemid equals your DECnet address. E.g, 10.10 = 1024*10 + 10.
Also, you said you were replacing your current system with another hardware? If that's the case, you may not need to change your parameters. You can just use the VMS boot CD to duplicate your system disc. After the CD boots, you can just choose execute DCL commands from the CD menu. Then issue a BACKUP command, such as:
$$$ backup/image/ignore=nobackup dka0: dka100:
Or substitute your correct disc drive naming convention.
Also, changing your IP addresses requires an additional procedure involving the system supplied command file, TCPIP$CONFIG.COM. I've found it necessary to first delete all of the TCP/IP services .DAT files first, then rerun TCPIP$CONFIG to avoid any problems.
Good Luck!