LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Add service remotly "yp" RH 7.2 (https://www.linuxquestions.org/questions/linux-newbie-8/add-service-remotly-yp-rh-7-2-a-364190/)

sgoldman 09-17-2005 09:18 AM

Add service remotly "yp" RH 7.2
 
Hi,
I wish to add yp for NIS remotely . Did a chkconfig and it is not installed-
how can I log in as root and install the service remotly ?


Thanks,
Stephen

btmiller 09-17-2005 12:09 PM

Yikes, RH 7.2 is seriously old. Anyway, just grab the ypbind (and if you need to serve, the ypserv) RPMs from a Red hat mirror, install them with rpm -ivh, and configure /etc/yp.conf and any other config files you need to set. Then you can turn them on in with "service ypbind start" (same for ypserv if you need it) and make sure they're on in chkconfig.

Don't install ypserv unless you need it (i.e. the machine is to be an NIS server).

sgoldman 09-17-2005 12:27 PM

Thank you !
Soi far as getting the RPM from a mirror - can I do a wget or something like that
to get the files down loaded to the machine remotely - than run the rpm command?

Thank you,
Stephen


All times are GMT -5. The time now is 12:50 PM.