BookmarkSubscribeRSS Feed
adrianev
Calcite | Level 5


Hi, A Newbie trying to deploy SAS.
Trying to deploy via SCCM 2012 R2 SP1. I am able to install the software manually and by using the paritial prompt and response file.
Best Practices say it is not wise to include the username and password for an admin, but if its absolutely necessary then I'l l have to put something in place...eg. disable the account when not in used, etc.
Can anyone share there experiences deploying SAS 9.3 in SCCM? or ideas/workarounds to get it to install. I have also read that it may be a good idea to separate ou the prerequisite files to a separate packages so it does not need to download for those computers that have them already installed.
Any pointers on this? I have read the dosumentation but it doesnt help me much

2 REPLIES 2
SASKiwi
PROC Star

Are deploying a full SAS install or just SAS client tools like EG? We found installing 9.3 via SCCM to be quite tricky. The problem is it requires two separate installs, one for the pre-requisites, followed by a re-boot, then the SAS install itself. All this has to be scripted.

 

In the end we did get it working and I think it is easier to do as just one process instead of trying to split it. 

adrianev
Calcite | Level 5

Hi,

 

Can I ask how you managed to acomplish this? Did you also have to increase the CCMCache for each SCCM client?

 

TO UPDATE: I am now looking to install this application in a Full Silent Install. Does anyone have any suggestions on account prcatices? I am thinking to have local admin credentials be used for the install in the answer file and will disable the account when not in use..

 

also can someone pls shed some light on using the below command:

"setup.exe" -quiet -wait -responsefile "sdwresponse.properties"  -restartdomain domain.com -restartuserid ADMINUSER -restartpassword P@$$Word

 

whether this is necessary to specify an account of just use the below command:

"setup.exe" -quiet -wait -responsefile "sdwresponse.properties"  -skipadmincheck

 

I'm trying to do a full automation which i can deploy using sccm.

 

 

below if the answer file:

# Response file for the SAS Deployment Wizard
# Created: Jun 10, 2016 12:25:50 PM
#
# Responses with multiple options are separated with / characters.

# Select Deployment Task
# Select the deployment task you would like to perform.
#START_TASK=install/depot/manage
START_TASK=install

# Specify SAS Home
# Specify the location where SAS software will be installed on this machine.
#SAS_HOME=<full path>
SAS_HOME=C:\Program Files\SASHome

# Select Deployment Type
# Select the type of deployment you want to perform.
#DEPLOYMENT_TYPE=planned/nonplanned/additional
DEPLOYMENT_TYPE=nonplanned
#PLANNED_INSTALL=yes/no
PLANNED_INSTALL=yes
#PLANNED_CONFIGURE=yes/no
PLANNED_CONFIGURE=yes

# Select Products to Install
# Select the products you want to install on this machine.
PRODUCT_SELECTION1=msofficeint
PRODUCT_SELECTION2=dproclient
PRODUCT_SELECTION3=eguide
PRODUCT_SELECTION4=dminewrkstn
PRODUCT_SELECTION5=sasinstall
PRODUCT_SELECTION6=itclient
PRODUCT_SELECTION7=dminerpm
PRODUCT_SELECTION8=activexgraph
PRODUCT_SELECTION9=statstudio

# Select SAS Enterprise Guide Mode
# Select which mode of SAS Enterprise Guide to install.
#SAS_EG_MODE=32-bit/64-bit
SAS_EG_MODE=32-bit

# Select SAS Foundation Products
# Further customize the software by selecting the SAS Foundation products to install.
#SASFOUNDATION_SELECTION=<comma delimited SAS Foundation (MVA) product codes>
SASFOUNDATION_SELECTION=hadoopbasics,base,accelmvaastr,accelmvadb2,accelmvagplm,accelmvanetz,accelmvaorcl,accelmvatera,dmscore,dmine,inttech,graphcomp,spdsclient,accesssample,aster,db2,greenplum,mysql,netezza,odbc,oledb,oracle,pcfile,sybase,sybaseiq,teradata,af,assist,connect,eis,ets,fsp,graph,iml,insight,lab,or,qc,share,stat,securessl

# Specify SAS Installation Data File
# Specify the full path to your SAS installation data file.
#SAS_INSTALLATION_DATA=<full path to file>
SAS_INSTALLATION_DATA=\\DOMAIN.COM\Applications\SAS9.3_x64\sid_files\SAS93_9BC413_Wrkstn.txt

# Select Language Support
# Select the languages for your software to support.
#LANGUAGE_SELECTION=<comma delimited language codes>
LANGUAGE_SELECTION=ar,zh,zx,zt,da,nl,en,fi,fr,de,iw,hu,it,ja,ko,no,pl,pb,ru,es,sv,tr,u8

# Select Regional Settings
# Select the appropriate regional settings for your SAS software.
#REGION_SETTING=<region setting code>
REGION_SETTING=en_GB
#UNICODE_SERVER=yes/no
UNICODE_SERVER=no

# Select Java Runtime Environment
# Select a Java Runtime Environment to use with SAS software.
#JRE_OPTION=recommended/selected
JRE_OPTION=selected
#JRE_PATH=<full path - only if JRE_OPTION=selected>
JRE_PATH=C:\Program Files (x86)\Java\jre1.8.0_60

# Select Support Option
# Select the support option you want to use.
#SEND_SUPPORT_LOG_TO_SAS=yes/no
SEND_SUPPORT_LOG_TO_SAS=no

suga badge.PNGThe SAS Users Group for Administrators (SUGA) is open to all SAS administrators and architects who install, update, manage or maintain a SAS deployment. 

Join SUGA 

CLI in SAS Viya

Learn how to install the SAS Viya CLI and a few commands you may find useful in this video by SAS’ Darrell Barton.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 2 replies
  • 5146 views
  • 1 like
  • 2 in conversation