This page was last edited on July 17, 2020, at 15:53.
Comments or questions about this documentation? Contact us for support!
Before using Solution Deployment to deploy Solutions to local and remote hosts, you must ensure that the following prerequisites are met:
Refer to Configuration Options for more information about these options.
|
![]()
|
Purpose
Start
On the command line interface:
yum install samba system-config-samba
chkconfig smb on
mkdir /opt/gax/chmod 777 -R /opt/gax
chcon -t samba_share_t /opt/gax
#/etc/samba.smb.conf # smb.conf file for use with GAX # this configuration allows sharing of IP packages between the GA and GAX system. ##=============== Global Settings ============================= [global] # you may change the workgroup name, but make sure that the GA.net # windows host is in the same workgroup! workgroup = HOME netbios name = SAMBA server string = Samba Server %v map to guest = Bad User log file = /var/log/samba/log.%m max log size = 50 socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 preferred master = No local master = No dns proxy = No security = share # Share is accessible via the name in [brackets] [repository] path = /opt/gax writeable = yes guest only = yes guest ok = yes create mask = 0777 directory mask = 0777 case sensitive = no }
End
Purpose
Start
# add these for Oracle Instantclient / SQL*Plus export ORACLE_HOME=/usr/lib/oracle/11.2/client64 export LD_LIBRARY_PATH=$ORACLE_HOME/lib:${LD_LIBRARY_PATH} export PATH=$ORACLE_HOME/bin:${PATH} export SQLPATH=$ORACLE_HOME/lib
sqlplus <username>/<password>@host:<port>/<Solutionname>
End