Linux commands

Monday, March 20, 2017

run siebel installer

-jreLoc path to the jre location (inside the jre locaton bin folder should exits)

-invPtrLoc  oraInst.loc file location need to provide , this file exits only when you install the oracle database in your machine.


./runInstaller -jreLoc /usr/java6_64/jre -invPtrLoc /u01/app/oraInventory/oraInst.loc


how to start Gateway name server in windows

Start->Run->

services.msc

all services are listed here search for "Siebel Gateway Name Server"

right click and then start.

O/S-Error: (OS 5) Access is Denied

Need to set ORACLE_SID environment variable

Set Oracle SID C:>set ORACLE_SID=ORCL

Now run Net start command (windows command)

C:>net start oracleserviceORCL

list compopents in siebel

C:\siebel\8.1.1.14\siebsrvr\bin>siebsrvr.exe


srvrmgr:SIEBEL> list component SCCObjMgr_enu for server SIEBEL

SV_NAME  CC_ALIAS       CC_NAME                           CT_ALIAS   CG_ALIAS    CC_RUNMODE   CP_DISP_RUN_STATE  CP_STARTMODE  CP_NUM_R
UN_TASKS  CP_MAX_TASKS  CP_ACTV_MTS_PROCS  CP_MAX_MTS_PROCS  CP_START_TIME        CP_END_TIME  CC_INCARN_NO  CC_DESC_TEXT
-------  -------------  --------------------------------  ---------  ----------  -----------  -----------------  ------------  --------
--------  ------------  -----------------  ----------------  -------------------  -----------  ------------  ------------
SIEBEL   SCCObjMgr_enu  Call Center Object Manager (ENU)  AppObjMgr  CallCenter  Interactive  Online             Auto          0
          20            1                  1                 2016-10-25 03:38:43

1 row returned.

srvrmgr:SIEBEL>

Monday, March 13, 2017

How to enable ASLR of an exe


Command to enable the ASLR for an EXE

By using editbin.exe you can change the exe to support the ASLR.

ebitbin.exe can get from visual studio bin location (C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin)


C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin>editbin /DYNAMICBASE  C:\Exename.exe

Monday, March 6, 2017

No rule to make target ecp_fp.h. Stop

I had resolved this issue please follow the below steps

go to below link and modify your local Makefile(/opt/nss-3.28.1/nss/lib/freebl/Makefile) as sugested in the below link.