IBM Notes 9.0.1 (Lotus Notes 9) deployment package
Hello,
I've to deploy IBM Notes 9.0.1 Social Edition (ex Lotus Notes) in my organisation.
I created a zip file that contains :
- Notes 9.0.1 client (Windows English)
- Notes 9.0.1 client Multi language user interface (Used to have the interface in French)
- Notes 9.0.1 Fix pack 4
- Swiftfile 4.2 for Notes 9.0.1
I also created a "Setup_Lotus_9.bat" files that contains all commands needed for the installations as shown bellow (this file is also in the zip file mentionned above) :
@echo off
Echo Installation Lotus 9.0.1
Set R9FILEsPATH=%~dp0
%R9FILESPATH%NOTES_9.0.1_WIN_EN\Setup.exe /S /v"/qb+!"
@echo off
Echo Installation Lotus 9.0.1 Language pack
Set R9FILEsPATH=%~dp0
%R9FILESPATH%NOTES_CLIENT_9.0.1_ML_UI_WIN_GP1\Setup.exe /S /v"/qb+!"
@echo off
Echo we will now install IBM Notes FP4 silently without user interaction.
Set R9FILEsPATH=%~dp0
%R9FILESPATH%notes901FP4_win\Setup.exe /S /v"/qb+"
@echo off
Echo Installation swiftfile
SwiftFileforNotes9.0.1\CIQ83EN.exe /s /v"/qb+"
When i manually copy all files in c:\temp and lauch the .bat file, all is OK.
I've sent the zip files to my K1000, added the command line "Setup_Lotus_9.bat" in bypass default installatin and flagged "Delete the downloaded files".
I just tested on 2 client PC and i see the Dell Kace message that indicate the download of the files but after nothing happen.
The softwares are'nt installed.
I just wonder what i did wrong. (I guess the problem is in the .bat file)
Can you help me with that ?
Thank you.
Miccam
1 Comment
[ + ] Show comment
Answers (9)
Please log in to answer
Posted by:
jagadeish
9 years ago
Can you try with this code
@echo off
Echo Installation Lotus 9.0.1
"%~dp0NOTES_9.0.1_WIN_EN\Setup.exe" /w /S /v"/qn ALLUSERS=1"
@echo off
Echo Installation Lotus 9.0.1 Language pack
"%~dp0NOTES_CLIENT_9.0.1_ML_UI_WIN_GP1\Setup.exe" /w /S /v"/qn ALLUSERS=1"
@echo off
Echo we will now install IBM Notes FP4 silently without user interaction.
"%~dp0notes901FP4_win\Setup.exe" /w /S /v"/qn ALLUSERS=1"
@echo off
Echo Installation swiftfile
"%~dp0SwiftFileforNotes9.0.1\CIQ83EN.exe" /w /S /v"/qn ALLUSERS=1"
Comments:
-
Also, what does KAgent.log file says? - jagadeish 9 years ago
Posted by:
jagadeish
9 years ago
@echo off
Echo Installation Lotus 9.0.1
Start /WAIT "%~dp0NOTES_9.0.1_WIN_EN\Setup.exe" /w /S /v"/qn ALLUSERS=1 REBOOT=ReallySuppress"
@echo off
Echo Installation Lotus 9.0.1 Language pack
Start /WAIT "%~dp0NOTES_CLIENT_9.0.1_ML_UI_WIN_GP1\Setup.exe" /w /S /v"/qn ALLUSERS=1 REBOOT=ReallySuppress"
@echo off
Echo we will now install IBM Notes FP4 silently without user interaction.
Start /WAIT "%~dp0notes901FP4_win\Setup.exe" /w /S /v"/qn ALLUSERS=1 REBOOT=ReallySuppress"
@echo off
Echo Installation swiftfile
Start /WAIT "%~dp0SwiftFileforNotes9.0.1\CIQ83EN.exe" /w /S /v"/qn ALLUSERS=1 REBOOT=ReallySuppress"
Comments:
-
what parameter for Only for me (Single User Install) and untick the IBM connections - rahimpal 7 years ago
Posted by:
anonymous_9363
9 years ago
Posted by:
anonymous_9363
9 years ago
Posted by:
mcam
9 years ago
Hello,
Thanks a lot for your help.
It seems to be better with the code provided by jagadeish.
IBM Notes 9 is installed but not the rest (language pack, Fixpack and Swiftfile).
I'm not sure but i will try without the "Allusers=1" for that.
There is also a reboot after the instal, but i don't know why. (not needed normally)
I'm going to test without the "Allusers" (excepted for the Notes Client)
I write back the results tomorrow.
Here is the kagent.log :
[2015-08-19.16:20:09][AMPAgent:ClientReadCB ] Header: msgid (556498); msgType (0)[2015-08-19.16:20:09][AMPAgent:ClientReadCB ] Payload: pluginId: RunProcess (6); payloadLen (24)[2015-08-19.16:20:10][pluginRunProcess:GetIdOfActiveUs] GetIdOfActiveUser: SECURITY_LOGON_TYPE: 2(18) Il n’y a plus de fichier.[2015-08-19.16:20:11][runkbot:UpdateKbotsCache ] Refreshing Dependencies for kbot 3-1405002509 ...[2015-08-19.16:20:11][runkbot:UpdateKbotsCache ] Refreshing Dependencies for kbot 4-1287144000 ...[2015-08-19.16:20:11][runkbot:UpdateKbotsCache ] Refreshing Dependencies for kbot 6-1405002509 ...[2015-08-19.16:20:11][runkbot:UpdateKbotsCache ] Refreshing Dependencies for kbot 84-1439816605 ...[2015-08-19.16:20:11][runkbot:UpdateKbotsCache ] Cleaning up tmp folder ...[2015-08-19.16:20:11][runkbot:UploadUsingCurl ] UploadFile: Server gzip compression is active[2015-08-19.16:20:11][runkbot:UploadUsingCurl ] UploadFile: uploading file C:\Windows\TEMP\dklD0B2.tmp.gz to http://k1000.cergroupe.be/service/kbot_upload.php?checksum=0bd58bca6b23675b253465d1394fe5be8f700fa20219b6db3bd9d5dcf13c0ecdd6d12589074a3081842c20eace1e21c2416391231fdc0bc760e5a83f10a8ec8a&kbotId=3[2015-08-19.16:20:11][runkbot:UploadUsingCurl ] UploadFile: Content-Encoding: gzip added to HTTP Header.[2015-08-19.16:20:11][runkbot:UploadUsingCurl ] UploadFile: Uploaded to http://k1000.cergroupe.be/service/kbot_upload.php?checksum=0bd58bca6b23675b253465d1394fe5be8f700fa20219b6db3bd9d5dcf13c0ecdd6d12589074a3081842c20eace1e21c2416391231fdc0bc760e5a83f10a8ec8a&kbotId=3 Upload speed: 1229.000000 bytes/second[2015-08-19.16:20:11][runkbot:UploadUsingCurl ] UploadFile: Server gzip compression cleanup.[2015-08-19.16:20:11][runkbot:CleanupLog ] Cleaning up log file [C:\Windows\TEMP\dklD0B2.tmp][2015-08-19.16:20:32][AMPAgent:ClientReadCB ] Header: msgid (556499); msgType (0)[2015-08-19.16:20:32][AMPAgent:ClientReadCB ] Payload: pluginId: RunProcess (6); payloadLen (37)[2015-08-19.16:20:32][AMPAgent:LogCurlError ] SSL is not detected[2015-08-19.16:20:33][AMPAgent:ConfigSave ] Saving config if changes are detected[2015-08-19.16:20:33][pluginRunProcess:GetIdOfActiveUs] GetIdOfActiveUser: SECURITY_LOGON_TYPE: 2(18) Il n’y a plus de fichier.[2015-08-19.16:20:33][runkbot:GetIdOfActiveUser ] GetIdOfActiveUser: SECURITY_LOGON_TYPE: 2(18) Il n’y a plus de fichier.[2015-08-19.16:20:34][KDeploy:CDeployController::Execu] rule [4302] statement result: ;4302:MDcvMjAvMjAxNSAwOTozMDoxMg==%DATE, TRUE[2015-08-19.16:20:34][KDeploy:GetIdOfActiveUser ] GetIdOfActiveUser: SECURITY_LOGON_TYPE: 2(18) Il n’y a plus de fichier.[2015-08-19.16:20:34][KDeploy:CDeployController::Execu] rule [4303] statement result: ;4303:QXVjdW5lIGluc3RhbmNlIGRpc3BvbmlibGUuDQ0KDQ0KDQ0K%TEXT, TRUE[2015-08-19.16:20:34][KDeploy:GetIdOfActiveUser ] GetIdOfActiveUser: SECURITY_LOGON_TYPE: 2(18) Il n’y a plus de fichier.[2015-08-19.16:20:34][KDeploy:CDeployController::Execu] rule [4304] statement result: ;4304:RGVzY3JpcHRpb24gICAgICAgICAgICAgICAgICAgICAgICAgICBJUEFkZHJlc3MgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgSVBTdWJuZXQgICAgICAgICAgICAgICAgIE1BQ0FkZHJlc3MgICAgICAgICANDQpXQU4gTWluaXBvcnQgKFNTVFApICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIA0NCldBTiBNaW5pcG9ydCAoSUtFdjIpICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgDQ0KV0FOIE1pbmlwb3J0IChMMlRQKSAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICANDQpXQU4gTWluaXBvcnQgKFBQVFApICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIA0NCldBTiBNaW5pcG9ydCAoUFBQT0UpICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgDQ0KV0FOIE1pbmlwb3J0IChJUHY2KSAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICANDQpXQU4gTWluaXBvcnQgKE5ldHdvcmsgTW9uaXRvcikgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIA0NCkludGVsKFIpIEV0aGVybmV0IENvbm5lY3Rpb24gSTIxNy1MTSAgeyIxOTIuMTY4LjEyNi4xMCIsICJmZTgwOjpiNGM2OjhiMjY6NDYxNDo5MzBhIn0gIHsiMjU1LjI1NS4yNTUuMCIsICI2NCJ9ICBFQzpCMTpENzozOTpDMzowOCAgDQ0KV0FOIE1pbmlwb3J0IChJUCkgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICANDQpDYXJ0ZSBNaWNyb3NvZnQgSVNBVEFQICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIA0NClJBUyBBc3luYyBBZGFwdGVyICAgICAgICAgICAgICAgICA[2015-08-19.16:20:34][KDeploy:GetIdOfActiveUser ] GetIdOfActiveUser: SECURITY_LOGON_TYPE: 2(18) Il n’y a plus de fichier.[2015-08-19.16:20:34][KDeploy:GetIdOfActiveUser ] GetIdOfActiveUser: SECURITY_LOGON_TYPE: 2(18) Il n’y a plus de fichier.[2015-08-19.16:20:34][KDeploy:CDeployController::Execu] rule [4305] statement result: ;4305:QmFua0xhYmVsICANDQpCQU5LIDIgICAgIA0NCkJBTksgMCAgICAgDQ0KDQ0K%TEXT#Q2FwYWNpdHkgICAgDQ0KNDI5NDk2NzI5NiAgDQ0KNDI5NDk2NzI5NiAgDQ0KDQ0K%TEXT, TRUE[2015-08-19.16:20:34][KDeploy:GetIdOfActiveUser ] GetIdOfActiveUser: SECURITY_LOGON_TYPE: 2(18) Il n’y a plus de fichier.[2015-08-19.16:20:34][KDeploy:CDeployController::Execu] rule [4306] statement result: ;4306:Q3VycmVudENsb2NrU3BlZWQgIA0NCjMzMDEgICAgICAgICAgICAgICANDQoNDQo=%TEXT, TRUE[2015-08-19.16:20:34][KDeploy:GetIdOfActiveUser ] GetIdOfActiveUser: SECURITY_LOGON_TYPE: 2(18) Il n’y a plus de fichier.[2015-08-19.16:20:35][KDeploy:CDeployController::Execu] rule [4307] statement result: ;4307:DQ0KDQ0KTmFtZT1BVVRPUklURSBOVFxTeXN0w6htZQ0NCk51bWJlck9mTG9nb25zPQ0NClBhc3N3b3JkRXhwaXJlcz0NDQoNDQoNDQpOYW1lPUFVVE9SSVRFIE5UXFNFUlZJQ0UgTE9DQUwNDQpOdW1iZXJPZkxvZ29ucz0NDQpQYXNzd29yZEV4cGlyZXM9DQ0KDQ0KDQ0KTmFtZT1BVVRPUklURSBOVFxTRVJWSUNFIFLDiVNFQVUNDQpOdW1iZXJPZkxvZ29ucz0NDQpQYXNzd29yZEV4cGlyZXM9DQ0KDQ0KDQ0KTmFtZT1IT1ItUEMtNTNcQWRtaW5pc3RyYXRldXINDQpOdW1iZXJPZkxvZ29ucz0xNQ0NClBhc3N3b3JkRXhwaXJlcz0NDQoNDQoNDQpOYW1lPUNFUlxmcmVjaGENDQpOdW1iZXJPZkxvZ29ucz01NjYNDQpQYXNzd29yZEV4cGlyZXM9MjAxMTA3MTIwOTE0MzkuMDAwMDAwKzEyMA0NCg0NCg0NCg0NCg==%TEXT, TRUE[2015-08-19.16:20:35][KDeploy:CDeployController::Execu] rule [4308] statement result: ;4308:OS4xMS45NjAwLjE3OTU5%NUMBER, TRUE[2015-08-19.16:20:35][KDeploy:CDeployController::Execu] rule [4309] statement result: "", FALSE[2015-08-19.16:20:35][KDeploy:CDeployController::Execu] rule [4310] statement result: "", FALSE[2015-08-19.16:20:36][runkbot:GetIdOfActiveUser ] GetIdOfActiveUser: SECURITY_LOGON_TYPE: 2(18) Il n’y a plus de fichier.[2015-08-19.16:20:36][KInventory:runInventory ] KInventory Begin capturing Inventory...[2015-08-19.16:20:36][KInventory:GetIdOfActiveUser ] GetIdOfActiveUser: SECURITY_LOGON_TYPE: 2(18) Il n’y a plus de fichier.[2015-08-19.16:20:36][KInventory:CInventoryData::Initi] KInventory InventoryData attempting to open DB file [C][2015-08-19.16:20:36][KInventory:CInventoryData::OpenD] KInventory InventoryData opening DB[2015-08-19.16:20:36][KInventory:CInventoryData::OpenD] KInventory InventoryData calling db.open[2015-08-19.16:20:36][KInventory:CInventoryData::Initi] KInventory InventoryData opened DB successfully[2015-08-19.16:20:36][KInventory:CInventoryData::Initi] KInventory InventoryData populated the DB[2015-08-19.16:20:36][KInventory:CCaptureInventory::In] Collecting Intel AMT Data[2015-08-19.16:20:36][KInventory:GetIdOfActiveUser ] GetIdOfActiveUser: SECURITY_LOGON_TYPE: 2(18) Il n’y a plus de fichier.[2015-08-19.16:20:43][KInventory:runInventory ] KInventory Inventory Capture completed and stored in C:\ProgramData\Dell\KACE\inventory.xml
Comments:
-
Pass the below property along with ALLUSERS=1
REBOOT=ReallySuppress
like
"/qn ALLUSERS=1 REBOOT=ReallySuppress" - jagadeish 9 years ago
Posted by:
anonymous_9363
9 years ago
Posted by:
mcam
9 years ago
Hello,
I did a test with the code bellow few minutes ago on 2 PC.
First one as again only IBM Notes 9 installed...
But all was installed for the second PC without reboot or any problem.
I suspect the first one as begun the deployement before the last modification.
I will test again tommorow on another PC.
I post the result when it's done.
Thank you for your help.
mcam
@echo offEcho Installation Lotus 9.0.1"%~dp0NOTES_9.0.1_WIN_EN\Setup.exe" /S /v"/qn ALLUSERS=1 REBOOT=ReallySuppress"@echo offEcho Installation Lotus 9.0.1 Language pack"%~dp0NOTES_CLIENT_9.0.1_ML_UI_WIN_GP1\Setup.exe" /S /v"/qn@echo offEcho we will now install IBM Notes FP4 silently without user interaction."%~dp0notes901FP4_win\Setup.exe" /S /v"/qn@echo offEcho Installation swiftfile"%~dp0SwiftFileforNotes9.0.1\CIQ83EN.exe" /s /v"/qn
Posted by:
anonymous_9363
9 years ago
Posted by:
mcam
9 years ago
Hello,
Sorry for the bad copy/paste.
I repost know with a copy/paste from Notepad++
It seems to be OK with the code below.
Just 2 little details :
- When i use this on a PC with Lotus 8.5.3 installed, the Notes 9.0.1 client Multi language user interface is not installed.
- The Single Sign On is not working.
I think i have to add the Lotus Notes 8.5.3 uninstall command at the begining of the code.
For the SSO, i think we can deploy that with a Domino Policy.
I'm actually testing to deploy on a PC with Lotus 8.5.3.
I post the code when all is OK.
Thank you for your help.
mcam
@echo offEcho Installation Lotus 9.0.1"%~dp0NOTES_9.0.1_WIN_EN\Setup.exe" /S /v"/qn ALLUSERS=1 REBOOT=ReallySuppress"@echo offEcho Installation Lotus 9.0.1 Language pack"%~dp0NOTES_CLIENT_9.0.1_ML_UI_WIN_GP1\Setup.exe" /S /v"/qn@echo offEcho we will now install IBM Notes FP4 silently without user interaction."%~dp0notes901FP4_win\Setup.exe" /S /v"/qn@echo offEcho Installation swiftfile"%~dp0SwiftFileforNotes9.0.1\CIQ83EN.exe" /s /v"/qn
C:\windows\AdminArsenal\PDQDeployRunner\service-1\exec>CALL "Setup_Lotus_9.bat"
Installation Lotus 9.0.1
Invalid switch - "/v"/qn ALLUSERS=1 REBOOT=ReallySuppress"".
we will now install IBM Notes FP8 silently without user interaction.
Invalid switch - "/v"/qn ALLUSERS=1 REBOOT=ReallySuppress"".
I am not sure why those areas show as Invalid Switch.. any suggestions? - jebin707 6 years ago