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 |
I am planning to move my DECmcc BMS + DEMO to a new system (from DECstation to VAX 6420) because system resource problem. But how should I back up the whole DECmcc system? My most concern is DNS where it store all the registered nodes for demo purpose. Thanks, Susan
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
1476.1 | No simple way to backup DNS | BSYBEE::EGOLF | John C. Egolf LKG2-2/T02 x226-7874 | Tue Sep 10 1991 09:18 | 32 |
there is no way I know of to backup DNS. Sure the data is stored in a file (*.GBL, I think), but it isn't as easy as just copying the files to your new system. Three suggestions... 1. Keep your current system as the DNS server and have your new DECmcc system be just a client pointing to your old system as a DNS Server. Very easy to do and almost no risk of loosing data. 2. Use the Routines Directory BSYBEE::DUA0:[PUBLIC] EXTRACT_MCC_BRIDGES.COM;4 3 30-AUG-1990 09:51:43.00 (RWE,RWED,RWE,RWE) EXTRACT_MCC_DOMAINS.COM;10 7 7-SEP-1990 18:30:03.00 (RWE,RWED,RWE,RWE) EXTRACT_MCC_NODE4.COM;5 3 31-AUG-1990 18:50:44.00 (RWE,RWED,RWE,RWE) EXTRACT_MCC_STATION.COM;8 5 17-SEP-1990 15:37:24.00 (RWE,RWED,RWE,RWE) These haven't been used for a long time and I'm not sure if they still work (they should!). They were developed so that DNS could be read and DECmcc command procedures created to re-load DECmcc data. I have seen references to newer updated routines that also capture Reference Data in the conference. 3. Start from scratch on the new system. You may want to try item 1 and see if it works for you. JCE | |||||
1476.2 | Another pointer for the Extract procedures | HERON::MORALES | DEC:.VBO.ACT.DECmcc|828-5383 | Tue Sep 10 1991 11:17 | 23 |
You can also find the extract procedures on DESIR:: (51.875) Directory DESIR::SYS$SPECIFIC:[DECNET] EXTRACT_MCC_BRIDGES.COM;4 30-AUG-1990 09:51:43.00 EXTRACT_MCC_DOMAINS.COM;27 3-JUL-1991 17:51:54.00 EXTRACT_MCC_NODE4.COM;5 31-AUG-1990 18:50:44.00 EXTRACT_MCC_SNMP.COM;1 10-DEC-1990 14:10:56.00 EXTRACT_MCC_STATION.COM;8 17-SEP-1990 15:37:24.00 EXTRACT_STATION_NEW.COM;1 27-MAR-1991 14:58:43.00 These procedures will recreate your namespace for those entities. Remeber that to be able to use your Maps, you have to copy them on the new system under mcc_maps: using names like MCC_Domain.MCC_MAP Manuel. |