Regarding Telnet library in python

2008-08-13 Thread Hishaam
The ouput of it as follows: - Enter your remote account: root Last login: Mon Aug 13 11:54:32 from pcp246879pcs.ca Sun Microsystems Inc. SunOS 5.10 Generic January 2

How to execute commands in internal zones of solaris using python running from the global zone ?

2008-08-11 Thread Hishaam
How to execute commands in internal zones of solaris using python running from the global zone ? i tried -- 1> os.popen("zlogin ") 2> os.popen("zonename") the 2nd command executes back into the global zone and not into the internal zone can anyone help? Hishaam