[Search for users]
[Overall Top Noters]
[List of all Conferences]
[Download this site]
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 |
3364.0. "TCPIP SNMP AM instal problem" by NYANIS::ENG () Wed Jul 15 1992 12:57
I have installed MCC TCPIP SNMP AM V1.1 on MCC EMS V2.1 on several customer
sites without problem, except this time. The release note doesn't give me
any answer. I hope some expert will advice.
The problem is in the installation. the msg
"%MCC-E-ATTRNOTALLOW, no attribute or argument allowed"
shows when it tries to test the newly installed AM in MCC.
The release note said I should look for
" TEST MCC 0 TCPIP_AM successful" to indicate a successful installation,
but I don't see it.
In fact, I had tried to install this SNMP AM 3 times and hope for the
test successful msg but never get it.
I also tried to test the TCPIP_AM manually and got the same message.
MCC> TEST MCC 0 TCPIP_AM
%MCC-E-ATTRNOTALLOW, no attribute or argument allowed
Regds
janet
Here is the installation log:
$ @sys$update:vmsinstal mcctcpip011 DSP$DATA:[MCC.TEMP.SNMP011]
VAX/VMS Software Product Installation Procedure V5.4-2
It is 16-JUL-1991 at 11:18.
Enter a question mark (?) at any time for help.
* Are you satisfied with the backup of your system disk [YES]?
The following products will be processed:
MCCTCPIP V1.1
Beginning installation of MCCTCPIP V1.1 at 11:18
%VMSINSTAL-I-RESTORE, Restoring product save set A ...
%VMSINSTAL-I-RELMOVED, Product's release notes have been moved to SYS$HELP.
************************************************************
* *
* DECmcc TCP/IP SNMP *
* Access Module V1.1-0 *
* *
* Installation Procedure *
* *
************************************************************
* Do you want to run the DECMCC TCPIP IVP after the installation [YES]?
* Do you want to purge files replaced by this installation [YES]?
* Do you want to update the MCC Dictionary [YES]?
* Do you want to update the MCC Parse Table [YES]? n
It is required that the MCC Parse Tables be updated with
the DECMCC TCPIP information before DECMCC TCPIP can be
invoked. The MCC Parse tables can be updated by performing
the following commands:
$ set def mcc_common
$ manage/toolkit/parse_builder
* Do you want to update the MCC Help File [YES]? n
It is required that the MCC help file be updated with the
DECMCC TCPIP information before DECMCC TCPIP can be invoked.
The help file can be updated by performing the following
commands:
$ set def mcc_common
$ manage/toolkit/help_builder
$ copy mcc_character_cell_help.hlb sys$common:[syshlp]
$ copy mcc_decwindows_help.hlb sys$common:[syshlp]
%VMSINSTAL-I-RESTORE, Restoring product save set B ...
%VMSINSTAL-I-RESTORE, Restoring product save set C ...
Product: DECMCC-TCP-IP
Producer: DEC
Version: V1.1
Release Date: 20-OCT-1991
* Does this product have an authorization key registered and loaded? y
Following the copying of the files, the DECMCC TCPIP
start-up command procedure(s) will be invoked. Operational
tables will be created by this procedure.
To automatically set up DECMCC TCPIP on your system,
edit your local system start-up command procedure
SYS$MANAGER:SYSTARTUP_V5.COM
so that it invokes the DECMCC TCPIP start-up command
procedure. Add:
@SYS$STARTUP:MCC_TCPIP_STARTUP.COM
after the statement that invokes the DECMCC BMS start-up
command file (MCC_STARTUP_BMS.COM)
Following the DECMCC TCPIP start-up the DECMCC TCPIP
post install command procedure will be invoked.
VMSINSTAL asks no additional questions.
%VMSINSTAL-I-MOVEFILES, Files will now be moved to their target directories...
Beginning DECMCC TCPIP Post Installation Procedure ...
Beginning DECmcc Dictionary update. This will
take approximately 10 minutes.
DECmcc Dictionary Administrator Program Version V1.1.0
Startup procedure for DECmcc TCP/IP AM running.
DECmcc (V1.1.0)
%MCC-I-ENRDUPLENTRY, enrollment successful; duplicate entries found and replaced
Startup procedure for DECmcc TCP/IP AM ending.
Completing DECMCC TCPIP Post Installation Procedure ...
Beginning DECMCC TCPIP Installation Verification Procedure
The IVP for the DECmcc TCP/IP SNMP AM will now be run.
The IVP for the DECmcc TCP/IP SNMP AM will now be run.
DECmcc (V1.1.0)
%MCC-E-ATTRNOTALLOW, no attribute or argument allowed <<---------------------
DECmcc TCP/IP AM V1.0-0 Installation Successful
Completing DECMCC TCPIP Installation Verification Procedure
Installation of MCCTCPIP V1.1 completed at 11:31
VMSINSTAL procedure done at 11:31
T.R | Title | User | Personal Name | Date | Lines |
---|
3364.1 | Number 1 most common problem! | TOOK::MCPHERSON | Life is hard. Play short. | Wed Jul 15 1992 13:11 | 7 |
| Sounds like a misplaced parse table.
You're probably using an old parse table instead of the newer one generated by
the installation process.
Look in sys$specific: for dangling older parse table file & get rid of it.
/doug
|
3364.2 | problem solved | NYANIS::ENG | | Wed Jul 15 1992 16:39 | 10 |
| Thank you for your quick response.
I selected not to rebuild the parse table because I have a VBAM to be
installed later. Obviously it is better to rebuild the parse table
every time I install a new AM.
I reinstalled the SNMP AM with parse table update. It was successful.
Thank you again for the good advice.
janet
|
3364.3 | Right | TOOK::MINTZ | Erik Mintz, dtn 226-5033 | Wed Jul 15 1992 18:20 | 6 |
| Yes, the time to postpone rebuilding the parse table is only if
you are installing several AMs at once. You have to re-build before
using the new function.
This gets easier in V1.2, since you don't have to do full parse table rebuilds.
|