Archivo por meses: febrero 2016

How to connect to iSCSI target using Solaris 10?

# iscsiadm add discovery-address 192.168.1.50:3260 # iscsiadm modify discovery –sendtargets enable # devfsadm -i iscsi then after putting «format» command we were able to format iSCSI target – See more at: http://kb.open-e.com/How-to-connect-to-iSCSI-target-using-Solaris-10_322.html#sthash.VrnyqYbI.dpuf    

How to connect to an 11.5 OpenEdge database from a trial version of the 64 bit version of Tableau 9.1

First test the OpenEdge 11.5 connection with a test database, for this, under a proenv command prompt window use the commands: prodb testdb demo an then add a sysprogress user to that database and start that database with proserve testdb -S 5555 To test an SQL connection with a JDBC connection to that database use… Read More: How to connect to an 11.5 OpenEdge database from a… »

Disable Firewalld firewall centos 7

To disable firewalld, run the following command as root: systemctl disable firewalld Stop Firewalld To stop firewalld, run the following command as root: systemctl stop firewalld

What are the pre-requistes for installing OpenEdge on RHEL 7.0 64 bit?

Article Number 000056050 Environment Product: OpenEdge Version: 10.2B 08, 11.3.2, 11.4, 11.5 and higher OS: RHEL (Red Hat) 7.0 64 bit Question/Problem Description What are the pre-requistes for installing OpenEdge on RHEL 7.0 64 bit? Steps to Reproduce Clarifying Information Error Message Defect/Enhancement Number Cause Resolution OpenEdge Product requires C++ library “libstdc++.so.6”. Ensure that the… Read More: What are the pre-requistes for installing OpenEdge on RHEL 7.0… »