T.R | Title | User | Personal Name | Date | Lines |
---|
2951.1 | mcc_kill, then setenv MCC_MAPS | SLINK::HOOD | Just add water | Thu May 07 1992 12:23 | 9 |
| The problem is that all your various MCC subprocesses don't know the definition
of MCC_MAPS. Do an mcc_kill <your-user-name>, then setenv MCC_MAPS <directory>.
At this point, all subprocesses will have the correct definition of MCC_MAPS and
things should work ok.
I'll try to make sure the SSB documentation is *very* clear about this.
Tom Hood
|
2951.2 | Still having problems | MUTTON::LAMB | Peter Lamb - GSG Santa Clara | Thu May 07 1992 16:06 | 66 |
| Thanks for getting back to me! Unfortunatly, that did not do the trick.
I did an mcc_kill and then did a ps -aux and killed any processes that mcc_kill
left out and then restarted mcc and ran the autoconfig. I have included copies
of my .cshrc file (where I set MCC_MAPS) and the log for autoconfig below.
Thanks and regards,
peter lamb
-------------------------------------- .cshrc -----------------------------
if ($?prompt) then
set prompt = "csh> "
set notify
set history = 20
alias pd pushd
alias pop popd
alias vt52 "set term = vt52"
alias ti745 "set term = ti745 ; stty -tabs"
alias ti785 "set term = ti745 ; stty -tabs"
alias vt100 "set term = vt100"
setenv MCC_MAPS /usr/users/lamb
endif
source /usr/mcc/mcc_system/mcc_login.csh
---------------------------- autoconfig "spanning tree FM message box"-----------
*** Spanning Tree Map FM (STM_FM) T1.2.7 Messages ***
(I) Generating spanning tree map for domain LOCAL_NS:.mcc_bridges_3.
(I) Automap parameters: Autoregister = TRUE, Reset = FALSE, Database = STM_LISTENER
(I) Reading STM listener database...
(I) Polling for bridge identifiers...
(E) Error polling bridge - bridge name: BR_08002B0425E1
- bridge address: 08-00-2B-04-25-E1
(E) Error polling bridge - bridge name: BR_08002B1204E5
- bridge address: 08-00-2B-12-04-E5
(E) Error polling bridge - bridge name: BR_08002B1206C0
- bridge address: 08-00-2B-12-06-C0
(E) Error polling bridge - bridge name: BR_08002B12086B
- bridge address: 08-00-2B-12-08-6B
(E) Error polling bridge - bridge name: BR_08002B26BCB7
- bridge address: 08-00-2B-26-BC-B7
(E) Error polling bridge - bridge name: BR_08002B66BCB7
- bridge address: 08-00-2B-66-BC-B7
(E) Error polling bridge - bridge name: BR_08007C00033B
- bridge address: 08-00-7C-00-03-3B
(E) Error polling bridge - bridge name: BR_08007C00197D
- bridge address: 08-00-7C-00-19-7D
(E) Error polling bridge - bridge name: BR_08007C004911
- bridge address: 08-00-7C-00-49-11
(E) Error polling bridge - bridge name: BR_08007C070365
- bridge address: 08-00-7C-07-03-65
(E) Error polling bridge - bridge name: BR_08007C071542
- bridge address: 08-00-7C-07-15-42
(E) Error polling bridge - bridge name: BR_08007C071545
- bridge address: 08-00-7C-07-15-45
(I) Building autoregistration command/script file...
(I) Created autoregistration command/script file: /var/mcc/elm/mcc_stm_mcc_bridges_3_autoreg.com
(I) Polling bridges for spanning tree attributes...
(I) Building logical spanning tree topology map...
(E) Cannot find/poll spanning tree root: 08-00-7C-00-09-DD
Cannot build spanning tree map for this root bridge
(I) Writing topology map file...
(I) Created Map File: /var/mcc/elm/mcc_7890000400AA000001CB2C1C75CBC8E0.mcc_map_mcc_bridges_3
(I) Executing autoregistration command/script file...
(W) Check status of autoregistration in the autoregistration log file: /var/mcc/elm/mcc_stm_mcc_bridges_3_autoreg.log
(I) Spanning Tree Map completed with errors/warnings.
|
2951.3 | Map problem solved (sort of...) | MUTTON::LAMB | Peter Lamb - GSG Santa Clara | Thu May 07 1992 17:43 | 10 |
| Well, Thanks to Karen Wilson's help we resolved why I wasn't getting maps in
my login directory. I was starting mcc_iconic_map from the session manager and
was defining the MCC_MAPS inside an if loop for interactive terminals only.
Now my only problem is that I still can't get a map because my root bridge is
a vitalink bridge (see note # 2956)
Regards,
peter lamb
|