Share the content if you found it is useful (You can share using 300 community websites) click "share" at the end of the post.

You are encouraged to leave a comment.








Friday, February 06, 2009

Oracle MWA Configuration

MWA configuration in Oracle Applications

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 ]

Starting with the Red Hat Enterprise Linux 3.0 release (and in CentOS Enterprise Linux), the FTP server (wu-ftpd) is no longer available with xinetd. It has been replaced with vsftp and can be started from /etc/init.d/vsftpd as in the following:

# /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/0
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:

Anonymous said...

any idea how to get exit the login screen on the client ?? ctrl-D does not work for

Related Posts Plugin for WordPress, Blogger...

Let us be Friends...

Share |

Popular Posts

Recent Comments