Consider these points
1. Check if Enabled Telnet on the server If no.. please do the following steps:
Linux is configured to run the Telnet and FTP server, but by default, these services are not enabled. To enable the telnet service, login to the server as the root user account and run the following commands:
# chkconfig telnet on
# service xinetd reload
Reloading configuration: [ OK ]
# /etc/init.d/vsftpd start
Starting vsftpd for vsftpd: [ OK ]
Simply edit the file /etc/securetty
and add the following to the end of the file:
pts/1
pts/2
pts/3
pts/4
pts/5
pts/6
pts/7
pts/8
pts/9
This will allow up to 10 telnet sessions to the server as root.
2. Check if MWA is started
11i:
-----
$MWA_TOP/bin/mwactl.sh
VM_CONFIG="-mx128m -ms64m" to VM_CONFIG="-mx512m -ms128m".
R12:
----
$ADMIN_SCRIPTS_HOME/mwactl.sh
VM_CONFIG="-mx512m -ms128m"
If started successfully, you will get the message like this:
/oracle/Apps/visappl/mwa/11.5.0/bin/mwactl.sh start
MWA Telnet Server Release: 1.0.8.4 [December 12th 2002]
MWA Telnet Server Release: 1.0.8.4 [December 12th 2002]
[oracle@apps visappl]$ Created server socket : listening on port 10200
Server startup is successful.
Then type from the client machine
$telnet (ServerName) Port
You will get screen like this
Cheers!!!
1 comment:
any idea how to get exit the login screen on the client ?? ctrl-D does not work for
Post a Comment