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
> >
> >
> >
> >
> >
>