Archivo del Autor: carlosap

benchmark atm

M5000 /tmp Memoria RAM No Cl Time Trans Tps Conc Avg R Min R 50% R 90% R 95% R Max R — — —- —— —– —– —– —– —– —– —– —– 1 5 300 2696488 8988 4.7 0.0 0.0 0.0 0.0 0.0 1.0 00:08:28 Generating summary data… T7-2 /tmp Memoria RAM No… Leer más »

How to Display Information About Physical Attributes of Datalinks

This procedure lists the steps to display information about the physical attributes of a system’s datalinks. Become an administrator.For more information, see How to Obtain Administrative Rights in Oracle Solaris Administration: Security Services. Display information about physical attributes of datalinks currently on the system. # dladm show-phys

fathom adminserver java heap problem

————————————————————————————————————————————————————————————————————————————– The reason why the adminserver starts when disabling fathom, is because this machine has so many CPU’s There’s a bug in the 3rd Party Orient database, which means that we need to upgrade it to get the fix. I now understand why they may have added the parameter: -XX:+UseParallelGC -XX:ParallelGCThreads=4 However their heap size… Leer más »

ProcedureHow to Create a Mirrored Root Pool (Post Installation)

If you did not create a mirrored ZFS root pool during installation, you can easily create one after the installation. For information about replacing a disk in root pool, see How to Replace a Disk in the ZFS Root Pool. Display your current root pool status. # zpool status rpool pool: rpool state: ONLINE scrub:… Leer más »

Como hacer funcionar progress 11.5.1 progress t7-2

Como hacer funcionar progress 11 nuevo servidor Copiar jre y jdk a las carpetas del servidor a las carpetas/opt/dlc11 2do modificar   crear directorio con 777 en /opt/oemgmt/tmp /opt/dlc11/properties/AdminServerPlugins.properties Agregar lo siguiente: [PluginPolicy] pluginclasspath= classpath= policyfile=/opt/dlc11/java/java.policy loginconfig= classloader=java.net.URLClassLoader jvmargs=-Xmx4096m -Xms2048m -XX:+UseParallelGC -XX:ParallelGCThreads=4 -Djava.io.tmpdir=/opt/oemgmt/tmp authpolicy= umask= [PluginPolicy.Progress.AdminServer] pluginclasspath=!{value-of:classpath} classpath=/opt/dlc11/java/progress.jar,/opt/dlc11/java/osmetrics.jar,/opt/dlc11/java/prorepl.jar,/opt/dlc11/java/ext/xercesImpl.jar,/opt/dlc11/java/ext/xmlParserAPIs.jar,/opt/dlc11/java/ext/soap.jar,/opt/dlc11/java/ext/wsdl4j.jar,/opt/dlc11/java/ext/jettison-1.3.4.jar #    jvmargs=-Xmx256m -Djava.awt.headless=true -Dsun.lang.ClassLoader.allowArraySyntax=true jvmargs=-Xmx4096m -Xms2048m -Djava.awt.headless=true… Leer más »

Debugging a Process (pargs, preap)

The pargs command and the preap command improve process debugging. The pargs command prints the arguments and environment variables that are associated with a live process or core file. The preap command removes defunct (zombie) processes. A zombie process has not yet had its exit status claimed by its parent. These processes are generally harmless… Leer más »

java link

http://www.oracle.com/technetwork/java/javase/downloads/java-archive-downloads-javase7-521261.html   Java para switches brocade 300 v7 VERSION DE 32BITS IMPORTANTE ( nO FUNCIONA CON 64 )  Java SE Runtime Environment 7u71 Windows x86 Offline 28.09 MB jre-7u71-windows-i586.exe    

limit using this parameteer in /etc/system zfs_arc_max

You can limit using this parameteer in /etc/system    zfs_arc_max   http://docs.oracle.com/cd/E19253-01/817-0404/gjhec/index.html   There is an example in this doc : How to Check and Analyze Solaris Memory Usage (Doc ID 1009500.1)   — snip —   In case the amount of ZFS File Data is too high on the system, you might to consider to… Leer más »

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 »

Reinstalling an Image

If you know exactly what end result you want, and achieving that result requires a large number of packaging changes, such as uninstalling a large number of packages, you might want to use the pkg exact-install command. The result of the pkg exact-install command is an image with only the specified packages and their dependencies… Leer más »