[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference azur::mcc

Title:DECmcc user notes file. Does not replace IPMT.
Notice:Use IPMT for problems. Newsletter location in note 6187
Moderator:TAEC::BEROUD
Created:Mon Aug 21 1989
Last Modified:Wed Jun 04 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:6497
Total number of notes:27359

1440.0. "NCP>COPY....." by KERNEL::OSBORNE () Wed Sep 04 1991 05:56

    A quick question!. Does anyone know of a way to use BMS to copy Phase
    IV node Remote Node databases between Decnet nodes?.
    
    Dave.
T.RTitleUserPersonal
Name
DateLines
1440.1Probably the quickest wayENUF::GASSMANWed Sep 04 1991 19:141
    MCC> SPAWN COPY node::sys$system:netnode_remote.dat sys$system:*  :-)
1440.2Clever.KERNEL::OSBORNEThu Sep 05 1991 08:482
    Ah Ha. I didn't think of that!. Thanks.
    Dave.
1440.3Only quickest if you have accessHAZARD::BAKERPaul Baker, UK Product and Technology Group - 844 3311Thu Sep 05 1991 11:0912
Re .1

Copying node::sys$system:netnode_remote.dat sys$system:* is fine if you have 
read access to the file on the remote node. Normally this is not the case.

I believe Dave's question was what is the equivilent mcc command from both
the FCL and IMPM interfaces for the old NCP favorite:

	NCP> Copy known nodes from remnod to both with purge

Paul
1440.4You will only get nodename and DECnet address...CUJO::HILLDan Hill-Net.Mgt.-Customer ResidentWed Feb 12 1992 22:4914
    The only problem with 
     NCP> COPY KNOWN NODES FROM remnod TO BOTH WITH PURGE
    is that you only get nodename and DECnet address (e.g., 13.123).  If
    you have anything else stored in the NETNODES_REMOTE.DAT, such as
    terminal server, printserver, or LAVc Cluster addresses, service
    circuits and load files, this information will not be transferred.
    
    To see if you have any of this info defined, do this from NCP:
     NCP> SHOW KNOWN NODE CHAR
    
    If anything else besides nodename and DECnet address is present, you
    should copy the NETNODE_REMOTE.DAT file.
    
    -Dan