I had some customer visits last week and those visits remind me that many companies are short in Domino staff. Rule of thumb is one admin per 200 users. But, I wonder how many companies have enough admins... Regarding my customers, the average is one admin per 400-500 users. This is not healthy. Let me suggest some tricks to overcome this annoying workload...

1. Delegate user registrations:
For very large companies, I strongly recommend automation for registration. It can be fully automatic (HR creates a new personnel in HR application and a domino agent creates the user automatically) or semi-automatic (HR creates a new user request, you only check for some fields and approve) or fully delegated (HR sends a message to help desk, operator creates the user).

There are several issues to be cautioned. For example, if you delegate registration process, you don't have to supply certifier id and password to agents or help desk operators. CA configuration is a very useful tool. Basically, it allows you to load certifier information to a special database with encryption. Only specified administrators can use this information to certify new id files. Encryption is made against admin users' public keys. So it is secure as long as admin user id's are safe and secure.

It is also possible to register new users via LotusScript. NotesRegistration class can be utilized. Although you may use certifier id, it is preferred to use CA process to be more secure.

CA also provides delegation for some operations like recertifying, moving and renaming users.

2. Delegate password operations
There is only one magical word here: "ID-Vault". If you are still pre-8.5, you should immediately upgrade :) ID-Vault, provides low-level administrators to reset passwords, as you already know. If there are hundreds of users in your domino server and you don't get at least one password reset request per day, you should consider revising your password policies...

3. Delegate group management
Groups have many different uses in our environments. They provide mail groups for teams and departments, arrange authorization issues for applications and other resources etc.

Many administrators do not want to delegate group management to low-level administrators. Because some groups are very dangerous. One may get full access administration rights by placing himself to 'FullAccessAdmins' group. Or s/he may add an unauthorized user to finance department to receive salary lists.  Actually, many admins don't know that it is manageable. Let me introduce or remind some capabilities of public address book.

If you want to delegate full group management rights to a user, you give him/her '[GroupModifier]' role from the ACL of the public address book (names.nsf). This role provides full author rights for all group documents. Therefore, you should not assign this role to 'low-level' administrator if you don't prefer them to modify all groups freely. However, remember that author fields are only valid for users with 'author' ACL level, which means that an editor can edit any document, regardless of author fields or which roles they have.

There are two fields in Group documents:

Image:Lotus Domino Administrators: It’s time to delegate your mess...

Owner or administrator users and groups can edit group document as long as they are defined as author in ACL. I couldn't find any difference between owner and administrator, but to edit those two fields, user should be editor at least. So the low-level administrator may edit group members, but not change administrators of the group. I suggest you to create several different administrator groups and assign them to group documents.  An example would be that:

You create a LocalDomainAdmins, GroupAdmins and LocalAdmins groups. The first would be manager level and others would be author-level in the ACL of names.nsf. You assign [GroupModifier] role to GroupAdmins group. In this configuration, LocalDomainAdmins will be authorized to change all groups, GroupAdmins to change members of all groups. LocalAdmins would change members of specified groups only (you should authorize those with Administrators field in group documents). This method creates a three phase authorization for groups. If you wish, you may create additional layers. For example, you may give HR administrators rights to modify departmental groups.

Group management security seems to create an additional work for you. However you deal with it once at the beginning.

4.Know the design of names.nsf

Similar to group documents, nearly each document in names.nsf has an administrator field and assigned role. That provides augmented administration for all types of configurations. You may specify some users to change the configuration of specific servers. You may delegate administration horizontally or vertically and distribute certain rights to different groups.

For example you have development and testing servers in your environment. For some reason, you don't want to give administration rights to your development team. But they need to deal with their test environments. Separating test domain is a solution. Or you assign them as the administrator (both the administration tab and the security tab) of test server documents, and person documents of test users. They can play with them but cannot change anything on your production system.

Policy management may also be delegated in this way. Just to remind that some policy settings needs certain security rights for their signer. For example, if you unassign "[PolicyModifier]" role from a user, policy setting documents s/he saved will be useless.

Finally, remember that in order to use administrator and owner fields in documents, users should be defined author in ACL, not editor.

5.Delegate database operations
Database operations like updall, compact and fixup are frequent and time-consuming operations for a Domino Administrator.

Due to a number of reasons, databases may corrupt, view indexes may crash and you may need to fixup databases. Some over-quota users delete a number of messages and ask admins to compact their database to get back under-quota position or a developer asks you to replicate a large database. It is not only pushing a command into the console, but also tracking the result whether if it is successful or not.

The easiest way is to give a low-level administrator 'Full Remote Console Administrator' right (from security tab in server document). A console admin may use any console command from replicate to compact. But beware of the risk that s/he may also restart server accidentally. You need to well educate low level admins to use their 'power' for good :)

6.Delegate monitoring duties
DDM (Domino Domain Monitoring) has been invented at release 7. Personally thinking, it has been the best thing Lotus ever did! You have the most powerful monitoring tool if you properly use it. It may collect many valuable information from servers and present them to admins in an organized way. DDM is a subject of another blog post with its different functions. I strongly advise you to utilize it.

With DDM, low-level admins may monitor whole domain for security issues, connection problems, agents' CPU and time consumption, database corruptions, replication schedules etc. If they have proper rights, they may also send corrective commands (e.g. fixup command) directly from DDM application.

Low-level admins may also use monitoring tab of Administrator clients. This tool provides a real-time notifications for many servers in a domino domain.

Monitoring operations generally need 'View-only Administrator' access defined in security tab of the server document. DDM or log databases should be separately configured with ACL settings for each database.

7.Very useful tool: Web Administrator
Did you know that you may customize the look for web administrator tool? Just open webadmin.nsf database and look into panels. Each panel has a role assignment.

Image:Lotus Domino Administrators: It’s time to delegate your mess...
You may create a role and customize a specific panel to be displayed according to your custom role(s). You may even built special administration utilities and place them on a separate panel in web administrator. Of course, do not forget backup your changes before upgrade :)

Last words
You should be paranoid while administrating a system. But don't be stupid trying to do everything alone. I always advice my customers to delegate operational tasks and duties to lower-level administrators, help desk operators and self service applications. The first and the most obvious advantage is to have more time for yourself.

Another benefit is that while a lower level administrator will be involved into your administration tasks, s/he slowly begins to learn the job. I see many employees cannot promote because they become indispensable about what they do. As long as you don't train subordinates, you may be stuck with your position and become unhappy :)
Serdar Basegmez   |   July 26 2010 10:45:00 AM   |    Lotus Domino  System Administration  Tips    |  
  |   Next   |   Previous

Comments (8)

Gravatar Image
kandasamy       12/04/2014 6:48:20 AM

Hi How to open others OLD archive (NSF) files from my Lotus notes Profile?

Gravatar Image
Zeeshan       11/10/2014 4:41:04 AM

Please advice how we could achieve mentioned below tasks.

Requirements are here:

1- Each administrator of each server will have COMPLETE rights on his own server ONLY.

2- ONLY addresses of server (person document) to be replicated with each server. There is no need to replicate any other server document, configuration, groups, policies etc with other servers

3- Administrators of each servers will not have the rights to modify/delete/update person documents of other servers.

4- Each server will have its own policies, groups, internet domains, rules, OUs etc and will be managed by respective administrators.

Company has One Domain,One Organization and all servers within it.

Gravatar Image
Serdar Basegmez    http://www.developi.com    07/29/2010 12:44:22 PM

@Vladimir,

In theory, yes. I've found some postings on notes.net about it. Though I didn't test it, I examined the design elements and seen no difference between them.

Gravatar Image
Vladimir Tankhimovich       07/29/2010 12:06:59 PM

I believe the difference between group owners and administrators is that owners can only edit group membership, and administrators - the entire group document.

Gravatar Image
Serdar Basegmez    http://www.developi.com    07/29/2010 10:55:50 AM

@Nino,

I didn't hear that yet. It will be an excellent Openntf project :)

I think a Password Reset utility can be easily adapted with a knowledge of javascript.

I had also the same lightbulb moment now :) I'll think about it.

Gravatar Image
Nino Ciraulo       07/29/2010 10:42:15 AM

Has anyone created or wants to take a stab at creating a webadmin Panel Tool bar that adds the ID Vault Reset Password feature available in the full blown Admin client?

This would be great for delegating password resets to the help desk. Seeing step 7 above, I had a lightbulb moment and checked to see if ID Vault Password Resets was available in webadmin, but it's not. :(

The Sample Password Reset template is a good start, but makes sense that it be available in the webadmin client.

Gravatar Image
Serdar Basegmez    http://www.developi.com    07/27/2010 2:52:50 AM

Keith,

You are so right about it. Nowadays, we are developing a small application that automates group management, getting organizational data from HR database and converting into groups. That is a real headache for the customer as they don't have enough staff to delegate the operation. Automation is one great method to decrease workload.

On the other hand, a customer with no domino development experience or culture, needs to be more organized. They should be patient while people get used to this delegation; evantually they'll get its advantages.

Weakest link and the degree of delegation are excellent issues. I have proposed a position named 'lower-level administrators', which should be carefully selected. It is not a simple help desk operator or a trainee in IT department.

Gravatar Image
Keith Brooks    http://www.vanessabrooks.com    07/26/2010 4:35:51 PM

Only one small problem, admins do not have management backing to delegate their work to others(help desk, security, dev teams).

There are also many fewer people on the ground.

A better perspective is to automate as much as possible and you outline some of that.

The other end of the spectrum would argue that it creates more headaches for you in the short run but will pay in the long run, if the staff stays long enough.

Right now we are seeing a number of people jumping ships.

Remember your infrastructure is only as good as the weakest link. And if you delegated so much to your weakest links, you better keep a good look out.