running a program on a seperate node

HI,

I have two qnx nodes. The first one is my development platform and the
second node is an embedded version. During testing I want to log on to the
embedded node and start some processes.

In QNX 4.25 I could do

on -f 2 sh
from node on to open a shell on node 2 and start some programs.( I need to
do this since node doenot have a monitor or keyboard connected to it)

In QNX 6.1 the option -f (for on) has been depreciated. Is there any
corresponding utility in QNX 6.1 which I can use.

Or is there a way in which I could open a shell on node 2 from node 1 and
work there

Thanks
Srikanth

“Srikanth Saripalli” <srik@robotics.usc.edu> wrote in message
news:9tf6cl$660$1@inn.qnx.com

HI,

I have two qnx nodes. The first one is my development platform and the
second node is an embedded version. During testing I want to log on to the
embedded node and start some processes.

In QNX 4.25 I could do

on -f 2 sh
from node on to open a shell on node 2 and start some programs.( I need to
do this since node doenot have a monitor or keyboard connected to it)

In QNX 6.1 the option -f (for on) has been depreciated. Is there any
corresponding utility in QNX 6.1 which I can use.

on -n /net/node2 sh



Or is there a way in which I could open a shell on node 2 from node 1 and
work there

Telnet or phditto.

Thanks
Srikanth

Mario Charest <mcharest@clipzinformatic.com> wrote:

In QNX 6.1 the option -f (for on) has been depreciated. Is there any
corresponding utility in QNX 6.1 which I can use.

on -n /net/node2 sh

Just FYI - the -f option will return in 6.1.1.

chris

cdm@qnx.com > “The faster I go, the behinder I get.”

Chris McKillop – Lewis Carroll –
Software Engineer, QSSL
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

– So is qnx 6.1.1 released, or when are you planning to release it. I cant
find any information on the website.

Thanks
Srikanth