T.R | Title | User | Personal Name | Date | Lines |
---|
3497.1 | 3 ways to do it, I think!!! | ZPOVC::RAMARAJ | | Tue Aug 04 1992 11:40 | 13 |
| I think this is same kind of problem, with EVL startup procedure too.
Somethink to do with VMS 5.5.
Either use the user, password or
set a proxy account on the MCC system or
just use NCP command and define the object and number and set it
I use the last 2, password do appear anywhere.
Hope it helps.
Raj
Just another MCC user
Singapore
|
3497.2 | Created object in NCP but still no joy ! | TYCOCH::WILLIAMSG | | Tue Aug 04 1992 12:09 | 20 |
| Hi there,
I tried creating the object in NCP as suggested, but when I now try to enable
the sink I get the following error:
MCC> enable mcc 0 collection_am sink decnet
MCC 0 COLLECTION_AM SINK DECnet
AT 4-AUG-1992 16:07:45
The requested operation cannot be completed
Entity Existence Info = Entity Existence Cannot Be Determined,
MCC Routine Error = %MCC-I-NOEVENTREQ, event not
forwarded; no requests outstanding
Has anyone seen this before ??
Cheers,
Gary.
|
3497.3 | >>> enabling the collector sink <<< | KITFOX::BALL | | Tue Aug 04 1992 13:26 | 12 |
| Hi -
The command sequence for starting up the collector sink
is:
MCC> enable mcc 0 coll sink decnet
Sorry create will not work in this instance...
Thanks...
- darryl
|
3497.4 | >>> starting mcc_evc_sink help... <<< | KITFOX::BALL | | Tue Aug 04 1992 13:39 | 24 |
| Hi (.2) -
I haven't seen this one yet.
You don't need to create the object ahead of time.
So you can delete it if you have created it.
Now execute the following:
MCC> enroll mcc_collection_am
MCC> disable mcc 0 coll sink decnet
MCC> enable mcc 0 coll sink decnet
MCC> show show mcc 0 coll all attr
MCC> test mcc 0 coll
This should be it...
Any problems contact me at:
took::d_ball or kitfox::ball
226-5345...
Thanks...
- darryl
|
3497.5 | Check DEAULT privs! | TOOK::MCPHERSON | Life is hard. Play short. | Tue Aug 04 1992 14:35 | 8 |
| You need to make sure that the DEFAULT privs for the
account that's starting up the EVC sink are sufficient.
(I forget the priv list...)
Most folk simply have SETPRV turned on and think that'll
be sufficient; It's not.
/doug
|
3497.6 | What privileged is required? | OSLACT::BJORN | Bj�rn Olav Haugom | Wed Jun 09 1993 09:01 | 5 |
| What privileges is required for enabling the collector_am sink?
You certainly don't get it started with only TMPMBX and NETMBX.
Bj�rn Olav Haugom
|
3497.7 | NETMBX,TMPMBX,SYSNAM,DETACH | MCDOUG::doug | Dead or Canadian? | Wed Jun 09 1993 09:24 | 6 |
| A quick code inspection reveals that you need NETMBX, TMPMX, SYSNAM and
DETACH to start the sink. This makes sense, since you have to actually
create a detached process (the sink process) and create a named DECnet
object as part of the sink creation process.
/doug
|
3497.8 | SYSPRV, too! | OSLACT::BJORN | Bj�rn Olav Haugom | Fri Jun 11 1993 07:40 | 12 |
| > -< NETMBX,TMPMBX,SYSNAM,DETACH >-
>
>A quick code inspection reveals that you need NETMBX, TMPMX, SYSNAM and
>DETACH to start the sink. This makes sense, since you have to actually
>create a detached process (the sink process) and create a named DECnet
>object as part of the sink creation process.
I found the answer in the Alarms and Notification guide on page 8-8 in the Data
Collector AM chapter. You also need the SYSPRV privilege in addition to
NETMBX,TMPMBX,SYSNAM,DETACH.
Bj�rn olav
|
3497.9 | The docs are worng... ;^) | MCDOUG::doug | Dead or Canadian? | Fri Jun 11 1993 09:52 | 9 |
| I don't mean to sound argumentative, but the Collector AM code *only*
checks for the 4 privs I listed... Just to be sure I also tested this by
enabling/disabling & sending events to the sink (UDPIP and DECNET) from an
account *only* those privs enabled (default and authorized) and it worked
fine. This was for SSB V1.3.0.
There's no sense enabling more privs than necessary...
/doug
|
3497.10 | | OSLACT::BJORN | Bj�rn Olav Haugom | Fri Jun 11 1993 11:13 | 6 |
|
> There's no sense enabling more privs than necessary...
I totally agree. With SYSPRV your able to damage a whole lot more than without.
Bj�rn Olav
|