Oracle Communications Unified Communications Suite
De Linuxmemo.
(Différences entre les versions)
(12 versions intermédiaires masquées) | |||
Ligne 1 : | Ligne 1 : | ||
[[Catégorie:Logiciel]] | [[Catégorie:Logiciel]] | ||
+ | |||
+ | == System messaging == | ||
+ | |||
+ | === Gestion de corruption d'une boîte aux lettres === | ||
+ | |||
+ | Pour gérer la corruption d'une boîte aux lettres il convient de suivre les étapes suivantes: | ||
+ | # cd /opt/comms/messaging/sbin | ||
+ | |||
+ | Etape 1 : Détection d'une corruption | ||
+ | # ./reconstruct -r -n user/xxxx/ | ||
+ | |||
+ | Etape 2 : Reconstruction | ||
+ | # ./reconstruct -r user/xxxx/ | ||
+ | |||
+ | Etape 3 : Reconstruction forcée | ||
+ | # ./reconstruct -r -f user/xxxx/ | ||
+ | |||
+ | Etape 4 : Suppression manuelle | ||
+ | # rm /dossier_folder_corrompu/store.idx | ||
+ | # ./reconstruct -r user/xxxx/ | ||
+ | |||
+ | === Gestion des files d'attentes === | ||
+ | |||
+ | ; Répertoire des commandes : | ||
+ | /opt/sun/comms/mta/messaging/sbin | ||
+ | |||
+ | ; 1) Demander le sommaire (liste des mails dans les files) en mode non interactif : | ||
+ | imsimta qm summarize | ||
+ | |||
+ | root@mta1:/opt/sun/comms/mta/messaging/sbin# ./imsimta qm summarize | ||
+ | Channel Messages Size (Mb) | ||
+ | -------------------------------- -------- --------- | ||
+ | defragment 0 0.0 | ||
+ | process 0 0.0 | ||
+ | reprocess 0 0.0 | ||
+ | tcp_auth 0 0.0 | ||
+ | tcp_gouv 0 0.0 | ||
+ | tcp_intranet 1 0.1 | ||
+ | tcp_lmtpcs 0 0.0 | ||
+ | tcp_local 0 0.0 | ||
+ | -------------------------------- -------- --------- | ||
+ | Totals 10 0.1 | ||
+ | |||
+ | |||
+ | |||
+ | ; 2) Gestion en mode interactif : | ||
+ | root@mta1:/opt/sun/comms/mta/messaging/sbin# ./imsimta qm | ||
+ | |||
+ | ; 3) stopper un files (tcp_intranet) : | ||
+ | qm.maint> stop tcp_intranet | ||
+ | %QM-I-STOPPED, channel stopped | ||
+ | |||
+ | ; 4) vu en mode repertoire : | ||
+ | qm.maint> view dir | ||
+ | View set to directory | ||
+ | qm.maint> dir tcp_intranet | ||
+ | Fri, 20 Apr 2012 15:02:22 +0200 (CEST) | ||
+ | Data gathered from the queue directory tree | ||
+ | |||
+ | Channel: tcp_intranet Size Queued since | ||
+ | -------------------------------------------------------------- | ||
+ | 1 Z9h0S3tohaAem.00 11 13 Apr 2012 09:19:52 | ||
+ | -------------------------------------------------------------- | ||
+ | Total size: 122 | ||
+ | |||
+ | Grand total size: 122 | ||
+ | |||
+ | ; 5) Voir les enveloppes : | ||
+ | qm.maint> dir -envelope tcp_intranet | ||
+ | Fri, 20 Apr 2012 15:03:11 +0200 (CEST) | ||
+ | Data gathered from the queue directory tree | ||
+ | |||
+ | Channel: tcp_intranet | ||
+ | From To Size Queued since | ||
+ | ------------------------------------------------------------------------------- | ||
+ | 1 xxxxx@xxxxxxx xxxxxxx@xxxxxxxxxxx 11 13 Apr 12 09:19 | ||
+ | |||
+ | ; 6) Voir l'ihstorique des essais de distribution : | ||
+ | qm.maint> history 1 | ||
+ | Message id: 1 | ||
+ | Filename: /opt/sun/comms/mta/messaging/data/queue/tcp_intranet/009/ZSh0T70hOo2MW.00 | ||
+ | |||
+ | Transport layer information: | ||
+ | ---------------------------------------------------------------------- | ||
+ | Envelope From: address: xxxxxxxx@xxxxxxxx | ||
+ | Envelope To: addresses: xxxxxxxx@xxxxxxxx | ||
+ | |||
+ | Message delivery history: | ||
+ | ---------------------------------------------------------------------- | ||
+ | Thu, 19 Apr 2012 17:49:29 +0200 (CEST) | ||
+ | Thu, 19 Apr 2012 18:49:29 +0200 (CEST) | ||
+ | Thu, 19 Apr 2012 20:49:29 +0200 (CEST) | ||
+ | Thu, 19 Apr 2012 22:49:29 +0200 (CEST) | ||
+ | Fri, 20 Apr 2012 02:49:29 +0200 (CEST) | ||
+ | Fri, 20 Apr 2012 06:49:29 +0200 (CEST) | ||
+ | Fri, 20 Apr 2012 10:49:29 +0200 (CEST) | ||
+ | |||
+ | ; 7) Aide du manager de files d'attentes : | ||
+ | qm.maint> help | ||
+ | help | ||
+ | |||
+ | clean -- Hold or delete queued messages | ||
+ | copy [n] -- Copy queued messages | ||
+ | counters clear -- Zero the channel counters | ||
+ | counters create -- Create the channel counters | ||
+ | counters delete -- Delete the channel counters | ||
+ | counters show [channel] -- Show the channel counters | ||
+ | date -- Show the current time and date | ||
+ | delete [n] -- Delete queued messages | ||
+ | directory [channel] -- List queued messages | ||
+ | exit -- Exit this utility | ||
+ | held [channel] -- List messages marked as held | ||
+ | help [topic] -- Display help on this utility | ||
+ | history [n] -- Show history information for a queued message | ||
+ | hold [n] -- Mark a queued message as held | ||
+ | jobs [channel] -- List active and pending delivery jobs | ||
+ | quit -- Exit this utility | ||
+ | read [n] -- Show the contents of a queued message | ||
+ | release [n] -- Release a message marked as held | ||
+ | return [n] -- Return (bounce) a queued message | ||
+ | run command-file -- Execute commands from the specified file | ||
+ | start channel -- Resume processing for the specified channel | ||
+ | stop channel -- Suspend processing for the specified channel | ||
+ | stress [channel] -- Have the Job Controller ease off on a channel | ||
+ | summarize -- Display a summary listing of message files | ||
+ | top -- Display frequently occurring fields in message | ||
+ | unstress [channel] -- Resume channel to non-stressed behavior | ||
+ | version -- Display program version information | ||
+ | view database|directory -- Select source of queued message information | ||
+ | |||
+ | To see help on a specific topic, issue the command "help topic". For example, | ||
+ | "help directory" | ||
+ | |||
+ | ; Retourner le mail a l'expéditeur : | ||
+ | qm.maint> return 1 | ||
+ | %QM-I-RETURNED, returned the message file /opt/sun/comms/mta/messaging/data/queue/tcp_intranet/013/Z9h0S3tohaAem.00 | ||
+ | |||
+ | ; Supprimer le mail : | ||
+ | qm.maint> delete 1 | ||
+ | |||
+ | ; 8) Redémarrer la files d'attente : | ||
+ | qm.maint> start tcp_intranet | ||
+ | %QM-I-STARTED, channel started | ||
+ | |||
+ | ; 9) Quitter : | ||
+ | qm.maint> quit | ||
+ | |||
+ | ; 10) relancer le "job_controller" : | ||
+ | root@mta1:/opt/sun/comms/mta/messaging/sbin# ./stop-msg job_controller | ||
+ | Connecting to watcher ... | ||
+ | Stopping job_controller server 4464 ... done | ||
+ | |||
+ | root@mta1:/opt/sun/comms/mta/messaging/sbin# ./start-msg job_controller | ||
+ | Connecting to watcher ... | ||
+ | Starting job_controller server .... 23104 | ||
+ | |||
+ | ; 11) Dernière vérifications : | ||
+ | root@mta1:/opt/sun/comms/mta/messaging/sbin# ./imsimta qm summarize | ||
+ | Channel Messages Size (Mb) | ||
+ | -------------------------------- -------- --------- | ||
+ | defragment 0 0.0 | ||
+ | process 0 0.0 | ||
+ | reprocess 0 0.0 | ||
+ | tcp_auth 0 0.0 | ||
+ | tcp_gouv 0 0.0 | ||
+ | tcp_intranet 0 0.0 | ||
+ | tcp_lmtpcs 0 0.0 | ||
+ | tcp_local 0 0.0 | ||
+ | -------------------------------- -------- --------- | ||
+ | Totals 0 0.0 | ||
+ | |||
+ | == Directory server == | ||
https://wikis.oracle.com/display/CommSuite/Messaging+Server+and+Calendar+Server+LDAP+Object+Classes+and+Attributes#MessagingServerandCalendarServerLDAPObjectClassesandAttributes-GGFUQ | https://wikis.oracle.com/display/CommSuite/Messaging+Server+and+Calendar+Server+LDAP+Object+Classes+and+Attributes#MessagingServerandCalendarServerLDAPObjectClassesandAttributes-GGFUQ | ||
Ligne 133 : | Ligne 305 : | ||
|- | |- | ||
|gidNumber | |gidNumber | ||
- | |||
|Numéro | |Numéro | ||
| | | | ||
Ligne 139 : | Ligne 310 : | ||
|- | |- | ||
|givenName | |givenName | ||
+ | |Prénom | ||
+ | |Contiguity In Syntax (CIS) | ||
+ | |Prénom | ||
+ | |- | ||
+ | |groupid | ||
| | | | ||
| | | | ||
| | | | ||
|- | |- | ||
- | | | + | |homeDirectory |
- | + | ||
| | | | ||
+ | |Contiguity In Syntax (CIS) | ||
| | | | ||
|- | |- | ||
Ligne 450 : | Ligne 626 : | ||
|mail | |mail | ||
| | | | ||
- | | | + | |Contiguity In Syntax (CIS) |
- | | | + | |Adresse mail |
|- | |- | ||
|mailAccessProxyPreAuth | |mailAccessProxyPreAuth | ||
Ligne 867 : | Ligne 1 043 : | ||
| | | | ||
| | | | ||
+ | |- | ||
+ | |sambaSID | ||
+ | | | ||
+ | | | ||
+ | |0.0-0 | ||
|- | |- | ||
|seeAlso | |seeAlso | ||
Ligne 873 : | Ligne 1 054 : | ||
| | | | ||
|- | |- | ||
- | | | + | |shadowExpire |
| | | | ||
+ | | | ||
+ | |Date d'expiration | ||
+ | |- | ||
+ | |sn | ||
| | | | ||
| | | | ||
+ | |NOM de famille | ||
|- | |- | ||
|telephoneNumber | |telephoneNumber | ||
Ligne 882 : | Ligne 1 068 : | ||
| | | | ||
| | | | ||
+ | |- | ||
+ | |title | ||
+ | | | ||
+ | | | ||
+ | |Titre | ||
|- | |- | ||
|uid | |uid | ||
| | | | ||
+ | | | ||
+ | |login | ||
+ | |- | ||
+ | |uidNumber | ||
| | | | ||
| | | | ||
+ | |Numéro de compte unique | ||
|- | |- | ||
|un | |un | ||
Ligne 924 : | Ligne 1 120 : | ||
|- | |- | ||
|} | |} | ||
+ | |||
+ | ==Astuces== | ||
+ | |||
+ | *où est physiquement la bal ? | ||
+ | ./hashsir prenom.nom | ||
+ | 85/f8/ | ||
+ | |||
+ | * |
Version actuelle en date du 20 juillet 2012 à 13:19
Sommaire |
[modifier] System messaging
[modifier] Gestion de corruption d'une boîte aux lettres
Pour gérer la corruption d'une boîte aux lettres il convient de suivre les étapes suivantes:
# cd /opt/comms/messaging/sbin
Etape 1 : Détection d'une corruption
# ./reconstruct -r -n user/xxxx/
Etape 2 : Reconstruction
# ./reconstruct -r user/xxxx/
Etape 3 : Reconstruction forcée
# ./reconstruct -r -f user/xxxx/
Etape 4 : Suppression manuelle
# rm /dossier_folder_corrompu/store.idx # ./reconstruct -r user/xxxx/
[modifier] Gestion des files d'attentes
- Répertoire des commandes
/opt/sun/comms/mta/messaging/sbin
- 1) Demander le sommaire (liste des mails dans les files) en mode non interactif
imsimta qm summarize
root@mta1:/opt/sun/comms/mta/messaging/sbin# ./imsimta qm summarize Channel Messages Size (Mb) -------------------------------- -------- --------- defragment 0 0.0 process 0 0.0 reprocess 0 0.0 tcp_auth 0 0.0 tcp_gouv 0 0.0 tcp_intranet 1 0.1 tcp_lmtpcs 0 0.0 tcp_local 0 0.0 -------------------------------- -------- --------- Totals 10 0.1
- 2) Gestion en mode interactif
root@mta1:/opt/sun/comms/mta/messaging/sbin# ./imsimta qm
- 3) stopper un files (tcp_intranet)
qm.maint> stop tcp_intranet %QM-I-STOPPED, channel stopped
- 4) vu en mode repertoire
qm.maint> view dir View set to directory qm.maint> dir tcp_intranet Fri, 20 Apr 2012 15:02:22 +0200 (CEST) Data gathered from the queue directory tree
Channel: tcp_intranet Size Queued since -------------------------------------------------------------- 1 Z9h0S3tohaAem.00 11 13 Apr 2012 09:19:52 -------------------------------------------------------------- Total size: 122
Grand total size: 122
- 5) Voir les enveloppes
qm.maint> dir -envelope tcp_intranet Fri, 20 Apr 2012 15:03:11 +0200 (CEST) Data gathered from the queue directory tree
Channel: tcp_intranet From To Size Queued since ------------------------------------------------------------------------------- 1 xxxxx@xxxxxxx xxxxxxx@xxxxxxxxxxx 11 13 Apr 12 09:19
- 6) Voir l'ihstorique des essais de distribution
qm.maint> history 1 Message id: 1 Filename: /opt/sun/comms/mta/messaging/data/queue/tcp_intranet/009/ZSh0T70hOo2MW.00
Transport layer information: ---------------------------------------------------------------------- Envelope From: address: xxxxxxxx@xxxxxxxx Envelope To: addresses: xxxxxxxx@xxxxxxxx
Message delivery history: ---------------------------------------------------------------------- Thu, 19 Apr 2012 17:49:29 +0200 (CEST) Thu, 19 Apr 2012 18:49:29 +0200 (CEST) Thu, 19 Apr 2012 20:49:29 +0200 (CEST) Thu, 19 Apr 2012 22:49:29 +0200 (CEST) Fri, 20 Apr 2012 02:49:29 +0200 (CEST) Fri, 20 Apr 2012 06:49:29 +0200 (CEST) Fri, 20 Apr 2012 10:49:29 +0200 (CEST)
- 7) Aide du manager de files d'attentes
qm.maint> help help clean -- Hold or delete queued messages copy [n] -- Copy queued messages counters clear -- Zero the channel counters counters create -- Create the channel counters counters delete -- Delete the channel counters counters show [channel] -- Show the channel counters date -- Show the current time and date delete [n] -- Delete queued messages directory [channel] -- List queued messages exit -- Exit this utility held [channel] -- List messages marked as held help [topic] -- Display help on this utility history [n] -- Show history information for a queued message hold [n] -- Mark a queued message as held jobs [channel] -- List active and pending delivery jobs quit -- Exit this utility read [n] -- Show the contents of a queued message release [n] -- Release a message marked as held return [n] -- Return (bounce) a queued message run command-file -- Execute commands from the specified file start channel -- Resume processing for the specified channel stop channel -- Suspend processing for the specified channel stress [channel] -- Have the Job Controller ease off on a channel summarize -- Display a summary listing of message files top -- Display frequently occurring fields in message unstress [channel] -- Resume channel to non-stressed behavior version -- Display program version information view database|directory -- Select source of queued message information
To see help on a specific topic, issue the command "help topic". For example, "help directory"
- Retourner le mail a l'expéditeur
qm.maint> return 1 %QM-I-RETURNED, returned the message file /opt/sun/comms/mta/messaging/data/queue/tcp_intranet/013/Z9h0S3tohaAem.00
- Supprimer le mail
qm.maint> delete 1
- 8) Redémarrer la files d'attente
qm.maint> start tcp_intranet %QM-I-STARTED, channel started
- 9) Quitter
qm.maint> quit
- 10) relancer le "job_controller"
root@mta1:/opt/sun/comms/mta/messaging/sbin# ./stop-msg job_controller Connecting to watcher ... Stopping job_controller server 4464 ... done root@mta1:/opt/sun/comms/mta/messaging/sbin# ./start-msg job_controller Connecting to watcher ... Starting job_controller server .... 23104
- 11) Dernière vérifications
root@mta1:/opt/sun/comms/mta/messaging/sbin# ./imsimta qm summarize Channel Messages Size (Mb) -------------------------------- -------- --------- defragment 0 0.0 process 0 0.0 reprocess 0 0.0 tcp_auth 0 0.0 tcp_gouv 0 0.0 tcp_intranet 0 0.0 tcp_lmtpcs 0 0.0 tcp_local 0 0.0 -------------------------------- -------- --------- Totals 0 0.0
[modifier] Directory server
Oracle Communications Messaging Server and Oracle Communications Calendar Server LDAP Attributes Describes the Oracle Communications Messaging Server and Oracle Communications Calendar Server attributes.
Nom de l'attribut | Signification | Valeurs possibles | Valeurs "entreprise" |
---|---|---|---|
aclGroupAddr | |||
adminRole | |||
aliasedObjectName | |||
businessCategory | |||
calCalURI | |||
calFBURL | |||
cn | voir "commonName" | Contiguity In Syntax (CIS) | NOM Prénom Service |
co | |||
commonName | voir "cn" | Contiguity In Syntax (CIS) | NOM Prénom Service |
countryName | |||
dataSource | |||
dateOfBirth | |||
davAllowedServices | |||
davEventNotification | |||
davStore | |||
davTimezone | |||
dc | |||
description | |||
displayName | Affichage pour Thunderbird | Contiguity In Syntax (CIS) | "Prénom NOM" <mail> |
domainUidSeparator | |||
domOrgMaxUsers | |||
domOrgNumUsers | |||
facsimileTelephoneNumber | |||
employeeType | Corp | Contiguity In Syntax (CIS) | Corp |
gidNumber | Numéro | Numéro RH | |
givenName | Prénom | Contiguity In Syntax (CIS) | Prénom |
groupid | |||
homeDirectory | Contiguity In Syntax (CIS) | ||
icsAdminRole | |||
icsAlias | |||
icsAllowedServiceAccess | |||
icsAllowRights | |||
icsAnonymousAllowWrite | |||
icsAnonymousCalendar | |||
icsAnonymousDefaultSet | |||
icsAnonymousLogin | |||
icsAnonymousSet | |||
icsAutoaccept | |||
icsCalendar | |||
icsCalendarOwned | |||
icsCapacity | |||
icsContact | |||
icsDefaultAccess | |||
icsDefaultacl | |||
icsDefaultSet | |||
icsDomainAcl | |||
icsDomainAllowed | |||
icsDomainNames | |||
icsDomainNotAllowed | |||
icsDoublebooking | |||
icsDWPBackEndHosts | |||
icsDWPHost | |||
icsExtended | |||
icsExtendedDomainPrefs | |||
icsExtendedGroupPrefs | |||
icsExtendedResourcePrefs | |||
icsExtendedUserPrefs | |||
icsFirstDay | |||
icsFreeBusy | |||
icsGeo | |||
icsMandatorySubscribed | |||
icsMandatoryView | |||
icsPartition | |||
icsPreferredHost | |||
icsQuota | |||
icsRecurrenceBound | |||
icsRecurrenceDate | |||
icsRegularExpressions | |||
icsSecondaryowners | |||
icsSessionTimeout | |||
icsSet | |||
icsSourceHtml | |||
icsStatus | |||
icsSubscribed | |||
icsTimezone | |||
inetCanonicalDomainName | |||
inetCoS | |||
inetDomainBaseDN | |||
inetDomainCertMap | |||
inetDomainSearchFilter | |||
inetDomainStatus | |||
inetMailGroupStatus | |||
inetResourceStatus | |||
inetSubscriberAccountId | |||
inetSubscriberChallenge | |||
inetSubscriberResponse | |||
inetUserHttpURL | |||
inetUserStatus | |||
Contiguity In Syntax (CIS) | Adresse mail | ||
mailAccessProxyPreAuth | |||
mailAccessProxyReplay | |||
mailAdminRole | |||
mailAllowedServiceAccess | |||
mailAlternateAddress | |||
mailAntiUBEService | |||
mailAutoReplyMode | |||
mailAutoReplySubject | |||
mailAutoReplyText | |||
mailAutoReplyTextInternal | |||
mailAutoReplyTimeOut | |||
mailClientAttachmentQuota | |||
mailConversionTag | |||
mailDeferProcessing | |||
mailDeliveryFileURL | |||
mailDeliveryOption | |||
mailDomainAllowedServiceAccess | |||
mailDomainCatchallAddress | |||
mailDomainConversionTag | |||
mailDomainDiskQuota | |||
mailDomainMsgMaxBlocks | |||
mailDomainMsgQuota | |||
mailDomainReportAddress | |||
mailDomainSieveRuleSource | |||
mailDomainStatus | |||
mailDomainWelcomeMessage | |||
mailEquivalentAddress | |||
mailFolderName | |||
mailForwardingAddress | |||
mailHost | |||
mailMessageStore | |||
mailMsgMaxBlocks | |||
mailMsgQuota | |||
mailProgramDeliveryInfo | |||
mailPublicFolderDefaultRights | |||
mailQuota | |||
mailRoutingAddress | |||
mailRoutingHosts | |||
mailRoutingSmartHost | |||
mailSieveRuleSource | |||
mailSMTPSubmitChannel | |||
mailUserStatus | |||
maxPabEntries | |||
memberOf | |||
memberOfPAB | |||
memberOfPABGroup | |||
memberURL | |||
mgrpAddHeader | |||
mgrpAllowedBroadcaster | |||
mgrpAllowedDomain | |||
mgrpAuthPassword | |||
mgrpBroadcasterPolicy | |||
mgrpDeliverTo | |||
mgrpDisallowedBroadcaster | |||
mgrpDisallowedDomain | |||
mgrpErrorsTo | |||
mgrpModerator | |||
mgrpMsgMaxSize | |||
mgrpMsgPrefixText | |||
mgrpMsgRejectAction | |||
mgrpMsgRejectText | |||
mgrpMsgSuffixText | |||
mgrpNoDuplicateChecks | |||
mgrpRemoveHeader | |||
mgrpRequestTo | |||
mgrpRFC822MailMember | |||
msgVanityDomain | |||
multiLineDescription | |||
nickName | |||
nswcalDisallowAccess | |||
nswmExtendedUserPrefs | |||
o | |||
objectClass | |||
organizationName | |||
organizationUnitName | |||
ou | |||
owner | |||
pabURI | |||
parentOrganization | |||
postalAddress | |||
preferredLanguage | |||
preferredMailHost | |||
preferredMailMessageStore | |||
sambaSID | 0.0-0 | ||
seeAlso | |||
shadowExpire | Date d'expiration | ||
sn | NOM de famille | ||
telephoneNumber | |||
title | Titre | ||
uid | login | ||
uidNumber | Numéro de compte unique | ||
un | |||
uniqueMember | |||
userId | |||
userPassword | |||
vacationEndDate | |||
vacationStartDate | |||
mgrpErrorsTo |
[modifier] Astuces
- où est physiquement la bal ?
./hashsir prenom.nom 85/f8/