Prev: starting mysql
Next: Help: Cannot boot from CD
From: Keshav on 25 Apr 2006 06:46 is there any way to do rsh on solaris10 x86 from windows machine?? i can't do it after removing #(for shell ) from the inetd.conf file
From: Casper H.S. Dik on 25 Apr 2006 06:57 "Keshav" <gupta.keshav(a)gmail.com> writes: >is there any way to do rsh on solaris10 x86 from windows machine?? >i can't do it after removing #(for shell ) from the inetd.conf file Don't edit /etc/inetd.conf. Just: svcadm enable shell:default (rsh host cmd.... ) svcadm enable login:default (rsh host) Casper -- Expressed in this posting are my opinions. They are in no way related to opinions held by my employer, Sun Microsystems. Statements on Sun products included here are not gospel and may be fiction rather than truth.
From: Keshav on 25 Apr 2006 07:31 There is nothing like svcadm enable login:default (rsh host) its giving the error svcadm: Pattern 'login:default' doesn't match any instances still i have enabled all the services related to login, but i m not able to rsh from win machine. I m able to do rsh from any other unix machine but from root user only?? Casper H.S. Dik wrote: > "Keshav" <gupta.keshav(a)gmail.com> writes: > > >is there any way to do rsh on solaris10 x86 from windows machine?? > >i can't do it after removing #(for shell ) from the inetd.conf file > > Don't edit /etc/inetd.conf. > > Just: > > svcadm enable shell:default (rsh host cmd.... ) > svcadm enable login:default (rsh host) > > Casper > -- > Expressed in this posting are my opinions. They are in no way related > to opinions held by my employer, Sun Microsystems. > Statements on Sun products included here are not gospel and may > be fiction rather than truth.
From: Roger Gustavsson on 25 Apr 2006 07:41 Keshav wrote: > There is nothing like > svcadm enable login:default (rsh host) > its giving the error > svcadm: Pattern 'login:default' doesn't match any instances I think it's supposed to be: svcadm enable login:rlogin You can also try inetadm, which is the replacement for /etc/inetd.conf /Roger > still i have enabled all the services related to login, but i m not > able to rsh from win machine. I m able to do rsh from any other unix > machine but from root user only?? > > > Casper H.S. Dik wrote: > >>"Keshav" <gupta.keshav(a)gmail.com> writes: >> >> >>>is there any way to do rsh on solaris10 x86 from windows machine?? >>>i can't do it after removing #(for shell ) from the inetd.conf file >> >>Don't edit /etc/inetd.conf. >> >>Just: >> >> svcadm enable shell:default (rsh host cmd.... ) >> svcadm enable login:default (rsh host) -- Roger Gustavsson roger.gustavsson(a)teliasonera.com.INVALID
From: Casper H.S. Dik on 25 Apr 2006 08:30
"Keshav" <gupta.keshav(a)gmail.com> writes: >There is nothing like >svcadm enable login:default (rsh host) >its giving the error >svcadm: Pattern 'login:default' doesn't match any instances Sorry; "login:rlogin" >still i have enabled all the services related to login, but i m not >able to rsh from win machine. I m able to do rsh from any other unix >machine but from root user only?? "rsh" needs to be set-uid root; it is possible that not all OSes ship "rsh' as a set-uid root program anymore. I'd strongly recommend usign "ssh" instead (PuTTY on Windows as client) Casper -- Expressed in this posting are my opinions. They are in no way related to opinions held by my employer, Sun Microsystems. Statements on Sun products included here are not gospel and may be fiction rather than truth. |