Solaris Zone issue and small doubt

Hi Experts

I have small problem and doubt

If i login to global zone ... "zlogin -C -e @ testzone" how to logout from global zone......

testzone# when i press exit button it is comeing to zone login prompt

zone1 console login: @ ( from Zone login prompt i want to come

back to my normal solaris prompt i tried with pressing "shift+@ "

nothing is happening could you please tell me how to come out from zonelogin prompt ................

one more query after installation we are using " zlogin -C -e testzone "

is it rquire this same login commmand we have to use every time or only one time after installation of zone. we can use

"zlogin testzone " also what is difrrent these two... if you use " zlogin -C -e testzone " then only it will prompt for locale and language settings......

i have seen it is asking for locale setting and language ...... and it is asking only one time but if you use "zlogin testzone" it won't ask any such seetings......( only one time it will ask after the zone configuration)

Thanks

[1089 byte] By [54645a] at [2007-11-27 9:53:24]
# 1

From the "zlogin" man page:

Escape Sequences

Lines that you type that start with the tilde character (~)

are "escape sequences". The escape character can be changed

using the -e option.

~.Disconnects from the zone. This is not the same as

a logout, because the local host breaks the connec-

tion with no warning to the zone's end.

One thing to be aware of is that some other common access methods use tilde to escape as well, so if, for example, you are SSH'ed into a system and type ~. you'll end up disconnecting your SSH session. In these cases you need to type ~~. (the two tilde's cause one to get sent).

MichaelMyersa at 2007-7-13 0:22:37 > top of Java-index,Solaris Operating System,Solaris 10 Features...