Novell BUSINESS CONTINUITY CLUSTERING FOR NETWARE 1.1 - ADMINISTRATION Manual page 40

Table of Contents

Advertisement

To assign BCC administrative user file system rights to the _ADMIN:\Novell\Cluster
directory:
1 Open the sys:/etc/trustrees.xml file
2 Add a trustee entry for the BCC Administrative user that assigns Read, Write, Modify, and File
3 Repeat this process on all NetWare nodes that are part or your BCC.
40
Novell Business Continuity Clustering 1.1 for NetWare Administration Guide
Scan (RWMF) rights to the _ADMIN:\Novell\Cluster directory.
The trustee entry could be similar to the following entry:
<addTrustee>
<name>BCCAdmin.users.lab.acme_tree</name>
<fileName>_ADMIN:\Novell\Cluster</fileName>
<rights>
<read/>
<write/>
<fileScan/>
<modify/>
</rights>
</addTrustee>
Note the following items with this example:
The <name> element is the BCC administrative user. The tree name is required.
The <filename> element must be _ADMIN:\Novell\Cluster
The rights must be RWMF.
You must add the trustee entry to all the NetWare nodes in your BCC.
The following is an example of a complete trustees.xml file. Note the multiple trustee
entries. For this reason you should edit this file and add the BCC entry rather than copy the file
from server to server.
<specialTrustees>
<addTrustee>
<name>BCCAdmin.users.lab.acme_tree</name>
<fileName>_ADMIN:\Novell\Cluster</fileName>
<rights>
<read/>
<write/>
<fileScan/>
<modify/>
</rights>
</addTrustee>
<addTrustee>
<context />
<name>[public]</name>
<fileName>_admin:manage_nss\files.cmd</fileName>
<rights>
<read />
<write />
<fileScan />
</rights>
<background />
</addTrustee>
</specialTrustees>

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the BUSINESS CONTINUITY CLUSTERING FOR NETWARE 1.1 - ADMINISTRATION and is the answer not in the manual?

Questions and answers

Table of Contents