[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

2604.0. "Unable to fully register node4 entities." by STRASB::EBLE (Fran�ois EBLE. EIS Strasbourg France.) Fri Mar 20 1992 11:11

Hi,

    	Under DECmcc/ULTRIX T1.2.4 usind DECNET phase IV I tried to register 
node4 entities (under root account) with the adress attribute.

    MCC> register node4 .dna_node.ztois1 synonym ztois1, address 47.155

	If node ztois1 is not registered under NCP I get the following 
message :

Node4 LOCAL_NS:.dna_node.ztois1
AT 1992-03-20-16:42:08.230+00:00Iinf

Partial registration success. Please retry later to complete the 
registration.
        Reason for Partial Registration = No privilege to perform directive at
                                          Node.

So I try :

MCC> REGISTER NODE4 .dna_node.ztois1 synonym ztois1,address 47.155, by user
=root, by pass=test

I get the same error message. What is wrong ?
In the DECnet phase IV Access Module Use documentation page 4-4 it is 
written that it "will set up the synonym to address association in the 
local DECnet database." So ???

Thanks for your help.

Fran�ois. 
T.RTitleUserPersonal
Name
DateLines
2604.1Can you do an NCP TELL?FOUR62::LICAUSEAl Licause (338-5661)Thu Mar 26 1992 16:3114
I'm no expert, but I believe MCC tries to do some sort of NCP TELL command
or the equivalent.

It looks as though the error is telling you that you have no privelage to
display information on that node.  What happens if you try to issue an
NCP TELL command to that node?

If it fails, you probably either need to specify access control when
registering or that node needs to have either proxy or a default account
setup.

Hope this helps.

Al
2604.2Should be a bug on ,address.STRASB::EBLEFran�ois EBLE. EIS Strasbourg France.Tue Mar 31 1992 12:3433
    Hi,
    

>I'm no expert, but I believe MCC tries to do some sort of NCP TELL command
>or the equivalent.

    I don't think so because it is only a local problem. I mean this
    command should update the local NCP database on my node where I am
    logged as root. So ???
    
>It looks as though the error is telling you that you have no privelage to
>display information on that node.  What happens if you try to issue an
>NCP TELL command to that node?

    No, It looks like a bug on the address qualifier ... If I do not put
    this qualifier, registering is successfull.
    NCP TELL command works.
    
>If it fails, you probably either need to specify access control when
>registering or that node needs to have either proxy or a default account
>setup.
    
    No. It is a purely local problem. I try to specify the local username
    root and password, but it does not change the problem.
    
    I think it is the only way to insure a consistance between DECmcc node4
    and NCP local database. 
    
    Is this problem already QARed or fixed ?
    
    Help please. 
    
    
2604.3Still there in 1.2.7STRASB::EBLEFran�ois EBLE. EIS Strasbourg France.Wed May 13 1992 07:254
    This reply to say that under Version 1.2.7 I have still the same
    problem described in .0
    
    I will QAR it.
2604.4set up proxyTOOK::S_KOHoot mon!Tue May 19 1992 20:3329
    
    hello Fran�ois,
    
    In order to register NODE4 entities in DECmcc (on a DEcnet Phase IV
    ULTRIX system) and also add the node to your local NCP database, you
    must log in as root and have decnet proxy setup for root to itself.
    
    To setup decnet proxy for root, edit the /etc/dnet_proxy file and
    add an entry for:
    
            source::root    root    nml
    
    where source is the local node name.  i found you had to be actually
    logged in as root - not as super user from a non-privileged account.
    
    The reason the BY USER and BY PASSWORD qualifiers did not
    help is because these qualifiers are applied to the node you
    are registering NOT to the node you are operating on.  For
    example, if you are running DECmcc on node xyz and
    registering node4 abc, the user and password qualifiers
    are used to query node4 abc.
    
    If the node is already in your NCP database, you can omit the address
    argument.
    
    Hope this is helpful.
    
    -s
    
2604.5Can set up proxy for other accounts if you wantTOOK::MINTZErik Mintz, DECmcc Development, dtn 226-5033Tue May 19 1992 23:439
>    where source is the local node name.  i found you had to be actually
>    logged in as root - not as super user from a non-privileged account.

I assume you mean that "sudo" did not work.  That is because the DECnet
proxy mechanism works off the account that you used when you logged in.

It is perfectly possible (although dangerous from a security point of view)
to set up a proxy from any account on the system to root.