/build/static/layout/Breadcrumb_cap_w.png

Deployment of Oracle Client 10g with SMS 2003

Hi everyone,

Does anyone have packaged and deployed Oracle Client 10g using SMS 2003 ?

I have already packaged Oracle Client 10g by creating a response file and executing the setup.exe in a command line using this command:

setup.exe -nowait -waitforcompletion -force -silent -responsefile "\\Server\Share\Oracle\Client 10g\client\response\clientruntime.rsp"

Cheers

0 Comments   [ + ] Show comments

Answers (15)

Posted by: JakPalance 15 years ago
Senior Yellow Belt
0
This is something that I recently got working using the response file method with SCCM. Below is the command line that I used.

setup.exe -silent -nowelcome -responseFile "\\servername\sms$\Oracle\Oracle10g\client\response\response.rsp" -nowait
Posted by: jmpouliot 15 years ago
Second Degree Blue Belt
0
Hi,

Thanks for the reply, did you use this command line to deploy oracle client with SMS 2003?
Posted by: kiptek 15 years ago
Second Degree Green Belt
0
This is something that I recently got working using the response file method with SCCMLooks like they are on SMS 2007/SCCM...
Posted by: jmpouliot 15 years ago
Second Degree Blue Belt
0
oups sorry I did not read that :P
Posted by: jmpouliot 15 years ago
Second Degree Blue Belt
0
for me, this command line do the same as the command line I was using, in the admin console of SMS 2003, it tells me that the program is deployed and installed successfully but when I have a look into the client computer, I don't see any oracle client installed and I can't find any logs files. =/ any idea ?
Posted by: BoyGenius 15 years ago
Orange Belt
0
I've got a scripted install that I pushed out via SMS 2003. The installer returns a exit code long before the application is installed. My script waits for JAVAW.EXE to close.
Posted by: BoyGenius 15 years ago
Orange Belt
0
BTW - My command line is -silent -noconsole -responsefile "<responsefile>"
Posted by: case2k5 15 years ago
Orange Belt
0
I deployed successfully using SMS 2003 with a VBScript.

On Error Resume NExt
Dim objShell, objNewPort, objWMIService, oFSO, Path, strComputerA
Dim RunErrorToReturn, Results
Dim strComputer : strComputer = "."
Dim objNetwork : Set objNetwork = CreateObject("WScript.Network")
strComputerA = objNetwork.ComputerName

Set objWMIService = GetObject("winmgmts:"& "{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2")
Set objShell = CreateObject("WScript.Shell")
Set oFSO = CreateObject("Scripting.FileSystemObject")
ProgramFiles = objShell.ExpandEnvironmentStrings("%ProgramFiles%")
windir= objShell.ExpandEnvironmentStrings("%windir%")
temp = objShell.ExpandEnvironmentStrings("%temp%")
allusers=objShell.ExpandEnvironmentStrings("%AllUsersProfile%")

path= oFSO.GetParentFolderName(WScript.ScriptFullName)

objShell.Run path+"\setup.exe -silent -nowait -force -responseFile "+path+"\10gr2.rsp",1,TRUE
Posted by: jmpouliot 15 years ago
Second Degree Blue Belt
0
ORIGINAL: case2k5

I deployed successfully using SMS 2003 with a VBScript.

On Error Resume NExt
Dim objShell, objNewPort, objWMIService, oFSO, Path, strComputerA
Dim RunErrorToReturn, Results
Dim strComputer : strComputer = "."
Dim objNetwork : Set objNetwork = CreateObject("WScript.Network")
strComputerA = objNetwork.ComputerName

Set objWMIService = GetObject("winmgmts:"& "{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2")
Set objShell = CreateObject("WScript.Shell")
Set oFSO = CreateObject("Scripting.FileSystemObject")
ProgramFiles = objShell.ExpandEnvironmentStrings("%ProgramFiles%")
windir= objShell.ExpandEnvironmentStrings("%windir%")
temp = objShell.ExpandEnvironmentStrings("%temp%")
allusers=objShell.ExpandEnvironmentStrings("%AllUsersProfile%")

path= oFSO.GetParentFolderName(WScript.ScriptFullName)

objShell.Run path+"\setup.exe -silent -nowait -force -responseFile "+path+"\10gr2.rsp",1,TRUE





Does your command line was showing a little interface to the user because I tried without the -nowelcome switch and it was showing me a little dos interface.
Posted by: case2k5 15 years ago
Orange Belt
0
Yes, the script shows the Oracle Universal Installer DOS dialog box which shows progress of the install to the user if you run the script manually. I deploy the script with SMS set to Hidden and it works just great with No DOS dialog box.
Posted by: nws999 15 years ago
Yellow Belt
0
hello all,

I was looking at the script that was posted and I am a little confused on it. I used it to send to the systems but the oracle client never runs and all i see is a wscript in the task manager is there something special I need to do in order to successfully deploy this?

any help would be appreciated.
Posted by: anonymous_9363 15 years ago
Red Belt
0
From my reading, the script isn't set to run the client, just install it. You know, of course, that the Oracle Client, if installed in full, is a behemoth, in addition to the installer not being exactly the speediest? It will take a L O N G time to install.
Posted by: nws999 15 years ago
Yellow Belt
0
sorry about that I meant the install of the oracle client. and ya it takes a long long time but I dont even see anything started after 30 min of calling the vbs script.
Posted by: anonymous_9363 15 years ago
Red Belt
0
Is it possible that you have the package set in SMS to copy locally first and then execute?
Posted by: davech66 15 years ago
Yellow Belt
0
how do u use this vb script in sms 2003?

under packages folder, create new programs and inside the new programs, select this vbscript file name in command line?
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login

Share

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ