Previous Topic: LND Etautil ConventionsNext Topic: Cannot Open Database on Remote System


Sample etautil Commands

Update Language List

The following is an example etautil command to update the Language List for an Organization or Organizational Unit using etautil:

etautil -d DOEJO03W2K3 -u etaadmin -p password update 'eTLNDDirectoryName=doeja03w2k3,eTNamespaceName=Lotus Domino Server,dc=DOEJA03W2K3,dc=eta' eTLNDOrganization eTLNDOrganizationName=' eTLNDOrganizationName=cai' to +eTLNDOrgCertAltLanguageList='ko' +eTLNDOrgCertAltLanguageList='fr'

Modify Home Server

The following is an example etautil command to modify the Home Server on an LND account using the Provisioning Manager and etautil:

etautil -d DOEJA01XP -u <eta administrator> -p <eta password>
'eTLNDOrganizationName=cai,eTLNDDirectoryName=doeja01w2k3,eTNamespaceName=Lotus Domino Server' eTLNDAccount eTLNDAccountName='mail location03' eTLNDHomeServer='CN=doeja01w2k3/O=cai'

You must ensure that the Mail Server attribute in the user's person document is updated correctly.

Note: The mail file must be manually created on the new server.

Modify Mail Quota and Warning Threshold

The following is an example etautil command to modify the Mail Quota and Warning Threshold values of an LND account using the Provisioning Manager and etautil:

etautil -d DOEJA01XP -u <eta administrator> -p <password> update 'eTLNDOrganizationName=cai,eTLNDDirectoryName=doeja01w2k3,eTNamespaceName=Lotus Domino Server' eTLNDAccount eTLNDAccountName='file test02' eTLNDMailFileQuota=500 eTLNDMailFileThreshold=400

Delete Accounts (With and Without Mail Files)

The following is an example etautil command to delete LND accounts using etautil:

etautil -d DOEJA01XP -u <eta administrator> -p <password> update 'eTLNDOrganizationName=cai,eTLNDDirectoryName=doeja01w2k3,eTNamespaceName=Lotus Domino Server' eTLNDAccount eTLNDAccountName='mail file02' eTLNDAdminp=1 eTLNDAccountOperation=2 eTLNDAccountState=2 eTLNDDelFlag=0

The possible values for eTLNDDelFlag, which controls deletion of the mail file are as follows:

Rename Accounts

The following is an example etautil command to rename LND accounts using etautil:

etautil -d DOEJA01XP -u <eta administrator> -p <password> update
eTLNDOrganizationName=cai,eTLNDDirectoryName=doeja01w2k3,eTNamespaceName=Lotus Domino Server' eTLNDAccount eTLNDAccountName='rename me107' eTLNDAdminp=1 eTLNDAccountOperation=3 eTLNDAccountState=3 eTLNDNewLastName=me107 eTLNDNewInitials='' eTLNDNewFirstName=renaming

Move Accounts in Hierarchy

The following is an example etautil command to move LND accounts using etautil:

etautil -d DOEJA01XP -u <eta administrator> -p <password> update
'eTLNDOrganizationalUnitName=ou1,eTLNDOrganizationName=cai,eTLNDDirectoryName=doeja01w2k3,eTNamespaceName=Lotus Domino Server' eTLNDAccount eTLNDAccountName='move me202' eTLNDAdminp=1 eTLNDAccountOperation=5 eTLNDAccountState=5 eTLNDNewOrganization='eTLNDOrganizationName=cai'

Recertify Accounts (by Exact Date and by Number of Months)

The following are example etautil commands to recertify users by using both Provisioning Manager and etautil.

By exact date:

etautil -d DOEJA01XP -u <eta administrator> -p <password> update
'eTLNDOrganizationName=cai,eTLNDDirectoryName=doeja01w2k3,eTNamespaceName=Lotus Domino Server' eTLNDAccount eTLNDAccountName='exp date01' eTLNDAdminp=1 eTLNDAccountOperation=1 eTLNDAccountState=1 eTLNDExpiration='10/13/2010 12:00:00 PM'

By number of months:

etautil -d DOEJA01XP -u <eta administrator> -p <password> update
'eTLNDOrganizationName=O:cai,eTLNDDirectoryName=doeja01w2k3,eTNamespaceName=Lotus Domino Server' eTLNDAccount eTLNDAccountName='exp date01' eTLNDAdminp=1 eTLNDAccountOperation=1 eTLNDAccountState=1 eTLNDExpireMonths=24

To confirm that the ID was recertified correctly, perform a “Refresh Status” on the account in Provisioning Manager to update the Archive document. Also view the account in Provisioning Manager to ensure the expiration date displays properly.