Re: [zones-discuss] unable to rsh into zone2

2007-09-27 Thread James Carlson
[EMAIL PROTECTED] writes: Anyone know how to start the restarter? You don't need to, and doing it wouldn't help. Instead, you need to use zlogin -C zone2 to connect to the zone's console and answer the questions that sysidtool is asking. Those questions (such as the root password and default

Re: [zones-discuss] unable to rsh into zone2

2007-09-27 Thread Dan Price
On Thu 27 Sep 2007 at 08:24AM, James Carlson wrote: [EMAIL PROTECTED] writes: Anyone know how to start the restarter? You don't need to, and doing it wouldn't help. Instead, you need to use zlogin -C zone2 to connect to the zone's console and answer the questions that sysidtool is asking.

[zones-discuss] unable to rsh into zone2

2007-09-26 Thread [EMAIL PROTECTED]
Does anyone know how to get rsh working on zone2? I can zlogin to both zone1 and zone2 ok. xc12p11-b1# zoneadm list -cv ID NAME STATUS PATH BRANDIP 0 global running/ native shared 6

Re: [zones-discuss] unable to rsh into zone2

2007-09-26 Thread James Carlson
[EMAIL PROTECTED] writes: Does anyone know how to get rsh working on zone2? I can zlogin to both zone1 and zone2 ok. xc12p11-b1# zoneadm list -cv ID NAME STATUS PATH BRANDIP 0 global running/

Re: [zones-discuss] unable to rsh into zone2

2007-09-26 Thread Russ Petruzzelli
run "inetadm", see if rlogin is enabled... James Carlson wrote: [EMAIL PROTECTED] writes: Does anyone know how to get rsh working on zone2? I can zlogin to both zone1 and zone2 ok. xc12p11-b1# zoneadm list -cv ID NAME STATUS PATH

Re: [zones-discuss] unable to rsh into zone2

2007-09-26 Thread Michael Barto
Brendan Gregg, who contributes to this mailing list wrote a Perl program which he calls zcp. # USAGE: zcp file1 zonename:file2 # eg, # zcp /etc/syslog.conf workzone1:/tmp If you would like a copy, please let me know. [EMAIL PROTECTED] wrote: Does anyone know how to get rsh working on

Re: [zones-discuss] unable to rsh into zone2

2007-09-26 Thread Russ Petruzzelli
Hi Lana, I also notice in your command you are attempting rsh by root. It is a big security risk, but you must comment out the CONSOLE line in /etc/default/login to allow root logins via rsh. Russ Russ Petruzzelli wrote: run "inetadm", see if rlogin is enabled... James Carlson

Re: [zones-discuss] unable to rsh into zone2

2007-09-26 Thread James Carlson
Russ Petruzzelli writes: I also notice in your command you are attempting rsh by root.br It is a big security risk, but you must comment out the CONSOLE line in /etc/default/login to allow root logins via rsh.br True. It's worse than that -- rsh and rlogin are completely insecure. It's 2007.

Re: [zones-discuss] unable to rsh into zone2

2007-09-26 Thread [EMAIL PROTECTED]
It is enabled but uninitialized. Russ Petruzzelli wrote: run inetadm, see if rlogin is enabled... James Carlson wrote: [EMAIL PROTECTED] writes: Does anyone know how to get rsh working on zone2? I can zlogin to both zone1 and zone2 ok. xc12p11-b1# zoneadm list -cv ID NAME

Re: [zones-discuss] unable to rsh into zone2

2007-09-26 Thread James Carlson
[EMAIL PROTECTED] writes: It is enabled but uninitialized. Aha. That almost certainly means that you need to log into the console of that zone and answer the questions that sysidtool is asking. You can look at svcs -x to find out more about the state of the zone services. -- James Carlson,

Re: [zones-discuss] unable to rsh into zone2

2007-09-26 Thread [EMAIL PROTECTED]
Anyone know how to start the restarter? xc12p11-b1-ce0-zone2# svcs -x svc:/system/sysidtool:system (sysidtool) State: offline since Wed Sep 26 14:40:18 2007 Reason: Start method is running. See: http://sun.com/msg/SMF-8000-C4 See: sysidtool(1M) See:

Re: [zones-discuss] unable to rsh into zone2

2007-09-26 Thread Mike Gerdts
On 9/26/07, James Carlson [EMAIL PROTECTED] wrote: Russ Petruzzelli writes: body bgcolor=#ff text=#00 ttrun inetadm, see if rlogin is enabled.../ttbr Note that rlogin and rsh (shell) are two completely separate and unrelated protocols. And the situation is thoroughly confused by