Visit Counter

Tuesday, May 7, 2019

SQL SERVER – 2019 FIX: Install – Rule “Oracle JRE 7 Update 51 (64-bit) or higher is required” failed



While installing SQL Server 2019 getting below error.

SQL SERVER – 2019 FIX: Install – Rule “Oracle JRE 7 Update 51 (64-bit) or higher is required” failed




  1. Go to https://www.oracle.com/technetwork/java/javase/downloads/index.html
  2. Click on Download on JRE as highlighted below
  3. Then click on “Accept License Agreement” as shown below
  4. Once accepted, I have downloaded the one which says Windows x64 because my operating system is windows 64 bit. Note that version (8 update 212) will change in future but steps would remain same.
Windows x6475.98 MB  jre-8u212-windows-x64.exe




  1. After installing, I was able to move forward and install SQL Server 2019.
Hope this helps those trying to install SQL Server 2019 with Polybase features. I am sure you will be able to solve this.



Wednesday, May 1, 2019

Start / Stop the WebLogic Server Domain



Start / Stop the Weblogic Server Domain



[oracle@wls base_domain]$ pwd
/ora/oracle/Desktop/wls12213/user_projects/domains/base_domain/bin

[oracle@wls base_domain]$ ./startWebLogic.sh

.
JAVA Memory arguments: -Xms256m -Xmx512m -XX:CompileThreshold=8000
.
CLASSPATH=/ora/oracle/Desktop/jdk1.8.0_211/lib/tools.jar:/ora/oracle/Desktop/wls12213/wlserver/server/lib/weblogic.jar:/ora/oracle/Desktop/wls12213/wlserver/../oracle_common/modules/thirdparty/ant-contrib-1.0b3.jar:/ora/oracle/Desktop/wls12213/wlserver/modules/features/oracle.wls.common.nodemanager.jar::/ora/oracle/Desktop/wls12213/wlserver/common/derby/lib/derbynet.jar:/ora/oracle/Desktop/wls12213/wlserver/common/derby/lib/derbyclient.jar:/ora/oracle/Desktop/wls12213/wlserver/common/derby/lib/derby.jar
......
......
.<May 1, 2019 7:11:19,026 PM GST> <Notice> <WebLogicServer> <BEA-000360> <The server started in RUNNING mode.>
<May 1, 2019 7:11:19,047 PM GST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING.>


----------------------------------------------------------------------------------------------------------------------

[oracle@wls base_domain]$ pwd
/ora/oracle/Desktop/wls12213/user_projects/domains/base_domain/bin


[oracle@wls base_domain]$ ./stopWebLogic.sh


[oracle@wls bin]$ ./stopWebLogic.sh
Stopping Weblogic Server...

Initializing WebLogic Scripting Tool (WLST) ...

Jython scans all the jar files it can find at first startup. Depending on the system, this process may take a few minutes to complete, and WLST may not return a prompt right away.

Welcome to WebLogic Server Administration Scripting Shell

Type help() for help on available commands

Connecting to t3://wls.localdomain:7001 with userid weblogic ...
This Exception occurred at Wed May 01 20:26:03 GST 2019.
javax.naming.CommunicationException: Failed to initialize JNDI context, tried 2 time or times totally, the interval of each time is 0ms.
t3://wls.localdomain:7001: Destination 192.0.0.120, 7001 unreachable.; nested exception is:
java.net.ConnectException: Connection refused (Connection refused); No available router to destination.; nested exception is:
java.rmi.ConnectException: No available router to destination. [Root exception is java.net.ConnectException: t3://wls.localdomain:7001: Destination 192.0.0.120, 7001 unreachable.; nested exception is:
java.net.ConnectException: Connection refused (Connection refused); No available router to destination.; nested exception is:
java.rmi.ConnectException: No available router to destination.]
Problem invoking WLST - Traceback (innermost last):
  File "/ora/oracle/Desktop/wls12213/user_projects/domains/base_domain/shutdown-AdminServer.py", line 3, in ?
  File "<iostream>", line 19, in connect
  File "<iostream>", line 553, in raiseWLSTException
WLSTException: Error occurred while performing connect : Error getting the initial context. There is no server running at t3://wls.localdomain:7001 : Failed to initialize JNDI context, tried 2 time or times totally, the interval of each time is 0ms.
t3://wls.localdomain:7001: Destination 192.0.0.120, 7001 unreachable.; nested exception is:
java.net.ConnectException: Connection refused (Connection refused); No available router to destination.; nested exception is:
java.rmi.ConnectException: No available router to destination.
Use dumpStack() to view the full stacktrace :

Done
Stopping Derby Server...
Derby server stopped.
[oracle@wls bin]$






Creating a WebLogic Server Domain




Creating a WebLogic Server Domain.

$ /ora/oracle/Desktop/wls12213/oracle_common/common/bin/config.sh















Tuesday, April 30, 2019

How to share a folder in Windows OS to Oracle Linux 6 on VMware Workstation Pro 15



Share folder from Windows OS to Oracle linux 6 OS.

1. Create a folder on Desktop like (jdk)
2. Go to properties of jdk folder.
3. Click on Sharing Tab.
4. Click on Share button.
5. Select Everyone from list and then click on Add button.
6. Click on share button.



Now go to VMware Station

1. Select the Virtual Machine and right click on it.
2. Click on Setting.
3. Click on Option Tab.


















4. Select the share folder.

5. Select the always enable option

6. Select the share folder like jdk.

7. Go to VM menu.

8. Click on Install Vmware Tools. It will show the folder which have many files and folders.

9. Install the vmware-install.pl script (Follow the below instruction)

10. Once u installed the vmware-install.pl (Reboot the machine).

11. After Reboot machine you have to go to computer on desktop.

12. Go to mnt directory then hfgs directory then u find your sharing folder like jdk.






[root@wls vmware-tools-distrib]# ls -l
total 392
drwxr-xr-x.  2 root root   4096 Sep  4  2018 bin
drwxr-xr-x.  5 root root   4096 Sep  4  2018 caf
drwxr-xr-x.  2 root root   4096 Sep  4  2018 doc
drwxr-xr-x.  5 root root   4096 Sep  4  2018 etc
-rw-r--r--.  1 root root 142493 Sep  4  2018 FILES
-rw-r--r--.  1 root root   2538 Sep  4  2018 INSTALL
drwxr-xr-x.  2 root root   4096 Sep  4  2018 installer
drwxr-xr-x. 14 root root   4096 Sep  4  2018 lib
drwxr-xr-x.  3 root root   4096 Sep  4  2018 vgauth
-rwxr-xr-x.  1 root root 223540 Sep  4  2018 vmware-install.pl

[root@wls vmware-tools-distrib]# ./vmware-install.pl
Creating a new VMware Tools installer database using the tar4 format.

Installing VMware Tools.

In which directory do you want to install the binary files?
[/usr/bin]

INPUT: [/usr/bin]  default

What is the directory that contains the init directories (rc0.d/ to rc6.d/)?
[/etc/rc.d]

INPUT: [/etc/rc.d]  default

What is the directory that contains the init scripts?
[/etc/rc.d/init.d]

INPUT: [/etc/rc.d/init.d]  default

In which directory do you want to install the daemon files?
[/usr/sbin]

INPUT: [/usr/sbin]  default

In which directory do you want to install the library files?
[/usr/lib/vmware-tools]

INPUT: [/usr/lib/vmware-tools]  default

The path "/usr/lib/vmware-tools" does not exist currently. This program is
going to create it, including needed parent directories. Is this what you want?
[yes]

INPUT: [yes]  default

In which directory do you want to install the common agent library files?
[/usr/lib]

INPUT: [/usr/lib]  default

In which directory do you want to install the common agent transient files?
[/var/lib]

INPUT: [/var/lib]  default

In which directory do you want to install the documentation files?
[/usr/share/doc/vmware-tools]

INPUT: [/usr/share/doc/vmware-tools]  default

The path "/usr/share/doc/vmware-tools" does not exist currently. This program
is going to create it, including needed parent directories. Is this what you
want? [yes]

INPUT: [yes]  default

The installation of VMware Tools 10.3.2 build-9925305 for Linux completed
successfully. You can decide to remove this software from your system at any
time by invoking the following command: "/usr/bin/vmware-uninstall-tools.pl".

Before running VMware Tools for the first time, you need to configure it by
invoking the following command: "/usr/bin/vmware-config-tools.pl". Do you want
this program to invoke the command for you now? [yes]

INPUT: [yes]  default

Initializing...


Making sure services for VMware Tools are stopped.




Before you can compile modules, you need to have the following installed...

make
gcc
kernel headers of the running kernel


Searching for GCC...
Detected GCC binary at "/usr/bin/gcc".
The path "/usr/bin/gcc" appears to be a valid path to the gcc binary.
Would you like to change it? [no]

INPUT: [no]  default

Searching for a valid kernel header path...
Detected the kernel headers at
"/lib/modules/2.6.32-100.28.5.el6.x86_64/build/include".
The path "/lib/modules/2.6.32-100.28.5.el6.x86_64/build/include" appears to be
a valid path to the 2.6.32-100.28.5.el6.x86_64 kernel headers.
Would you like to change it? [no]

INPUT: [no]  default

Using kernel build system.
make: Entering directory `/tmp/modconfig-yFJakW/vmci-only'
/usr/bin/make -C /lib/modules/2.6.32-100.28.5.el6.x86_64/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. \
  MODULEBUILDDIR= modules
make[1]: Entering directory `/usr/src/kernels/2.6.32-100.28.5.el6.x86_64'
  CC [M]  /tmp/modconfig-yFJakW/vmci-only/linux/driver.o
  CC [M]  /tmp/modconfig-yFJakW/vmci-only/linux/vmciKernelIf.o
  CC [M]  /tmp/modconfig-yFJakW/vmci-only/common/vmciContext.o
  CC [M]  /tmp/modconfig-yFJakW/vmci-only/common/vmciDatagram.o
  CC [M]  /tmp/modconfig-yFJakW/vmci-only/common/vmciDoorbell.o
  CC [M]  /tmp/modconfig-yFJakW/vmci-only/common/vmciDriver.o
  CC [M]  /tmp/modconfig-yFJakW/vmci-only/common/vmciEvent.o
  CC [M]  /tmp/modconfig-yFJakW/vmci-only/common/vmciHashtable.o
  CC [M]  /tmp/modconfig-yFJakW/vmci-only/common/vmciQPair.o
  CC [M]  /tmp/modconfig-yFJakW/vmci-only/common/vmciQueuePair.o
  CC [M]  /tmp/modconfig-yFJakW/vmci-only/common/vmciResource.o
  CC [M]  /tmp/modconfig-yFJakW/vmci-only/common/vmciRoute.o
  CC [M]  /tmp/modconfig-yFJakW/vmci-only/driverLog.o
  LD [M]  /tmp/modconfig-yFJakW/vmci-only/vmci.o
  Building modules, stage 2.
  MODPOST 1 modules
  CC      /tmp/modconfig-yFJakW/vmci-only/vmci.mod.o
  LD [M]  /tmp/modconfig-yFJakW/vmci-only/vmci.ko.unsigned
  NO SIGN [M] /tmp/modconfig-yFJakW/vmci-only/vmci.ko
make[1]: Leaving directory `/usr/src/kernels/2.6.32-100.28.5.el6.x86_64'
/usr/bin/make -C $PWD SRCROOT=$PWD/. \
  MODULEBUILDDIR= postbuild
make[1]: Entering directory `/tmp/modconfig-yFJakW/vmci-only'
make[1]: `postbuild' is up to date.
make[1]: Leaving directory `/tmp/modconfig-yFJakW/vmci-only'
cp -f vmci.ko ./../vmci.o
make: Leaving directory `/tmp/modconfig-yFJakW/vmci-only'

Using kernel build system.
make: Entering directory `/tmp/modconfig-qygZZU/vmci-only'
/usr/bin/make -C /lib/modules/2.6.32-100.28.5.el6.x86_64/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. \
  MODULEBUILDDIR= modules
make[1]: Entering directory `/usr/src/kernels/2.6.32-100.28.5.el6.x86_64'
  CC [M]  /tmp/modconfig-qygZZU/vmci-only/linux/driver.o
  CC [M]  /tmp/modconfig-qygZZU/vmci-only/linux/vmciKernelIf.o
  CC [M]  /tmp/modconfig-qygZZU/vmci-only/common/vmciContext.o
  CC [M]  /tmp/modconfig-qygZZU/vmci-only/common/vmciDatagram.o
  CC [M]  /tmp/modconfig-qygZZU/vmci-only/common/vmciDoorbell.o
  CC [M]  /tmp/modconfig-qygZZU/vmci-only/common/vmciDriver.o
  CC [M]  /tmp/modconfig-qygZZU/vmci-only/common/vmciEvent.o
  CC [M]  /tmp/modconfig-qygZZU/vmci-only/common/vmciHashtable.o
  CC [M]  /tmp/modconfig-qygZZU/vmci-only/common/vmciQPair.o
  CC [M]  /tmp/modconfig-qygZZU/vmci-only/common/vmciQueuePair.o
  CC [M]  /tmp/modconfig-qygZZU/vmci-only/common/vmciResource.o
  CC [M]  /tmp/modconfig-qygZZU/vmci-only/common/vmciRoute.o
  CC [M]  /tmp/modconfig-qygZZU/vmci-only/driverLog.o
  LD [M]  /tmp/modconfig-qygZZU/vmci-only/vmci.o
  Building modules, stage 2.
  MODPOST 1 modules
  CC      /tmp/modconfig-qygZZU/vmci-only/vmci.mod.o
  LD [M]  /tmp/modconfig-qygZZU/vmci-only/vmci.ko.unsigned
  NO SIGN [M] /tmp/modconfig-qygZZU/vmci-only/vmci.ko
make[1]: Leaving directory `/usr/src/kernels/2.6.32-100.28.5.el6.x86_64'
/usr/bin/make -C $PWD SRCROOT=$PWD/. \
  MODULEBUILDDIR= postbuild
make[1]: Entering directory `/tmp/modconfig-qygZZU/vmci-only'
make[1]: `postbuild' is up to date.
make[1]: Leaving directory `/tmp/modconfig-qygZZU/vmci-only'
cp -f vmci.ko ./../vmci.o
make: Leaving directory `/tmp/modconfig-qygZZU/vmci-only'
Using kernel build system.
make: Entering directory `/tmp/modconfig-qygZZU/vsock-only'
/usr/bin/make -C /lib/modules/2.6.32-100.28.5.el6.x86_64/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. \
  MODULEBUILDDIR= modules
make[1]: Entering directory `/usr/src/kernels/2.6.32-100.28.5.el6.x86_64'
  CC [M]  /tmp/modconfig-qygZZU/vsock-only/linux/af_vsock.o
  CC [M]  /tmp/modconfig-qygZZU/vsock-only/linux/notify.o
  CC [M]  /tmp/modconfig-qygZZU/vsock-only/linux/notifyQState.o
  CC [M]  /tmp/modconfig-qygZZU/vsock-only/linux/stats.o
  CC [M]  /tmp/modconfig-qygZZU/vsock-only/linux/util.o
  CC [M]  /tmp/modconfig-qygZZU/vsock-only/linux/vsockAddr.o
  CC [M]  /tmp/modconfig-qygZZU/vsock-only/driverLog.o
  LD [M]  /tmp/modconfig-qygZZU/vsock-only/vsock.o
  Building modules, stage 2.
  MODPOST 1 modules
  CC      /tmp/modconfig-qygZZU/vsock-only/vsock.mod.o
  LD [M]  /tmp/modconfig-qygZZU/vsock-only/vsock.ko.unsigned
  NO SIGN [M] /tmp/modconfig-qygZZU/vsock-only/vsock.ko
make[1]: Leaving directory `/usr/src/kernels/2.6.32-100.28.5.el6.x86_64'
/usr/bin/make -C $PWD SRCROOT=$PWD/. \
  MODULEBUILDDIR= postbuild
make[1]: Entering directory `/tmp/modconfig-qygZZU/vsock-only'
make[1]: `postbuild' is up to date.
make[1]: Leaving directory `/tmp/modconfig-qygZZU/vsock-only'
cp -f vsock.ko ./../vsock.o
make: Leaving directory `/tmp/modconfig-qygZZU/vsock-only'

Using kernel build system.
make: Entering directory `/tmp/modconfig-fdc3EW/vmxnet3-only'
/usr/bin/make -C /lib/modules/2.6.32-100.28.5.el6.x86_64/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. \
  MODULEBUILDDIR= modules
make[1]: Entering directory `/usr/src/kernels/2.6.32-100.28.5.el6.x86_64'
  CC [M]  /tmp/modconfig-fdc3EW/vmxnet3-only/vmxnet3_drv.o
  CC [M]  /tmp/modconfig-fdc3EW/vmxnet3-only/vmxnet3_ethtool.o
  CC [M]  /tmp/modconfig-fdc3EW/vmxnet3-only/vmxnet3_shm.o
  LD [M]  /tmp/modconfig-fdc3EW/vmxnet3-only/vmxnet3.o
  Building modules, stage 2.
  MODPOST 1 modules
  CC      /tmp/modconfig-fdc3EW/vmxnet3-only/vmxnet3.mod.o
  LD [M]  /tmp/modconfig-fdc3EW/vmxnet3-only/vmxnet3.ko.unsigned
  NO SIGN [M] /tmp/modconfig-fdc3EW/vmxnet3-only/vmxnet3.ko
make[1]: Leaving directory `/usr/src/kernels/2.6.32-100.28.5.el6.x86_64'
/usr/bin/make -C $PWD SRCROOT=$PWD/. \
  MODULEBUILDDIR= postbuild
make[1]: Entering directory `/tmp/modconfig-fdc3EW/vmxnet3-only'
make[1]: `postbuild' is up to date.
make[1]: Leaving directory `/tmp/modconfig-fdc3EW/vmxnet3-only'
cp -f vmxnet3.ko ./../vmxnet3.o
make: Leaving directory `/tmp/modconfig-fdc3EW/vmxnet3-only'

Using kernel build system.
make: Entering directory `/tmp/modconfig-X6rTIo/pvscsi-only'
/usr/bin/make -C /lib/modules/2.6.32-100.28.5.el6.x86_64/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. \
  MODULEBUILDDIR= modules
make[1]: Entering directory `/usr/src/kernels/2.6.32-100.28.5.el6.x86_64'
  CC [M]  /tmp/modconfig-X6rTIo/pvscsi-only/pvscsi.o
  Building modules, stage 2.
  MODPOST 1 modules
  CC      /tmp/modconfig-X6rTIo/pvscsi-only/pvscsi.mod.o
  LD [M]  /tmp/modconfig-X6rTIo/pvscsi-only/pvscsi.ko.unsigned
  NO SIGN [M] /tmp/modconfig-X6rTIo/pvscsi-only/pvscsi.ko
make[1]: Leaving directory `/usr/src/kernels/2.6.32-100.28.5.el6.x86_64'
/usr/bin/make -C $PWD SRCROOT=$PWD/. \
  MODULEBUILDDIR= postbuild
make[1]: Entering directory `/tmp/modconfig-X6rTIo/pvscsi-only'
make[1]: `postbuild' is up to date.
make[1]: Leaving directory `/tmp/modconfig-X6rTIo/pvscsi-only'
cp -f pvscsi.ko ./../pvscsi.o
make: Leaving directory `/tmp/modconfig-X6rTIo/pvscsi-only'

Using kernel build system.
make: Entering directory `/tmp/modconfig-0Kp59v/vmmemctl-only'
/usr/bin/make -C /lib/modules/2.6.32-100.28.5.el6.x86_64/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. \
  MODULEBUILDDIR= modules
make[1]: Entering directory `/usr/src/kernels/2.6.32-100.28.5.el6.x86_64'
  CC [M]  /tmp/modconfig-0Kp59v/vmmemctl-only/backdoor_balloon.o
  CC [M]  /tmp/modconfig-0Kp59v/vmmemctl-only/backdoorGcc64.o
  CC [M]  /tmp/modconfig-0Kp59v/vmmemctl-only/kernelStubsLinux.o
  CC [M]  /tmp/modconfig-0Kp59v/vmmemctl-only/os.o
  CC [M]  /tmp/modconfig-0Kp59v/vmmemctl-only/vmballoon.o
  LD [M]  /tmp/modconfig-0Kp59v/vmmemctl-only/vmmemctl.o
  Building modules, stage 2.
  MODPOST 1 modules
  CC      /tmp/modconfig-0Kp59v/vmmemctl-only/vmmemctl.mod.o
  LD [M]  /tmp/modconfig-0Kp59v/vmmemctl-only/vmmemctl.ko.unsigned
  NO SIGN [M] /tmp/modconfig-0Kp59v/vmmemctl-only/vmmemctl.ko
make[1]: Leaving directory `/usr/src/kernels/2.6.32-100.28.5.el6.x86_64'
/usr/bin/make -C $PWD SRCROOT=$PWD/. \
  MODULEBUILDDIR= postbuild
make[1]: Entering directory `/tmp/modconfig-0Kp59v/vmmemctl-only'
make[1]: `postbuild' is up to date.
make[1]: Leaving directory `/tmp/modconfig-0Kp59v/vmmemctl-only'
cp -f vmmemctl.ko ./../vmmemctl.o
make: Leaving directory `/tmp/modconfig-0Kp59v/vmmemctl-only'

The VMware Host-Guest Filesystem allows for shared folders between the host OS
and the guest OS in a Fusion or Workstation virtual environment.  Do you wish
to enable this feature? [yes]

INPUT: [yes]  default

Using kernel build system.
make: Entering directory `/tmp/modconfig-1IOYTj/vmhgfs-only'
/usr/bin/make -C /lib/modules/2.6.32-100.28.5.el6.x86_64/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. \
  MODULEBUILDDIR= modules
make[1]: Entering directory `/usr/src/kernels/2.6.32-100.28.5.el6.x86_64'
  CC [M]  /tmp/modconfig-1IOYTj/vmhgfs-only/backdoor.o
  CC [M]  /tmp/modconfig-1IOYTj/vmhgfs-only/backdoorGcc64.o
  CC [M]  /tmp/modconfig-1IOYTj/vmhgfs-only/bdhandler.o
  CC [M]  /tmp/modconfig-1IOYTj/vmhgfs-only/cpName.o
  CC [M]  /tmp/modconfig-1IOYTj/vmhgfs-only/cpNameLinux.o
  CC [M]  /tmp/modconfig-1IOYTj/vmhgfs-only/cpNameLite.o
  CC [M]  /tmp/modconfig-1IOYTj/vmhgfs-only/dentry.o
  CC [M]  /tmp/modconfig-1IOYTj/vmhgfs-only/dir.o
  CC [M]  /tmp/modconfig-1IOYTj/vmhgfs-only/file.o
  CC [M]  /tmp/modconfig-1IOYTj/vmhgfs-only/filesystem.o
  CC [M]  /tmp/modconfig-1IOYTj/vmhgfs-only/fsutil.o
  CC [M]  /tmp/modconfig-1IOYTj/vmhgfs-only/hgfsBd.o
  CC [M]  /tmp/modconfig-1IOYTj/vmhgfs-only/hgfsEscape.o
  CC [M]  /tmp/modconfig-1IOYTj/vmhgfs-only/hgfsUtil.o
  CC [M]  /tmp/modconfig-1IOYTj/vmhgfs-only/inode.o
  CC [M]  /tmp/modconfig-1IOYTj/vmhgfs-only/link.o
  CC [M]  /tmp/modconfig-1IOYTj/vmhgfs-only/message.o
  CC [M]  /tmp/modconfig-1IOYTj/vmhgfs-only/module.o
  CC [M]  /tmp/modconfig-1IOYTj/vmhgfs-only/page.o
  CC [M]  /tmp/modconfig-1IOYTj/vmhgfs-only/request.o
  CC [M]  /tmp/modconfig-1IOYTj/vmhgfs-only/rpcout.o
  CC [M]  /tmp/modconfig-1IOYTj/vmhgfs-only/stubs.o
  CC [M]  /tmp/modconfig-1IOYTj/vmhgfs-only/super.o
  CC [M]  /tmp/modconfig-1IOYTj/vmhgfs-only/transport.o
  CC [M]  /tmp/modconfig-1IOYTj/vmhgfs-only/kernelStubsLinux.o
  LD [M]  /tmp/modconfig-1IOYTj/vmhgfs-only/vmhgfs.o
  Building modules, stage 2.
  MODPOST 1 modules
  CC      /tmp/modconfig-1IOYTj/vmhgfs-only/vmhgfs.mod.o
  LD [M]  /tmp/modconfig-1IOYTj/vmhgfs-only/vmhgfs.ko.unsigned
  NO SIGN [M] /tmp/modconfig-1IOYTj/vmhgfs-only/vmhgfs.ko
make[1]: Leaving directory `/usr/src/kernels/2.6.32-100.28.5.el6.x86_64'
/usr/bin/make -C $PWD SRCROOT=$PWD/. \
  MODULEBUILDDIR= postbuild
make[1]: Entering directory `/tmp/modconfig-1IOYTj/vmhgfs-only'
make[1]: `postbuild' is up to date.
make[1]: Leaving directory `/tmp/modconfig-1IOYTj/vmhgfs-only'
cp -f vmhgfs.ko ./../vmhgfs.o
make: Leaving directory `/tmp/modconfig-1IOYTj/vmhgfs-only'

Using kernel build system.
make: Entering directory `/tmp/modconfig-vXR2e6/vmxnet-only'
/usr/bin/make -C /lib/modules/2.6.32-100.28.5.el6.x86_64/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. \
  MODULEBUILDDIR= modules
make[1]: Entering directory `/usr/src/kernels/2.6.32-100.28.5.el6.x86_64'
  CC [M]  /tmp/modconfig-vXR2e6/vmxnet-only/vmxnet.o
  Building modules, stage 2.
  MODPOST 1 modules
  CC      /tmp/modconfig-vXR2e6/vmxnet-only/vmxnet.mod.o
  LD [M]  /tmp/modconfig-vXR2e6/vmxnet-only/vmxnet.ko.unsigned
  NO SIGN [M] /tmp/modconfig-vXR2e6/vmxnet-only/vmxnet.ko
make[1]: Leaving directory `/usr/src/kernels/2.6.32-100.28.5.el6.x86_64'
/usr/bin/make -C $PWD SRCROOT=$PWD/. \
  MODULEBUILDDIR= postbuild
make[1]: Entering directory `/tmp/modconfig-vXR2e6/vmxnet-only'
make[1]: `postbuild' is up to date.
make[1]: Leaving directory `/tmp/modconfig-vXR2e6/vmxnet-only'
cp -f vmxnet.ko ./../vmxnet.o
make: Leaving directory `/tmp/modconfig-vXR2e6/vmxnet-only'

The vmblock enables dragging or copying files between host and guest in a
Fusion or Workstation virtual environment.  Do you wish to enable this feature?
[yes]

INPUT: [yes]  default

VMware automatic kernel modules enables automatic building and installation of
VMware kernel modules at boot that are not already present. This feature can
be enabled/disabled by re-running vmware-config-tools.pl.

Would you like to enable VMware automatic kernel modules?
[yes]

INPUT: [yes]  default


Disabling timer-based audio scheduling in pulseaudio.

Do you want to enable Guest Authentication (vgauth)? Enabling vgauth is needed
if you want to enable Common Agent (caf). [yes]

INPUT: [yes]  default

Do you want to enable Common Agent (caf)? [no]

INPUT: [no]  default



Detected X server version 1.7.7

Stopping HAL daemon:                                       [  OK  ]
Starting HAL daemon:                                       [  OK  ]

X is running fine with the new config file.

Creating a new initrd boot image for the kernel.
Generating the key and certificate files.
Successfully generated the key and certificate files.
vmware-tools start/running
The configuration of VMware Tools 10.3.2 build-9925305 for Linux for this
running kernel completed successfully.

You must restart your X session before any mouse or graphics changes take
effect.

To enable advanced X features (e.g., guest resolution fit, drag and drop, and
file and text copy/paste), you will need to do one (or more) of the following:
1. Manually start /usr/bin/vmware-user
2. Log out and log back into your desktop session
3. Restart your X session.

Enjoy,

--the VMware team

Found VMware Tools CDROM mounted at /media/VMware Tools. Ejecting device
/dev/sr0 ...
[root@wls vmware-tools-distrib]#













Monday, April 29, 2019

Oracle Web Logic 12.2 Quick Installation on Oracle VM



Env:  VMware Workstation Pro 15
          Oracle Web Logic Version 12.2






1. Download Java JDK from below link


https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html


Linux x64185.96 MB  jdk-8u211-linux-x64.tar.gz


Download Web logic Server.


https://www.oracle.com/technetwork/middleware/weblogic/downloads/wls-for-dev-1703574.html


DownloadQuick Installer for Mac OSX, Windows and Linux (231 MB) | readme


2. Move download files to share folder.

 *     jdk-8u211-linux-x64.tar.gz                 *   fmw_12.2.1.3.0_wls_quick_Disk1_1of1

3. Login as oracle user

$ /ora/oracle/Desktop

Tar & Unzip Files

$ tar - xzvf   jdk-8u211-linux-x64.tar.gz 

$ unzip fmw_12.2.1.3.0_wls_quick_Disk1_1of1

[oracle@wls ~]$ mkdir ofm12.2
[oracle@wls ~]$ mkdir domains
[oracle@wls ~]$ mkdir applications
[oracle@wls ~]$
[oracle@wls ~]$ pwd
/ora/oracle

[oracle@wls ~]$ ls

applications  Desktop    domains    Music    Pictures  Templates
core.15420    Documents  Downloads  ofm12.2  Public    Videos


/ora/oracle/Desktop/fmw_12.2.1.3.0_wls_quick_Disk1_1of1
/ora/oracle/Desktop/jdk1.8.0_211


Installation WebLogic

[oracle@wls Desktop]$ jdk1.8.0_211/bin/java -jar
 /ora/oracle/Desktop/fmw_12.2.1.3.0_wls_quick_Disk1_1of1/fmw_12.2.1.3.0_wls_quick.jar

[oracle@wls Desktop]$ jdk1.8.0_211/bin/java -jar /fmw_12.2.1.3.0_wls_quick_Disk1_1of1/fmw_12.2.1.3.0_wls_quick.jar
Error: Unable to access jarfile /fmw_12.2.1.3.0_wls_quick_Disk1_1of1/fmw_12.2.1.3.0_wls_quick.jar
[oracle@wls Desktop]$ jdk1.8.0_211/bin/java -jar /ora/oracle/Desktop/fmw_12.2.1.3.0_wls_quick_Disk1_1of1/fmw_12.2.1.3.0_wls_quick.jar
Launcher log file is /tmp/OraInstall2019-05-01_06-16-02PM/launcher2019-05-01_06-16-02PM.log.
Extracting the installer . . . . Done
Checking if CPU speed is above 300 MHz.   Actual 1992.003 MHz    Passed
Checking swap space: must be greater than 512 MB.   Actual 9999 MB    Passed
Checking if this platform requires a 64-bit JVM.   Actual 64    Passed (64-bit not required)
Checking temp space: must be greater than 300 MB.   Actual 5099 MB    Passed
Preparing to launch the Oracle Universal Installer from /tmp/OraInstall2019-05-01_06-16-02PM
Group Name:501
Log: /tmp/OraInstall2019-05-01_06-16-02PM/install2019-05-01_06-16-02PM.log

*****************************************************


Distribution Name : Oracle Fusion Middleware 12c WebLogic and Coherence Developer
Distribution Version : 12.2.1.3.0

Oracle Inventory : /ora/oracle/oraInventory

Oracle Home : /ora/oracle/Desktop/wls12213
Java Home : /ora/oracle/Desktop/jdk1.8.0_211

Note: Oracle Home not supplied (defaulted to <present working dir>/wls12213)

*****************************************************

Copyright (c) 1996, 2017, Oracle and/or its affiliates. All rights reserved.
Skipping Software Updates
Starting check : CertifiedVersions
Expected result: One of oracle-6, oracle-7, redhat-7, redhat-6, SuSE-11, SuSE-12
Actual Result: oracle-6.0
Check complete. The overall result of this check is: Passed
CertifiedVersions Check: Success.


Starting check : CheckJDKVersion
Expected result: 1.8.0_131
Actual Result: 1.8.0_211
Check complete. The overall result of this check is: Passed
CheckJDKVersion Check: Success.


Validations are enabled for this session.
Verifying data
Copying Files
Percent Complete : 10
Percent Complete : 20
Percent Complete : 30
Percent Complete : 40
Percent Complete : 50
Percent Complete : 60
Percent Complete : 70
Percent Complete : 80
Percent Complete : 90
Percent Complete : 100

The installation of Oracle Fusion Middleware 12c WebLogic and Coherence Developer 12.2.1.3.0 completed successfully.
Logs successfully copied to /ora/oracle/Desktop/wls12213/cfgtoollogs/oui.
[oracle@wls Desktop]$



Saturday, December 29, 2018

Oracle 18c Installation On-Premises for Linux 7

Download Oracle Database 18c from below link.

https://www.oracle.com/technetwork/database/enterprise-edition/downloads/oracle18c-linux-180000-5022980.html



Login as oracle open terminal

Unzip software

[oracle@oraclehost ora18c] $ unzip LINUX.X64_180000_db_home.zip








Sunday, June 17, 2018

EBS R12 - 12.2 installation problem, not able to run DB installer. check staging area



During the prerequisite checks in EBS 12.2 installation, you may encounter the following problem ..
"not able to run DB installer. check staging area.."



I checked the permission of staging area it's full permission then I run the database installation script under below directory. Actually, it was swap space problem..So I added swap space and resolved this issue.








/ora/12stage/TechInstallMedia/database/database
[oracle@oraebs1 database]$ ./runInstaller 
Starting Oracle Universal Installer...

Checking Temp space: must be greater than 500 MB.   Actual 4136 MB    Passed
Checking swap space: 0 MB available, 150 MB required.    Failed <<<<
Checking monitor: must be configured to display at least 256 colors
    >>> Could not execute auto check for display colors using command /usr/bin/xdpyinfo. Check if the DISPLAY variable is set.    Failed <<<<

Some requirement checks failed. You must fulfill these requirements before

continuing with the installation,

Continue? (y/n) [n] 

User Selected: No

Exiting Oracle Universal Installer, log for this session can be found at /ora/oracle/oraInventory/logs/installActions2018-06-17_06-45-10PM.log
[oracle@oraebs1 database]$ 
[oracle@oraebs1 database]$ 
[oracle@oraebs1 database]$ 





[root@oraebs1 ~]# dd if=/dev/zero of=/swapfile bs=1024 count=5242880
5242880+0 records in
5242880+0 records out
5368709120 bytes (5.4 GB) copied, 54.3324 s, 98.8 MB/s
[root@oraebs1 ~]# 
[root@oraebs1 ~]# 
[root@oraebs1 ~]# sudo mkswap /swapfile
mkswap: /swapfile: warning: don't erase bootbits sectors
        on whole disk. Use -f to force.
Setting up swapspace version 1, size = 5242876 KiB
no label, UUID=1dd8f97c-bf63-4437-a393-90deb23c29c4
[root@oraebs1 ~]# 
[root@oraebs1 ~]# sudo swapon /swapfile
[root@oraebs1 ~]# 
[root@oraebs1 ~]# 
[root@oraebs1 ~]# sudo vi /etc/fstab
[root@oraebs1 ~]# 
[root@oraebs1 ~]# cat /proc/swaps 
Filename Type Size Used Priority
/swapfile                               file 5242872 0 -1
[root@oraebs1 ~]# swapon -s
Filename Type Size Used Priority
/swapfile                               file 5242872 0 -1
[root@oraebs1 ~]# 








[oracle@oraebs1 database]$ ./runInstaller 
Starting Oracle Universal Installer...

Checking Temp space: must be greater than 500 MB.   Actual 16626 MB    Passed
Checking swap space: must be greater than 150 MB.   Actual 5119 MB    Passed
Checking monitor: must be configured to display at least 256 colors
   
Some requirement checks failed. You must fulfill these requirements before

continuing with the installation,

Continue? (y/n) [n]