Archivo de la categoría: solaris

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 »

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 »

How to Initiate a Fast Reboot of a SPARC Based System

Use the following procedure to initiate a fast reboot of a SPARC based system when the config/fastreboot_default property of the boot-config service is set to false, which is the default behavior. To change the default behavior of the Fast Reboot feature so that a fast reboot is automatically performed when the system reboots, see Changing… Leer más »

geekbench SPARC-S7

Geekbench 2.1.6 : http://www.primatelabs.ca/geekbench/ System Information Platform:                  Solaris SPARC (64-bit) Compiler:                  Sun Studio 12 Operating System:          SunOS 5.11 sun4v Model:                     sun4v Motherboard:               sun4v Processor:                 SPARC-S7 Processor ID:              SPARC-S7 (chipid 0, clock 4267 MHz) Logical Processors:        128 Physical Processors:       1 Processor Frequency:       0.00 Hz L1 Instruction Cache:      0.00 B L1 Data Cache:             0.00 B L2 Cache:                 … Leer más »

geekbench t7-2

Geekbench 2.1.6 : http://www.primatelabs.ca/geekbench/ System Information Platform:                  Solaris SPARC (64-bit) Compiler:                  Sun Studio 12 Operating System:          SunOS 5.11 sun4v Model:                     sun4v Motherboard:               sun4v Processor:                 SPARC-M7 Processor ID:              SPARC-M7 (chipid 0, clock 4133 MHz) Logical Processors:        512 Physical Processors:       1 Processor Frequency:       0.00 Hz L1 Instruction Cache:      0.00 B L1 Data Cache:             0.00 B L2 Cache:                 … Leer más »

oracle certificate pkg ips publisher

sudo pkg set-publisher -k /tmp/pkg.oracle.com.key.pem -c /tmp/pkg.oracle.com.certificate.pem -G «*» -g https://pkg.oracle.com/solaris/support/ solaris para borrar el repositorio por default: pkg unset-publisher solaris pkg update –accept

Reset Solaris 11 root password x86 sparc

setenv network-boot-arguments host-ip=192.168.1.225,router-ip=192.168.1.1,subnet-mask=255.255.255.0,file=http://192.168.1.213:5555/cgi-bin/wanboot-cgi boot net -s failsafe root/solaris (default password) As you can see in the configuration file root is a role Assign the root role to your local account. # usermod -R root jdoe-local root@db04:~# cat /etc/user_attr # # The system provided entries are stored in different files # under «/etc/user_attr.d». They should not… Leer más »