service rexec and rlogin

  • sidharth
  • Student
  • Student
  • No Avatar
  • Joined: Aug 04, 2005
  • Posts: 68
  • Loc: india
  • Status: Offline

Post November 5th, 2006, 11:16 am

hi frnds.........

i had tried to start the following service at bootup with the following command.........

chkconfig rexec on
chkconfig rlogin on

both these commands are not excuted ...........
will somebody help me to make these services start at boot time........
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post November 5th, 2006, 11:16 am

  • vijayan
  • Beginner
  • Beginner
  • No Avatar
  • Joined: Jul 31, 2006
  • Posts: 52
  • Loc: india
  • Status: Offline

Post November 5th, 2006, 9:26 pm

hello sidharth,

Which O/S is using.
If you want confirm that the service is on for that command is
chkconfig --list | grep (service name)
if it showing on then it star at boot time.
  • AnarchY SI
  • Web Master
  • Web Master
  • User avatar
  • Joined: Oct 30, 2004
  • Posts: 2521
  • Loc: /usr/src/MI
  • Status: Offline

Post November 5th, 2006, 11:33 pm

why dont you try starting the service by sending the parameters directly to the executable instead of going through another program? such as /etc/init.d/rexec start
or whatever the path is to the program on your machine.
also, do you get an error message, or are they just not run? and if you run them yourself after logging in, what happens?
Image
"In a world without walls and fences, who needs Windows and Gates?"
  • sidharth
  • Student
  • Student
  • No Avatar
  • Joined: Aug 04, 2005
  • Posts: 68
  • Loc: india
  • Status: Offline

Post November 9th, 2006, 9:35 pm

hello anarch.......

but what these rlogin and rexec services are .........
and why they important whilw creating clusters........
  • AnarchY SI
  • Web Master
  • Web Master
  • User avatar
  • Joined: Oct 30, 2004
  • Posts: 2521
  • Loc: /usr/src/MI
  • Status: Offline

Post November 10th, 2006, 1:01 am

try:
Code: [ Select ]
chkconfig --level 345 rexec on
chkconfig --level 345 rlogin on
  1. chkconfig --level 345 rexec on
  2. chkconfig --level 345 rlogin on

then to check if they're set to run at a runlevel, lets say 3 for this instance..
chkconfig --list | grep 3:on <-- thats supposed to be 3 : on only not separated, but the forum wants to make it a smiley lol
Image
"In a world without walls and fences, who needs Windows and Gates?"

Post Information

  • Total Posts in this topic: 5 posts
  • Users browsing this forum: No registered users and 96 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
cron
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.