T.R | Title | User | Personal Name | Date | Lines |
---|
4793.1 | Seen it as well | RDGENG::PRATT | | Thu Apr 01 1993 06:02 | 24 |
| Hi,
I saw this problem with T1.3.1. The AM's were installed in the following order
BMS
Alarm Manager
LAN Manager (ELMS)
TSAM
From the iconic map I couldn't see any TS icons (nor was there one in the
toolbox). The IVP ran okay, and I could manage a TS via the FCL.
With SSB V1.3 I installed the AM's in the following order...
BMS
TSAM
LAN Manager
Alarm Manager
Now everything is working fine from the IMPM.
Cheers
Ian
|
4793.2 | Tried that !! | SNOTTY::MARK | | Thu Apr 01 1993 09:45 | 13 |
| Hi Ian,
Thanks for the confirmation that it has been seen before !!
I have tried installing it that way round, in fact with no Alarm Manager at
all, but still no success. I have just now finished installing it again
( yawn !) in the order that you tried, but still no joy.
Anyone any more ideas ??
Regards,
Mark Darvill
|
4793.3 | Also seen this. | STKMCC::LUND | Niklas Lund | Wed Apr 07 1993 05:58 | 16 |
| Hi,
I have also seen this problem vhen upgrading from 1.2.3 to 1.3 and then
installing TSAM 1.0.2 all SSB kits.
I fixed it with these commands.
$ set def mcc_common
$ manage/toolkit/dictionary
UPDATE class mcc subclass termserver_am from mcc_ts_am_mgt_if.com
UPDATE class terminal_server from mcc_ts_am_svc_if.com
exit
/Niklas
|
4793.4 | Works for me too | SNOTTY::MARK | | Wed Apr 07 1993 09:33 | 14 |
| Hi Niklas,
Great news.....
I have tried what you suggested. On firing up mcc I can now access Terminal
Servers via the iconic map.
The only question now is why does this happen in the first place. It must
be a problem during the installation of TSAM on BMS V1.3. I will look
on the QAR database and add it if it is not already in there.
Thanks,
Mark
|
4793.5 | Here is what happened | TOOK::R_SPENCE | Nets don't fail me now... | Fri Apr 09 1993 12:39 | 25 |
| The problem is as follows.
If you have sufficient disk space the TSAM installation attempts to
help get around the requirement that NO DECmcc processes may be running
during an install by makeing a copy of the dictionary, updating the
copy, and putting the updated copy back.
In V1.2 this worked great. In V1.3 a new dictionary file,
MCC_FDICTIONARY.CTM was added to speed up "lookinto" in the map.
Since there was no new release of TSAM planned, it's KITINSTALL was
not updated to copy the extra file back so the map doesn't know about
the new class.
The only hacks I know of (read - workarounds) is to either artificially
constrain the amount of free disk space available with a large temp
file or, as I recently did, wait for the dictionary update to complete
and while the help files are updating, copy the .CTM file from the
temp subdirectory under sys$update to a safe place and then after the
install completes, copy it to MCC_COMMON.
The problem has been reported to the TSAM developer and the fix should
show up in the next new kit made available.
s/rob
|
4793.6 | Reinstall of TSAM after 1.3 upgraded documented? | VCSESU::WADE | Bill Wade, VAXc Systems & Support Eng | Mon Apr 12 1993 10:27 | 6 |
|
Is it documented that TSAM must be reinstalled after upgrading BMS from
1.2 to 1.3? I don't remember seeing it in the release notes.
|
4793.7 | It is an Install, not an upgrade? | TOOK::R_SPENCE | Nets don't fail me now... | Tue Apr 13 1993 15:05 | 6 |
| I suspect that if TSAM were re-released then it might mention the need
for a re-install :-) Really, every installation of DECmcc BMS since the
first has always required all optional modules to be reinstalled
(with the one exception of V1.2.3 if updating V1.2.0).
s/rob
|
4793.8 | | VCSESU::WADE | Bill Wade, VAXc Systems & Support Eng | Wed Apr 14 1993 10:34 | 16 |
|
>I suspect that if TSAM were re-released then it might mention the need
>for a re-install :-) Really, every installation of DECmcc BMS since the
>first has always required all optional modules to be reinstalled
>(with the one exception of V1.2.3 if updating V1.2.0).
That's because the optional modules no longer worked with the new
release of BMS and in almost all cases new releases of the optional
modules were synchronized with the new BMS.
In this case TSAM V1.0 works under V1.3 but you are required to
reinstall TSAM V1.0. I would have expected to see this highlighted
in the release notes.
Bill
|
4793.9 | read-only? | STAR::MISCIOSCIA | VMS NETWORK MANAGER | Fri Jun 04 1993 10:01 | 14 |
| fellow MCC'ers,
I too am having problems with the tsam icon, so I issued the command in
note .3, UPDATE class mcc subclass termserver_am from
mcc_ts_am_mgt_if.com. Here's the result:
%DAP-E-ILLEGAL_COMMAND, Illegal command -- Dictionary currently open
for read-only access
Can someone inform me how to get around this?
thanks,
George
|
4793.10 | MCC processes are active. | MCDOUG::doug | Dead or Canadian? | Fri Jun 04 1993 10:15 | 11 |
| > %DAP-E-ILLEGAL_COMMAND, Illegal command -- Dictionary currently open
> for read-only access
>
> Can someone inform me how to get around this?
Sure.
You can't change anything in the dictionary while there are MCC processes
running. Exit DAP. Stop any MCC process (this includes event sink
processes) on your machine, then try again.
/doug
|
4793.11 | | STAR::MISCIOSCIA | VMS NETWORK MANAGER | Fri Jun 04 1993 10:42 | 3 |
| yep, that did it.
thanks...
|
4793.12 | | STAR::MISCIOSCIA | VMS NETWORK MANAGER | Fri Jun 04 1993 11:34 | 31 |
| just finished, got this...
$ manage/toolkit/dictionary
%MCC-E-WRONG_CMA, Current version of CMA is incompatible with DECmcc
%DAP-S-USE_DICT, Using dictionary file:
sys$common:[mcc]mcc_fdictionary.dat;1
POLYCENTER Dictionary Administrator Program Version T1.3.1
DAP> UPDATE class mcc subclass termserver_am from mcc_ts_am_mgt_if.com
Deleting specified class from dictionary file...
(Control C and Y will be disabled while records are being deleted)
Percent of file processed = 100%
Now writing processed records to dictionary file...
(Control C and Y will be disabled while records are being written)
DAP> UPDATE class terminal_server from mcc_ts_am_svc_if.com
Deleting specified class from dictionary file...
(Control C and Y will be disabled while records are being deleted)
Percent of file processed = 100%
Now writing processed records to dictionary file...
(Control C and Y will be disabled while records are being written)
DAP> exit
Using parse table log file: sys$common:[mcc]mcc_fdictionary.log;2
%MCC-E-WRONG_CMA, Current version of CMA is incompatible with DECmcc
Building containment tree file
Fatal: No VM
$
after this I opened an MCC map window and still see no tsam icon.
|
4793.13 | | TOOK::MINTZ | Erik Mintz | Fri Jun 04 1993 12:08 | 5 |
| 1) why are you still trying to install a field test version of DECmcc?
2) Have you read the release notes about how to handle DECthreads?
The message about CMA is probably significant.
|
4793.14 | beware the new user | STAR::MISCIOSCIA | VMS NETWORK MANAGER | Fri Jun 04 1993 12:20 | 10 |
| Erik,
The version of MCC of which is already installed on my system from it's
previous owner, whom I replaced. This person installed MCC but never
actually used it since he is no longer with the company. I'm mearly
trying to finish what he started. Anyway, I was under the impression
that I'm running the latest and greatest. Is this how I know it's a
test version: DECmcc (T1.3.1)?
George
|
4793.15 | T=Field test | TOOK::MINTZ | Erik Mintz | Fri Jun 04 1993 14:46 | 7 |
| Yes, T1.3.1 was the second field test version of code that was
released as V1.3.0. Note 3.something has the latest kit
announcement. Installing the latest version should also clear
up any CMA problems.
-- Erik
|