This article will help you to Create Domain On Weblogic Server via config.sh Make ssh connection to server and change weblogic installation directory as below. #cd /home/Oracle/Middleware/wlserver_10.3/common/bin # ./config.sh Welcome: ——– Choose between creating and extending a domain. Based on your selection, the Configuration Wizard guides you through...
Continue reading
May 24, 2014 Admin
Centos/RHEL
No Comment
This article will explain you how to install Oracle Weblogic server on your Centos server. In this article, we are going to install WebLogic Server on Centos. Weblogic requires JDK to install on the server. 1. Download and Install 64 bit of JDK on your server (steps below)....
Continue reading
May 24, 2014 Admin
Centos/RHEL
No Comment
The following explains how to Configure zimbra Maximum Message size. The default Zimbra MTA configuration uses the default Postfix message_size_limit of 10MB (10240000 bytes).You can confirm this by using following command. #su – zimbra $postconf | grep message_size_limit message_size_limit = 10240000 Postfix configuration (zimbraMtaMaxMessageSize and message_size_limit) $ zmprov...
Continue reading
May 23, 2014 Admin
Zimbra
1 Comment
KVM (Kernel-based Virtual Machine) is a virtualization infrastructure for the Linux kernel which turns it into a hypervisor. KVM requires a processor with hardware virtualization extension. This article explains you that how to configure KVM virtual server for creating and running virtual machines on a CentOS server. Check...
Continue reading
May 12, 2014 Admin
Virtualization
No Comment
1. Setup new VM, but do not boot your new vm 2. Using xencenter, highlight your new vm 3. Then log into the xen server as ssh through root user 4. Discover the ‘host-uuid’ of VM in the XenSserver using the following command. #xe host-list 5. Enter the...
Continue reading
April 19, 2014 Admin
Virtualization
No Comment