[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 |
352.0. "DOMAIN deletion problem" by BYBLOS::TAMER () Wed Sep 26 1990 13:29
I am trying to delete a domain which was created with the V1.0 kit. Now I have
the V1.1 IFT kit (X1.1.0):
using the FCL:
MCC> CREATE DOMAIN TPSYSTEM OWNER id="TAMER", dir=dectpv1:[proto.tamer]
Domain TPEDNS_NS:.TPSYSTEM
AT 26-SEP-1990 12:17:51
The requested operation cannot be completed
Entity Existence Info = Entity Exists
HOWEVER, I CANNOT DELETE IT !
MCC> DELETE DOMAIN TPSYSTEM
Domain TPEDNS_NS:.TPSYSTEM
AT 26-SEP-1990 12:18:16
The requested operation cannot be completed
MCC Service Error = 8, X1.0.1,
%MCC-S-COMMON_EXCEPTIO, success with
common exception reply,
Deregister,
Domain TPEDNS_NS:.TPSYSTEM ,
Null Partition,
Domain TPEDNS_NS:.TPSYSTEM ,
The requested operation cannot be
completed,
Problem Persistence = Unclassfied Prob
lem,
MCC Routine Error = %MCC-E-INV_HANDLE,
software error:
invalid handle parameter
MCC>
Using the Iconic Map PM, I try open domain, I get
The domain TPSYSTEM does not exist.
Do you wish to create it ?
I click on yes, I get the new domain window. I click on OK, I get:
Map Window Message: The domain being added already exists.
How do I get rid of this domain ?
Thanks,
Phil
T.R | Title | User | Personal Name | Date | Lines |
---|
352.1 | DNS probs, I think | TOOK::MCPHERSON | Middle-age Mutant Yiddish Accountants | Wed Sep 26 1990 15:33 | 14 |
| I had a similar problem... The answer (not a pretty one) is in the release
notes. (Does anybody read the release notes? I dodn't until I had this problem.
;^) )
The problem (at least the problem *I* had) was in MCC's use of DNS. Large
chunks of my DNS namesepace had to be rebuilt. I.e. I had to go into
DNS$CONTRL and delete the *old* objects and links that were causing the
problems.
Like I said: not pretty.
Hope this *isn't* your problem.
/doug
|
352.2 | Does look like DNS to me. | BYBLOS::TAMER | | Wed Sep 26 1990 15:49 | 10 |
| re .1
I had read the release notes. However, I forgot to deregister the instances
and delete domain before installing the new Kit. Not a serious problem in
this case since I only had a domain with a few instances.
I did go to DNS$CONTROL and manually delete objects and links. But I could not
find anything related to DOMAIN in DNS.
Register/Deregister/Directory ARE working with the new kit
|
352.3 | error in title of my previous reply | BYBLOS::TAMER | | Wed Sep 26 1990 17:51 | 1 |
| The title of the previous rely should have read, Does NOT look like DNS to me.
|
352.4 | DOmains are objects too | TOOK::JESURAJ | | Tue Oct 02 1990 11:48 | 11 |
| Domain are stored as objects in DNS name space. So if you have deleted
all the previously registered objects (nodes, bridges, domains etc..)
you are all set.
By the by, this problem occurs only when you update from V1.0 EFT kit to
V1.1 IFT. If you update from V10_MCS, or V10_SSB kit this should not
cause problem.
/Jesuraj
|
352.5 | problem fixed | BYBLOS::TAMER | | Wed Oct 03 1990 11:02 | 6 |
| re .4
Thanks. I deleted the old domains (which are objects under the root) using
DNS$CONTROL. Problem appears to be solved.
PS: you are right, I upgraded from V1.0 EFT to V1.1 IFT
|