Monday, August 20, 2012

Start and Stop DAC server in UNIX/UNIX_AIX box


We can follow below steps for stopping and starting of DAC services in UNIX/UNIX_AIX server box:

Server: Server1
Steps to Stop DAC Server:
1Log into the server using any user having log in access to  server box say Server1
2 Log as privileged user user1(user1 will have privilege to run DAC services)
a.       Switch user to the user1; run the command : Su – user1
b.      Provide password: XXXXXX
3Run command: cd /apps/obiee/dac1/dac to change the directory path where server scripts are located
4 Run command:  ./stopserver.sh (Stop DAC Server)

Server: Server1
Steps to Start DAC Server:
1 Log into the server using any user having log in access to  server box say Server1
2Log as privileged user user1(user1 will have privilege to run DAC services)
a.       Switch user to the user1; run the command : Su – user1
b.      Provide password: XXXXXX
3 Run command: cd /apps/obiee/dac1/dac to change the directory path where server scripts are located
4Run command:  nohup ./startserver_aix.sh & (Start DAC Server)

nohup attribute will run DAC service in background and we can exit from the screen.

Cheers,
Neeraj

No comments:

Post a Comment