[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

2281.0. "Event --- login information invalid at remote node" by ZUR01::SCHNEIDERR () Thu Feb 06 1992 09:46

Hello,

I found in the EVL.LOG the following message.

%EVL-E-OPENMON, error creating logical link to monitor process ZHSS13::
"TASK=MCC_DNA4_EVL"
-SYSTEM-F-INVLOGIN, login information invalid at remote node
%EVL-E-WRITEMON, error writing event record to monitor process MCC_DNA4_EVL
-SYSTEM-F-FILNOTACC, file not accessed on channel

I found it on different systems, all running DECmcc V1.1. We have no further 
problems with it, I mean no errorsmessages in DECmcc, but it looks strange to me.
What is the reason for this?


Roland
T.RTitleUserPersonal
Name
DateLines
2281.1You probably need a passwordTOOK::MINTZErik Mintz, DECmcc DevelopmentThu Feb 06 1992 09:588
This implies that someone has tried to connect to a password protected
task object, without the correct password.

If the task object on the system you are trying to reach has a password
on the task object, you will have to specify by user, by password
for any MCC command that attempts to use that task.

-- Erik
2281.2Or proxy access. (better)TOOK::MCPHERSONScientific progress goes 'Boink!'Thu Feb 06 1992 10:202
 

2281.3appears during bootingZUR01::SCHNEIDERRThu Feb 20 1992 04:519
Hello, 

This message happens during booting of the DECmcc machine. I think there is a 
synchronisationproblem. (Refer to .0)

After MCC_DNA4_EVL is proper working. Maybe some of you have seen this, too.


Roland
2281.4same results but due to priv problemsTOOK::CALLANDERMCC = My Constant CompanionThu Feb 20 1992 19:264
    I have seen similar problems when attempting to start the dna evl
    process from an account without the required system privs, note
    these must be default privs and not setpriv.
    
2281.5List of things to check to prevent 'Login info invalid'CUJO::HILLDan Hill-Net.Mgt.-Customer ResidentMon Feb 24 1992 00:2724
    Here are a few things to check in order to ensure that you do not get a
    "Login information invalid at remote node" error message.
    
    1. $ MCR AUTHORIZE SHOW DECNET   ! to be sure you have a DECNET account
    2. $ SET PROCESS/PRIV=BYPASS     ! to be able to see passwords in NCP
       $ MCR NCP SHOW EXEC CHAR      ! Look for DECNET non-priv account,
                                     ! user, and password.
    3. $ MCR AUTHORIZE MOD DECNET/PASS=same_as_in_ncp_above
    4. $ MCR NCP SHOW KNOWN OBJECT   ! If the NML object has a username and
    				     ! password associated with it, you
                                     ! will get the INVLOGIN error unless 
                                     ! they match the account from which 
                                     ! you are trying to gain access.  To
    				     ! verify this, you can CLEAR them and
    				     ! test to see if you can avoid the
                                     ! error, then put them back correctly.
    5. $ MCR AUTHORIZE SHOW/PROXY *  ! Check to make sure you have proxy
                                     ! access.
    
    Note: All of the above should be checked on the node from which you
          wish to get network information, be it the remote or local node.
    
    
    -Dan