Daily Archive: December 7, 2019

Oracle Hardware ILOM Command

Login related commands-> start /SP/console        — start the SP-console-> show /SP/sessions        — see the currently active sessions-> stop /SP/console         — to stop any user session...

How to enable SSH step by step

#vi /etc/ssh/sshd_config Go down & change Permitrootlogin from “NO” to “YES” then start ssh service #svcadm restart ssh

How to enable telnet step by step

1)vi /etc/default/login 2) Press i, go to the following line: CONSOLE=/dev/console put # before it,then press ESC then press : then type- :wq! which will exit vi editor 3)svcadm restart telnet