Re: SMS issues...
- From: "Tiago Lock Martins" <TLock@xxxxxxxxxxxxxxxx>
- Date: Mon, 19 Jan 2009 14:49:02 -0200
Here we used a BAT to install SAP 710, created an installation source using SAPSetup that automatically removes and installs/update SAP, then used this BAT to distribute using SMS.
We have some customizations on our environment so needed do add regs and other non standard procedures.
Hope that helps.
There goes the algorithm :
;****Checks if SAPLogon is in use ****
tasklist|findstr /i "saplogon.exe"
if %errorlevel% NEQ 0 goto d
goto :eof
:d
;***************** Checks and/or installs .NET Framework 2 *****************************
IF EXIST "%systemroot%\Microsoft.NET\Framework\v2.0.50727" (GOTO n) ELSE (GOTO i)
:i
"\\<Fileserver>\packages\Microsoft .NET Framework 2.0\install.exe" /q
:n
;***************** Installs SAP 7 *****************************
\\<Fileserver>\public\sap\sap_70\instserver\Setup\NwSapSetup.exe /Package="SAPGUI-FULL" /Nodlg
regedit.exe /s "\\<Fileserver>\public\SAP\SAP_70\sap.reg"
;***************** Bkp SAPLOGON.INI & SERVICES **************************
COPY %SYSTEMROOT%\SAPLOGON.INI %SYSTEMROOT%\SAPLOGON.OLD
COPY %SYSTEMROOT%\SYSTEM32\DRIVERS\ETC\SERVICES %SYSTEMROOT%\SYSTEM32\DRIVERS\ETC\SERVICES.OLD
;***************** Copy Custom SAPLOGON.INI , SERVICES % DLL **************************
COPY \\<Fileserver>\PUBLIC\SAPLOGON.INI %SYSTEMROOT%\SAPLOGON.INI
COPY \\<Fileserver>\PUBLIC\SERVICES %SYSTEMROOT%\SYSTEM32\DRIVERS\ETC\SERVICES
COPY \\<Fileserver>\PUBLIC\SAP\Sap_70\InstServer\sncgss32.dll %SYSTEMROOT%\SYSTEM32\sncgss32.dll
Copy \\<Fileserver>\public\sap\sap_70\instserver\bi\BEXAnalyzer.xla "C:\Program Files\Common Files\SAP Shared\BW\BExAnalyzer.xla"
;***************** Shortcuts **************************
COPY "\\<Filseserver\PUBLIC\SAP\SAP_70\SAP.LNK" "c:\Documents and Settings\All Users\Star Menu\Daily Use\SAP.LNK"
DEL "c:\Documents and Settings\All Users\Desktop\SAP Logon.lnk"
DEL "c:\Documents and Settings\All Users\Desktop\SAP*.lnk"
DEL "c:\Documents and Settings\All Users\Desktop\Tweak SAP GUI.lnk"
"Sherry Kissinger [MVP-SMS]" <SherryKissingerMVPSMS@xxxxxxxxxxxxxxxxxxxxxxxxx> escreveu na notícia da mensagem:A4FC895D-19FB-439B-9B68-CB64BD243B6A@xxxxxxxxxxxxxxxx
SMS 2003 or Configuration Manager 07?
For Client push, I recommend you start here:
http://myitforum.com/cs2/blogs/jgilbert/archive/2007/02/22/sms-2003-client-push-installation-method-explained.aspx
From memory, SAP isn't one of the easier installs. Had to start with the
hard one, hm? Here's a link I found regarding sending out a SAP update.
It's from a few years ago & is an example for an older version, but it should
give you the framework:
http://myitforum.com/cs2/blogs/socal/archive/2006/04/22/19836.aspx
--
Standardize. Simplify. Automate.
"Christian S." wrote:
Hello I am new to SMS and have to tell you, that I have loads of issues.
First of all, I have to tell I've got a small success. 29 systems of 389 do
already got the SMS-Client. We've got 6 different IP-ranges, and the 29
clients are all in the same (the same like the SMS site, too). All of them
are desktop computer and not laptops. Another 77 systems are assigned to the
site but do not have an Client software. Some of them have failed client
installations (don't know why) others don't even have the CCMinstall folder.
So my main issue is to get all the other systems in as well. Is there
something special in Client Push installation, that it just works in the same
ip-range like the site is?
And my second problem is, how to deploy SAP GUI 710 by sms (just on the
systems who already have sap client 640)? Does any one have there a step by
step howto?
Thanks a lot for your help!
Regards
Christian S.
.
- Prev by Date: Re: SMS CACHE
- Next by Date: office 3003 with sp3 install issue
- Previous by thread: Re: SMS CACHE
- Next by thread: office 3003 with sp3 install issue
- Index(es):
Relevant Pages
|