If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Other > server with unix OS

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-09-04, 05:47
ajay bhosle ajay bhosle is offline
Registered User
 
Join Date: Jun 2004
Posts: 2
server with unix OS

hi,

When starting the database server using StartServer.sh, it comes
back to a special command prompt allowing you to pause, continue
or shutdown the server. Is there a way to start the server in
a Unix OS startup script so it will come up and down with the server
and run in the background?
Reply With Quote
  #2 (permalink)  
Old 06-16-04, 03:17
Webmaster Webmaster is offline
Registered User
 
Join Date: Mar 2004
Posts: 25
Thumbs up

Hello,

The three option on running StartServer.sh provides you three special
features:

1.Pause

To control the load on Daffodil DB server you pause the server.
On pausing it, no new Client will be able to connect through the
database server, although the existing connected client can get
their services without any interruption.

2.Continue

To re-open the server for new Client to connect (once is pause),
user can use this option.


3.Shutdown

To shutdown the server.

You can run the server as a background process using UNIX OS
command (with & option).
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On