Thursday, February 23, 2017

How to get multiple console connections in Solaris ? Does it possible ?

In Solaris we can get multiple Console connections.However only one must be writable and other connections are readable only .

So we cant get multiple connections with writable .

lets say their was already writable connection and you want to connect to it then how can we do that ?

LDOM :-   kill the current telnet process 

#ps -ef | grep -i telnet 
#kill -9 <process ID>

From then you can able to login to console as writable . However without killing the current process you can get the read access to console 

Physical host:-

 

 start -force /SP/console

No comments:

Post a Comment