T.R | Title | User | Personal Name | Date | Lines |
---|
2094.1 | Registration requires a fullname | TOOK::MINTZ | Erik Mintz, DECmcc Development | Tue Jan 14 1992 03:20 | 14 |
| The register command now requires a fullname for all entities.
So it is looking for something like
MCC> register snmp .obelix synonym obelix
(where ".obelix" is the fullname, and "obelix" is the Internet name)
rather than
MCC> register snmp obelix
In this second case, the register command takes "obelix" as the fullname,
and considers the Internet name missing, so it never gets to looking
up the address in the UCX database.
|
2094.2 | SNMP needs a namespace directory | ANNECY::BONNIER | Jean-Luc ... EIC/T&N Annecy France | Wed Jan 15 1992 03:59 | 13 |
| re: .1
MCC> register snmp .obelix syno obelix
SNMP DSP_NS:.obelix
AT 15-JAN-1992 09:53:45
Unable to register name, required namespace directory does not exist.
Is this namespace directory MCC_IP ? How to create it ?
Thx. Jean-Luc
|
2094.3 | Read the docs... | BSYBEE::EGOLF | John C. Egolf LKG2-2/T02 x226-7874 | Wed Jan 15 1992 08:00 | 4 |
| Read the installation guide or the SNMP manual. If you can't
find it, send a note to Jack Cahalan, the writer.
This is in the doc set!
|
2094.4 | some more info | CLARID::HOFSTEE | Take a RISC, buy a VAX | Thu Jan 16 1992 03:36 | 65 |
|
I am having the same sort of problems as mentioned in .0 . I am getting either
the "partially registered" message or the "namespace directory not exist"
message. Here are my results:
$ ucx show host vbohub
LOCAL database
Host address Host name
16.36.192.6 VBOHUB
$ ucx loop vbohub
%UCX-I-LOOPACT, VBOHUB is alive
$ mc dns$control
DNS> show dir . kn child
Child ______ DNA_BackTranslation
Child ______ DNA_Node
Child ______ DNA_NodeSynonym
Child ______ DTSS_GlobalTimeServers
Child ______ MCC
Child ______ MCC_Bridge_BackTranslation
Child ______ MCC_IP
Child ______ MCC_Station_BackTranslation
Child ______ MCC_TERMINAL_SERVER_BACKTRANSLATION
DNS> exi
$ manag/e
DECmcc (T1.2.4)
MCC> register snmp .vbohub syno vbohub
SNMP SSPVBI_NS:.vbohub
AT 16-JAN-1992 09:23:47
Unable to register name, required namespace directory does not exist.
MCC> register snmp .mcc_ip.vbohub syno vbohub
SNMP SSPVBI_NS:.mcc_ip.vbohub
AT 16-JAN-1992 09:24:06
Unable to register name, required namespace directory does not exist.
MCC> register snmp vbohub syno vbohub
SNMP SSPVBI_NS:.vbohub
AT 16-JAN-1992 09:25:26
Unable to register name, required namespace directory does not exist.
MCC> register snmp sspvbi_ns:.mcc_ip.vbohub syno vbohub
SNMP SSPVBI_NS:.mcc_ip.vbohub
AT 16-JAN-1992 09:31:24
Unable to register name, required namespace directory does not exist.
MCC> register snmp sspvbi_ns:.MCC_IP.vbohub syno vbohub
SNMP SSPVBI_NS:.MCC_IP.vbohub
AT 16-JAN-1992 09:35:56
Unable to register name, required namespace directory does not exist.
I have read the manual, and I have no idea WHICH directory doesn't exist!
Any hints highly appreciated
Timo
|
2094.5 | .MCC_SNMP_Backtranslation directory is required | TOOK::KWAK | | Thu Jan 16 1992 15:34 | 24 |
|
RE: .1, .4
In MCC V1.2, the SNMP objects are registered using fullnames, and are
no longer placed in .MCC_IP directory.
If you issue the MCC command:
MCC> register snmp .sitea.foo syn foo.loc.dec.com
(assume the IP address of foo.loc.dec.com is 12382312 in 32-bit
integer representation)
the followings wiil happen:
1. A DNS object .sitea.foo is to be created,
2. Two DNS softlinks .MCC_SNMP_Backtranslation."foo.loc.dec.com"
and .MCC_SNMP_Backtranslation.12382312
In order to successfully register a SNMP object in DNS, you need to
have the directories in the fullname as well as
.MCC_SNMP_Backtranslation directory.
If you run MCC_COMMON:MCC_DNS_SETUP.COM, the commnad procedure will
create the .MCC_SNMP_Backtranslation directory if it does not exist.
William
|
2094.6 | See note 5.48 for the latest manual | TNPUBS::CAHALAN | Jack, TAN Pubs, LKG2-2/T2, 226-5710 | Fri Jan 17 1992 07:51 | 8 |
| >>Is this namespace directory MCC_IP ? How to create it ?
It looks like an old version of the manual is being used. The pointer to the
new version is in note 5.48.
Jack
|
2094.7 | problem solved | CLARID::HOFSTEE | Take a RISC, buy a VAX | Fri Jan 17 1992 09:01 | 13 |
|
The reason that I missed the explanation in the release notes (section 2.10.2)
was that I had the impression that this section was only applicable if you
had SNMP entities registered under V1.1 (which I hadn't).
Maybe it could be made more clear in the release notes that you HAVE to do
certain things if you had the SNMP AM under V1.1 installed , even if you
have currently no SNMP entities enrolled.
Thanks for the clarification
Timo
|