Neste blog mesmo já publiquei alguns agentes para resolver problemas de Administração.
A IBM colocou alguns neste endereço http://www-10.lotus.com/ldd/dominowiki.nsf/dx/10022009124512AMWEB7LC.htm
Sempre que ministro cursos de Administração Domino falo com os alunos que é sempre importante saber programar.
MySphere Posts
The agent bellow will be used to make a txt file with the mail files for migration. We select a group of users and then export the mail files path to a txt file.
The txt file will be used with load convert -f
Just put the agent on the Names.nsf.
Sub Initialize
Dim ses As New NotesSession
Dim db As NotesDatabase
Dim doc As NotesDocument
Dim docPerson As NotesDocument
Dim dc As NotesDocumentCollection
Dim item As NotesItem
Dim valores As Variant
Dim vis As NotesView
‘variáveis para serem trocadas caso a caso
nomedoarquivo$=“c:file.txt”
Set db = ses.CurrentDatabase
Set vis = db.GetView(“($Users)”)
‘colocar o nome do grupo desejado
searchFormula$ = {Form = “Group” & ListName=”
Set dc = db.Search(searchFormula$, Nothing,0)
Set doc = dc.GetFirstDocument()
fileNum% = Freefile()
fileName$ = nomedoarquivo$
Open fileName$ For Output As fileNum%
‘Navega na coleção de grupos
While Not(doc Is Nothing)
‘seleciona membros do grupo
valores = doc.GetItemValue(“Members”)
For i = 0 To Ubound(valores)
nome$=doc.GetItemValue(“Members”)(i)
Set docPerson=vis.GetDocumentByKey(nome$)
correio$=docPerson.mailfile(0)
Print #fileNum%,correio$
Next
Set doc = dc.GetNextDocument(doc)
Wend
Close fileNum%
End Sub
This article on IBM DeveloperWorks show us a simple aproach on How to get old hardware and recycle it and save money.
Existem casos onde o servidor Domino é acessado com outros clientes (tipo outlook express) usando IMAP, POP3 e SMTP para enviar e receber mensagens.
O TN 1085735 explica como configurar o Domino para autenticação no protocolo SMTP
Um problema comum é como adicionar aplciações ao workspace de uma instalação nova do Notes. Via polÃtica conseguimos adicionar bookmarks (8.x).
A alternativa que imaginei foi enviar ao usuário um correio com um botão com um código. É simples e funciona.
@Command( [AddDatabase] ; server : database ; bookmark )
Parameters:
* server: The name of the server where the database is.
* database: The path and file name of the database.
* bookmark (this parameter is new with Release 5):
Text (“0” or “1”). Optional. Specify “1” to bring up the Add Bookmark dialog box where you can select or create a folder in which the bookmark should be placed. If you specify “0” or omit this parameter, it will bookmark the database in the Databases folder. This command does not work on the web.
Fazer o download dos instaladores do Portal é sempre uma preocupação pois existem várias imagens.
Na versão 6.0.x quando fazemos download o WCM já vem “por padrão” em todos os pacotes bastando instalar e executar
wpsconfig.bat configure-wcm-authoring e teremos um Portal + WCM configurado.
Na versão 6.1 já não é assim temos de fazer download das imagens corretas.
A tabela abaixo mostra as imagens para WCM e Portal+WCM para Windows e Linux.
Até onde eu verifiquei se é necessário WCM e foi instalado somente o Portal Server deve-se reinstalar tudo usando a imagem correta. No caso do Express o instalador já tem o WCM.
Portal Express 6.1.0.1
|
CD number
|
Image file
|
Contents of CD
|
| Windows (32-bit) |
CR7BCML
| Multilingual eAssembly |
|
W-Setup
|
C1TQ3ML
| Setup CD – IBM WebSphere Portal Express Install |
|
W-1
|
C1TQ5ML
| BM WebSphere Application Server Network Deployment for Windows x86-32 |
|
W-2
|
C1HA1ML
| DB2 UDB Express Edition for Windows 32-bit, V9.1 FP4 |
|
W-3
|
C1U2VML
| IBM WebSphere Portal Server Express component (Disk 1 of 3) |
|
W-4
|
C1U2YML
| IBM WebSphere Portal Server Express component (Disk 2 of 3) |
|
W-5
|
C1U31ML
| IBM WebSphere Portal Server Express component (Disk 3 of 3) |
| Linux Intel (32-bit) |
CR7BDML
| Multilingual eAssembly |
|
IL-Setup
|
C1TQ3ML
| Setup CD – IBM WebSphere Portal Express Install |
|
IL-1
|
C1TQ8ML
| WebSphere Application Server Network Deployment for Linux on x86-32 |
|
IL-2
|
C1HA2ML
| DB2 UDB Express Edition for Linux on x86, 32-bit |
|
IL-3
|
C1U2VML
| IBM WebSphere Portal Server Express component (Disk 1 of 3) |
|
IL-4
|
C1U2YML
| IBM WebSphere Portal Server Express component (Disk 2 of 3) |
|
IL-5
|
C1U31ML
| IBM WebSphere Portal Server Express component (Disk 3 of 3) |
WebSphere Portal 6.1.0.1 + WCM
|
CD number
|
Image file
|
Contents of CD
|
| Windows (32- and 64-bit) |
CR73XML
| Multilingual eAssembly |
|
W-Setup
|
C1TQ4ML
| Setup CD – IBM WebSphere Portal Server Content Install V6.1.0.1 |
|
W-1
|
C1TQ5ML
| BM WebSphere Application Server Network Deployment for Windows x86-32 |
|
W-2
|
C1TR1ML
| IBM WebSphere Application Server Network Deployment for Windows x86-64 |
|
W-3
|
C1U2WML
| IBM WebSphere Portal Server Content component (Disk 1 of 4) |
|
W-4
|
C1U2ZML
| IBM WebSphere Portal Server Content component (Disk 2 of 4) |
|
W-5
|
C1U32ML
| IBM WebSphere Portal Server Content component (Disk 3 of 4) |
|
W-5A
|
C1U36ML
| IBM WebSphere Portal Server Content component (Disc 4 of 4) |
| Linux Intel (32- and 64-bit) |
CR740ML
| Multilingual eAssembly |
|
IL-Setup
|
C1TQ4ML
| Setup CD – IBM WebSphere Portal Server Content Install V6.1.0.1 |
|
IL-1
|
C1TQ8ML
| WebSphere Application Server Network Deployment for Linux on x86-32 |
|
IL-2
|
C1TR9ML
| IBM WebSphere Application Server Network Deployment for Linux on x86-64 |
|
IL-3
|
C1U2WML
| IBM WebSphere Portal Server Content component (Disk 1 of 4) |
|
IL-4
|
C1U2ZML
| IBM WebSphere Portal Server Content component (Disk 2 of 4) |
|
IL-5
|
C1U32ML
| IBM WebSphere Portal Server Content component (Disk 3 of 4) |
|
IL-5A
|
C1U36ML
| IBM WebSphere Portal Server Content component (Disc 4 of 4) |
WebSphere Portal 6.1.0.1
|
CD number
|
Image file
|
Contents of CD
|
| Windows (32- and 64-bit) | CR7DVML | Multilingual eAssembly |
|
W-Setup
| C1TL1ML | Setup CD – BM WebSphere Portal Server Install V6.1.0.1 |
|
W-1
| C1TQ5ML | BM WebSphere Application Server Network Deployment for Windows x86-32 |
|
W-2
| C1TR1ML | IBM WebSphere Application Server Network Deployment for Windows x86-64 |
|
W-3
| C1U2UML | IBM WebSphere Portal Server Server component (Disk 1 of 4) |
|
W-4
| C1U2XML | IBM WebSphere Portal Server Server component (Disk 2 of 4) |
|
W-5
| C1U30ML | IBM WebSphere Portal Server Server component (Disk 3 of 4) |
|
W-5A
| C1U34ML | IBM WebSphere Portal Server Server component (Disc 4 of 4) |
| Linux Intel (32- and 64-bit) | CR7DYML | Multilingual eAssembly |
|
IL-Setup
| C1TL1ML | Setup CD – BM WebSphere Portal Server Install V6.1.0.1 |
|
IL-1
| C1TQ8ML | WebSphere Application Server Network Deployment for Linux on x86-32 |
|
IL-2
| C1TR9ML | IBM WebSphere Application Server Network Deployment for Linux on x86-64 |
|
IL-3
| C1U2UML | IBM WebSphere Portal Server Server component (Disk 1 of 4) |
|
IL-4
| C1U2XML | IBM WebSphere Portal Server Server component (Disk 2 of 4) |
|
IL-5
| C1U30ML | IBM WebSphere Portal Server Server component (Disk 3 of 4) |
|
IL-5A
| C1U34ML | IBM WebSphere Portal Server Server component (Disc 4 of 4) |
Alguns comandos do router para facilitar a vida.
Tell router c > In place compaction of the mail.boxes.
Tell router d > Shows message detail (sizes, times, and hop).
Tell router e > Exits the router (same as q).
Tell router l > Lists the messages in queue and the routing state.
Tell router m > Shows memory usage by the router.
Tell router o > Lists the out of office details.
Tell router p > Pauses the router.
Tell router q > Quits the router (same as e).
Tell router r > Resumes the router from a pause state.
Tell router s > Shows the router queue state (delivery , transfer, dispatch and sweep threads).
Tell router update config > Updates the routing tables.
Até a versão 6 do Domino o usuário podia compactar a caixa postal usando as propriedades da caixa postal.
Nas versões 7 e 8 este tipo de compactação mudou um pouco. Se a compactação é solicitada pelo usuário a compactação vai para uma fila e é feita pela task update e não compact o que pode causar uma longa espera pela compactação.
Para voltar ao cenário das versões 5 e 6, onde a caixa é compactada pela task compact, basta colocar o parâmetro DEBUG_COMPACT_IMMEDIATELY=1 no notes.ini do servidor.
A desvantagem do modo como a versão 6 compacta as bases é que os usuários tem de ser Manager em suas caixas postais.
Um artigo muito bom explicando o funcionamento do smtp do Domino e como configurá-lo para prevenção de spam e também fazer com que clientes autenticados (tipo outlook express) possam usar o domino como relay
http://download.boulder.ibm.com/ibmdl/pub/software/dw/lotus/SMTPAuthSpamFinal.pdf
A Plansis está com inscrições abertas para o evento Imagine 2009.
A EMPRESA ESSENCIAL: Aplicação de processos sustentáveis para o crescimento das organizações
Imersão em Portais Corporativos
O que o mercado está fazendo em portais, em opções de software proprietário e livre? Como a IBM se posiciona neste mercado? Quais as “guidelines” para implantação de um projeto de PORTAL? Quais os principais cuidados para a implantação de um projeto de PORTAL com tecnologia IBM (o websphere portal)? Quais os principais cuidados para a manutenção de um projeto de PORTAL com tecnologia IBM? Quais as dez coisas que eu nunca devo me esquecer num projeto de PORTAL?
Imersão em Tecnologia de Colaboração
O que o mercado está fazendo em tecnologia de colaboração, em opções de software proprietário e livre? Como a IBM se posiciona neste mercado? Quais as “guidelines” para implantação de um projeto de COLABORAÇÃO (email, Instant Messaging, Unified Communications, blogs, ambientes de colaboração, workflow)? Quais os principais cuidados para a implantação de um projeto de COLABORAÇÃO com o DOMINO/NOTES da IBM? Quais os principais cuidados para a manutenção de um projeto de COLABORAÇÃO com a tecnologia DOMINO/NOTES da IBM? Quais as dez coisas que eu nunca devo me esquecer num projeto de DOMINO/NOTES?
Detalhes do evento podem ser vistos aqui