| Please fix the MIR protection, then we can see if the CMA error
is related or not.
From the release notes:
3.7.1 DECmcc Local Instance Repository Files
When using the local implementation of the Instance portion of the
MIR, there are some special considerations.
For non-root users to access the DECmcc Instance Repository, the
repository files in /var/mcc must be made accessible. otherwise,
the error messages
Fatal MIR I/O error, repository=mcc_dns_ent, errno=1
and
The requested operation cannot be completed
MCC Routine Error = %MCC-E-IO_ERROR, error was returned by I/O
facility
will be received.
See Section 3 of "Planning and Installation for ULTRIX" for
information on changing access rights.
|
| Erik,
I fixed the access to the /var/mcc and I no longer get that error when using the
graph utility. What I cannot do though is to create a new domain from a non root
account - I still get the same error. I have created a group as the book says, and
even opened up the files to be world writable (chmod 777) but still it will not
work. What am I missing?
msuman.reo.dec.com> ls -l /var/mcc
total 104
-rwxrwxrwx 1 root 0 Dec 5 15:46 MCC_00.MCC_EXP_ATTR011_PMS.dir
-rwxrwxrwx 1 root 1024 Dec 5 15:47 MCC_00.MCC_EXP_ATTR011_PMS.pag
-rwxrwxrwx 1 root 0 Dec 5 15:46 MCC_00.MCC_EXP_INST011_PMS.dir
-rwxrwxrwx 1 root 1024 Dec 5 15:47 MCC_00.MCC_EXP_INST011_PMS.pag
-rwxrwxrwx 1 root 0 Dec 5 15:45 MCC_ALARMS_ATTRIBUTE_MIR.dir
-rwxrwxrwx 1 root 1024 Dec 5 15:45 MCC_ALARMS_ATTRIBUTE_MIR.pag
-rwxrwxrwx 1 root 0 Dec 5 15:45 MCC_ALARMS_INSTANCE_MIR.dir
-rwxrwxrwx 1 root 1024 Dec 5 15:45 MCC_ALARMS_INSTANCE_MIR.pag
-rwxrwxrwx 1 root 0 Dec 5 15:47 MCC_TARGET_DATA_MIR.dir
-rwxrwxrwx 1 root 1024 Dec 5 15:47 MCC_TARGET_DATA_MIR.pag
-rwxrwxrwx 1 root 0 Dec 5 15:47 MCC_TARGET_INST_MIR.dir
-rwxrwxrwx 1 root 1024 Dec 5 15:47 MCC_TARGET_INST_MIR.pag
drwxr-xr-x 2 root 8192 Dec 5 14:42 lost+found
drwxrwxrwx 2 root 512 Dec 17 13:39 maps
-rwxrwxrwx 1 root 4096 Dec 5 18:23 mcc_dns_att.dir
-rwxrwxrwx 1 root 12288 Dec 10 17:39 mcc_dns_att.pag
-rwxrwxrwx 1 root 4096 Dec 10 17:37 mcc_dns_ent.dir
-rwxrwxrwx 1 root 59392 Dec 10 17:39 mcc_dns_ent.pag
-rwxrwxrwx 1 root 4096 Dec 5 15:48 mcc_mir_repo_table.dir
-rwxrwxrwx 1 root 8192 Dec 5 15:48 mcc_mir_repo_table.pag
-rwxrwxrwx 1 root 4096 Dec 10 17:54 mcc_pa_attributes.mir.dir
-rwxrwxrwx 1 root 2048 Dec 10 17:55 mcc_pa_attributes.mir.pag
-rwxrwxrwx 1 root 0 Dec 5 15:47 mcc_pa_instance.mir.dir
-rwxrwxrwx 1 root 1024 Dec 10 17:55 mcc_pa_instance.mir.pag
msuman.reo.dec.com>
|