Archivo del Autor: carlosap

Progress Explorer AdminServer slow

Before restarting the AdminServer, in order to rule out an issue with a java Ipv6 not releasing ports properly so it ends up with being owned by kernel: Edit DLC/properties/AdminServerPlugins.properties under the [PluginPolicy.Progress.AdminServer] section and add the following to the end of the current jvmargs line: -Djava.net.preferIPv4Stack=true -Djava.net.preferIPv6Addresses=false

Solaris Containers cheat sheet

This a quick cheat sheet of the commands that can be used when using zones (containers), for a more complete guide see solaris zones. Zone States Configured Configuration has been completed and storage has been committed. Additional configuration is still required. Incomplete Zone is in this state when it is being installed or uninstalled. Installed… Leer más: Solaris Containers cheat sheet »

zone creation solaris 10

https://blogs.oracle.com/mandalika/entry/solaris_10_zone_creation_for chmod 700 /desm chmod 700 /desm/zoneoe zlogin zoneoe shutdown -i 0 zoneadm -z zoneoe halt zoneadm -z zoneoe uninstall zoneadm list -cv zonecfg -z zoneoe ——————————- create -b set zonepath=/desm/zoneoe set autoboot=true set ip-type=shared add net set address=192.168.1.205 set physical=e1000g0 set defrouter=192.168.1.1 end remove inherit-pkg-dir dir=/usr remove inherit-pkg-dir dir=/sbin remove inherit-pkg-dir dir=/lib remove inherit-pkg-dir… Leer más: zone creation solaris 10 »

How to set up a secondary login broker for SQL-92 connections for Progress 9.1D and above

For Progress 9.1D and later, the method for using the secondary login broker for SQL connections has changed. Databases that have both Progress ABL and SQL clients simultaneously connected should use a secondary login broker to avoid the following limitations caused by the use of a single login broker: The need to establish the maximum… Leer más: How to set up a secondary login broker for SQL-92… »

postfix remove headers with MailScanner

I use postfix with MailScanner and that’s why I cannot use: /^Received:/ IGNORE in my header_checks file, because i use: /^Received:/ HOLD (see http://www.sng.ecs.soton.ac.uk/mailscanner/install/postfix.shtml ) But it’s no problem, because it’s possible to remove mail headers also with MailScanner. Example: ======== You want to remove information about your LAN structure from mail headers sent from… Leer más: postfix remove headers with MailScanner »

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… »