Archivo del Autor: carlosap

nmap postfix

http://blog.datencamp.org/2012/08/howto-trick-nmaps-service-detection/

Quick Guide to setting up Multi Database ODBC / JDBC connectivity progress

http://knowledgebase.progress.com/articles/Article/P119452   For the purposes of this solution examples will be made referring to database1, database2 and database3 which are all copies of the sports2000 database. All databases must be started with separate TCP/IP ports. The primary database (database1) should not be included within the database1.oesql.properties file mentioned below. In the directory where database1 resides create… Leer más: Quick Guide to setting up Multi Database ODBC / JDBC… »

How to Remove Storage Areas and Data Extents in Progress 9.x, 10.x, and 11.x

  http://knowledgebase.progress.com/articles/Article/18590 Información Article Number 000001100 Environment Progress 9.x OpenEdge 10.x, 11.x All Supported Operating Systems Question/Problem Description How to remove all extents from a storage area. Can I remove an extent that is not empty? How to remove storage areas and data extents. Steps to Reproduce Clarifying Information Error Message Defect/Enhancement Number Cause Resolution… Leer más: How to Remove Storage Areas and Data Extents in Progress… »

How to configure Veaam (a backup software for VMware virtual machines) to make use of proquiet when doing VMware snapshots of CentOS 6 Linux machines , snapshots

http://knowledgebase.progress.com/articles/Article/000055417 Article Number 000055417 Environment Product: OpenEdge Version: All supported versions OS: CentOS/Red Hat 6 Question/Problem Description How to configure Veeam to use PROQUIET when taking VMware snapshots of CentOS 6 Linux machines? How to use PROQUIET before and after a VMware snapshot against a running OpenEdge database? How to take Veeam backups against online… Leer más: How to configure Veaam (a backup software for VMware virtual… »

What is the fastest way to remove all records from a database table?

http://knowledgebase.progress.com/articles/Article/P36834 nformación Article Number 000020585 Environment Question/Problem Description What is the fastest way to remove all records from a database table? Steps to Reproduce Clarifying Information Error Message Defect/Enhancement Number Cause Resolution The fastest way to remove all records from a database table without messing around with the metasachema is to use the following code:… Leer más: What is the fastest way to remove all records from… »

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… Leer más: 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