Archivo del Autor: carlosap

Example 9-1 Configuring a New Network Interface With a Static Address

Example 9-1 Configuring a Network Interface With a Static Address # dladm show-phys LINK MEDIA STATE SPEED DUPLEX DEVICE net3 Ethernet up 100Mb full bge3 # dladm show-link LINK CLASS MTU STATE BRIDGE OVER net3 phys 1500 up — — # ipadm create-ip net3 # ipadm create-addr -T static -a 192.168.84.3/24 net3/v4static # ipadm show-if IFNAME… Leer más: Example 9-1 Configuring a New Network Interface With a Static… »

Listing Logical Domains Resources

Documentation Home  > Logical Domains 1.3 Administration Guide  > Chapter 9 Managing Resources  > Listing Logical Domains Resources Logical Domains 1.3 Administration Guide Previous: Using Dynamic Resource Management Policies Next: Chapter 10 Managing Configurations Listing Logical Domains Resources This section shows the syntax usage for the ldm subcommands, defines some output terms, such as flags and utilization… Leer más: Listing Logical Domains Resources »

PATH $PATH solaris 11

En solaris 11:… En el usuario el .profile tiene precedencia sobre /etc/profile   Solaris 11 + PATH enviroments variables | Unix Linux Forums | Solaris :/export/home/oracle$ cat .profile # # Simple profile places /usr/gnu/bin at front, # adds /usr/X11/bin, /usr/sbin and /sbin to the end. # # Use less(1) as the default pager for the… Leer más: PATH $PATH solaris 11 »

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: benchmark atm »

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: fathom adminserver java heap problem »

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: Como hacer funcionar progress 11.5.1 progress t7-2 »