Re: SMS issues...

Tech-Archive recommends: Speed Up your PC by fixing your registry



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.

.



Relevant Pages

  • Re: Another One Bites the Dust
    ... I think our SAP conversion went over budget, but I don't think it was anywhere near what it cost your company. ... The installation was delayed, so it took 21 months, but then it was installed and pretty much worked as designed. ... For IBM-MAIN subscribe / signoff / archive access instructions, ... send email to listserv@xxxxxxxxxxx with the message: GET IBM-MAIN INFO ...
    (bit.listserv.ibm-main)
  • [UNIX] SAP Database Local Root Vulnerability During the Installation Process
    ... SAP DB is a Free Enterprise database. ... before a setuid bit is set by the installation program. ... Once this check is completed setuid bits are added to two files. ... In no event shall we be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages. ...
    (Securiteam)
  • SAP SD, FI, CO, HR, MM, PP, ABAP, BASIS IDES Installation
    ... We can install any type of SAP IDES System in your stand alone home ... Laptops & Desktops with Windows Vista can also be used as our expert ... specialise on providing installation Service on Laptops ... its contents are not designed for production. ...
    (comp.databases.olap)
  • SAP SCM 5.0, SRM 5.0, IS OIL IS RETAIL IDES Installation
    ... We can install any type of SAP IDES System in your stand alone home ... Laptops & Desktops with Windows Vista can also be used as our expert ... specialise on providing installation Service on Laptops ... its contents are not designed for production. ...
    (comp.databases.olap)
  • Re: Client push question - the plot thickens
    ... for clients within the site boundaries of a secondary site are disseminated ... If Client Push is enabled at that site then the ... SMS 2003 and Advanced Client push installation behavior. ... secondary site unless the secondary site has both initiated discovery of the ...
    (microsoft.public.sms.admin)