[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

6304.0. "Access control Error after change ADDR" by DEKVC::SHINHONGKANG () Mon May 22 1995 04:46

    
I had big problems since changing network configuration.

I had changed decnet address of MCC station with net$configure.com at last
week.  Our system(MCC station) informations are following.

    VMS version : 6.1
    DECnet/OSI
I had made Aarm Rules and several process and disk monitoring applications and
they function had been OK until changing DECnet address.
But, I could not work that applications since changing decnet address and 
following messages were displayed in console mode at the system.

-----------------------------------------------------------------------------
Access Conftrol violation from: Node Local:.vsa session control, at:1995-05-20
NSAP address = 49::00-012......
Source = UIC = [0,0]DECmcc
Destination = MCC_EVC_SINK
Destination USER = ""
Destination ACCOUNT = ""
NODE Name = Local:.VSA
.......
-----------------------------------------------------------------------------

%DECmcc -> MCC account
 VSA    -> MCC workstation name
 I had changed decnet address(DECnet/OSI) from 1.20 to 1.21 with using 
 net$configure.com.

Plesae help me!

Thanks, Shinhong.
T.RTitleUserPersonal
Name
DateLines
6304.1contious informationDEKVC::SHINHONGKANGMon May 22 1995 10:1667
Conituos information
====================

I had started mcc_evc_sink manually and the below messages were displayed.

Also, I had done below command in ncl environment.

----------------------------------------------------------------------------
$mcr ncl
ncl> show session control appli mcc_evc_sink all char 
command failed due to:
No search object instance
----------------------------------------------------------------------------

I don't know whether that object(mcc_evc_sink) must be needed in MCC or not.
If that must be needed in MCC, please let me know how to register.

I had not founded the mcc_evc_sink object in the session control application 
startup file(net$applications.ncl) and any mcc startup files, If It exist,
please let me know what I do!

----------------------------------------------------------------------------
$@sys$startup:mcc_startup_evc_sink

$ goto END_COMMENTS
$END_COMMENTS:
$!
$! Keep sink process log files down to a minimum.
$ PURGE MCC_EVC_SINK.LOG /keep=10
$!
$ MANAGE/ENTERPRISE
DECmcc (V1.3.0)
!
!  The Data Collector sink must be OFF for ENABLE to work correctly.
!  It *should* be off at system startup, but we'll do the DISABLE here just in
!  case this command procedure gets run interactively *after* system
!  startup...
!
DISABLE MCC 0 COLLECTION_AM SINK DECNET   
%NONAME-W-NOMSG, Message number 00000000
!
!DISABLE MCC 0 COLLECTION_AM SINK UDPIP
!
!    Now ENABLE the sink, but wait a couple of seconds in case it takes longer
!    for the process to get started...
!
ENABLE MCC 0 COLLECTION_AM SINK DECNET, AT START = +00:00:03
MCC 0 COLLECTION_AM SINK DECnet 
AT 22-MAY-1995 15:27:03 
The requested operation cannot be completed
                  Entity Existence Info = Entity Existence Cannot Be Determined,
                      MCC Routine Error = %MCC-S-COMMON_EXCEPTIO, success with 
                                          common exception reply
!
!   ANDDDDDD/ORRRRRRR
!
!ENABLE MCC 0 COLLECTION_AM SINK UDPIP, AT START = +00:00:03
!
!  All done.    
!
exit
$!
$EXIT
----------------------------------------------------------------------------

Thanks, Shinhong.