start/stop ofbiz through ssh

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

start/stop ofbiz through ssh

Nikita Shinde
Hi All,

 

        Can anyone help me with the commands to restart a remote server
through ssh.

 

 

Thanks & Regards,

Nikita Shinde

 

Reply | Threaded
Open this post in threaded view
|

Re: start/stop ofbiz through ssh

rajsaini
Hi Nikita,

On *nix platforms, there should not be any difference in how you start
it from normal terminal or a ssh terminal. However if you want to start
the process in background and want to exit the ssh terminal you can use:

./startofbiz.sh > /dev/null  2>&1 &

Thanks,

Raj

Nikita Shinde wrote:

> Hi All,
>
>  
>
>         Can anyone help me with the commands to restart a remote server
> through ssh.
>
>  
>
>  
>
> Thanks & Regards,
>
> Nikita Shinde
>
>  
>
>
>  

Reply | Threaded
Open this post in threaded view
|

RE: start/stop ofbiz through ssh

Nikita Shinde
Thanks Raj for your prompt reply.

-----Original Message-----
From: Raj Saini [mailto:[hidden email]]
Sent: Thursday, May 22, 2008 1:55 PM
To: [hidden email]
Subject: Re: start/stop ofbiz through ssh

Hi Nikita,

On *nix platforms, there should not be any difference in how you start
it from normal terminal or a ssh terminal. However if you want to start
the process in background and want to exit the ssh terminal you can use:

./startofbiz.sh > /dev/null  2>&1 &

Thanks,

Raj

Nikita Shinde wrote:

> Hi All,
>
>  
>
>         Can anyone help me with the commands to restart a remote server
> through ssh.
>
>  
>
>  
>
> Thanks & Regards,
>
> Nikita Shinde
>
>  
>
>
>  

Reply | Threaded
Open this post in threaded view
|

Re: start/stop ofbiz through ssh

kapil singh-2
In reply to this post by rajsaini
Hello,

use the following commands for restarting the remote server (ofbiz)
using ssh:

ssh username@<Ip Add. of remote Machine>

                OR

ssh -p 22 username@<Ip Add. of remote Machine>

it will prompt for password after login go to appropriate location of
ofBIZ and run this command,

./startofbiz.sh

(for starting ofbiz, use ./stopofbiz.sh for stopping)
(use reboot command for stopping that machine)


if you are not getting or your question is different  ask again with
details.

Thanks
Kapil Singh Kushwah
Linux System Administrator
Hotwax Media Inc.

On Thu, 2008-05-22 at 13:55 +0530, Raj Saini wrote:

> Hi Nikita,
>
> On *nix platforms, there should not be any difference in how you start
> it from normal terminal or a ssh terminal. However if you want to start
> the process in background and want to exit the ssh terminal you can use:
>
> ./startofbiz.sh > /dev/null  2>&1 &
>
> Thanks,
>
> Raj
> Nikita Shinde wrote:
> > Hi All,
> >
> >  
> >
> >         Can anyone help me with the commands to restart a remote server
> > through ssh.
> >
> >  
> >
> >  
> >
> > Thanks & Regards,
> >
> > Nikita Shinde
> >
> >  
> >
> >
> >  
>

Reply | Threaded
Open this post in threaded view
|

Re: start/stop ofbiz through ssh

Eric DE MAULDE
In reply to this post by rajsaini
First, it's better to create the OFBiz daemon
http://docs.ofbiz.org/display/OFBIZ/How+to+run+OFBiz+as+a+Service


> Hi Nikita,
>
> On *nix platforms, there should not be any difference in how you start it
> from normal terminal or a ssh terminal. However if you want to start the
> process in background and want to exit the ssh terminal you can use:
>
> ./startofbiz.sh > /dev/null  2>&1 &
>
> Thanks,
>
> Raj
>
> Nikita Shinde wrote:
>> Hi All,
>>
>>
>>         Can anyone help me with the commands to restart a remote server
>> through ssh.
>>
>>
>>
>> Thanks & Regards,
>>
>> Nikita Shinde
>>
>>
>>
>>
>
>
>
>
> --
> No virus found in this incoming message.
> Checked by AVG. Version: 7.5.524 / Virus Database: 269.24.0/1459 - Release
> Date: 21/05/2008 17:34
>
>

Reply | Threaded
Open this post in threaded view
|

Re: start/stop ofbiz through ssh

BJ Freeman
In reply to this post by Nikita Shinde
assuming you setup the rc.ofbiz file properly
ofbiz restart


Nikita Shinde sent the following on 5/22/2008 1:15 AM:

> Hi All,
>
>  
>
>         Can anyone help me with the commands to restart a remote server
> through ssh.
>
>  
>
>  
>
> Thanks & Regards,
>
> Nikita Shinde
>
>  
>
>