Archivo de la categoría: Blog Personal

Aquí divagaré todo lo que se me ocurra

hba force npiv

 https://docs.oracle.com/cd/E23824_01/html/821-1462/fcadm-1m.html                         Example 16 Reinitializing the Link of an FC Port The following command forces the link connected with the port 200000144fc2d508 to reinitialize. # fcadm force-lip 200000144fc2d508 el force-lip

5 Tuning Java Virtual Machines (JVMs)

https://docs.oracle.com/cd/E15523_01/web.1111/e13814/jvm_tuning.htm#PERFM167   https://www.ibm.com/developerworks/community/blogs/aimsupport/entry/Recommended_Maximum_Heap_Sizes_on_32_and_64_bit_WebSphere_Java_instances?lang=en  

Managing Default System Locale

The default system locale is the locale in which the system will boot and run. In earlier releases of Oracle Solaris, the default system locale was configured in the /etc/default/init file. You can use the nlsadm command with the get-system-locale, list-locale, and set-system-locale subcommands. For more information, see the nlsadm(1M) man page. To display the… Leer más »

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 »