Archivo de la categoría: solaris

Installing Solaris IOU in SPARC server

NetBSD supports Solaris/SVR4 binary emulation. This means that NetBSD/SPARC is able to execute Solaris/SPARC binaries – IOU, for example. http://www.netbsd.org/docs/compat.html http://netbsd.gw.com/cgi-bin/man-cgi?compat_solaris+.sparc+NetBSD-5.1 NetBSD/SPARC runs on qemu-system-sparc. Solaris emulation requires some real Solaris libraries. Libraries from any 32-bit Solaris/SPARC should work. Solaris 8 works. Solaris 10 does not work. Here’s a quick tutorial: 1. Compile qemu-system-sparc. 2.… Leer más »

Finding busy disks with iostat

The iostat(1M) utility provides several I/O statistics, which can be useful for analyzing I/O workloads and troubleshooting performance problems. When reviewing I/O problems, I usually start by reviewing the number of reads and writes to a device, which are available in iostat’s “r/s” and “w/s” columns: $ iostat -zxnM 5 extended device statistics r/s w/s… Leer más »

Understanding ZFS: Transaction Groups & Disk Performance

Understanding ZFS: Transaction Groups & Disk Performance 23 Jan ’09 – 06:42 by benr I’ve been deeply concerned about the number of people who continue to use iostat as the means to universally judge IO as «good» or «bad». Before I explain why, lets review iostat. # iostat -xnM c0t1d0 1 extended device statistics r/s… Leer más »

-bash: fork: Not enough space

-bash: fork: Not enough space First your RAM, then the swap got full. Check the space available using swapinfo and check if there is any user application causing huge memory leaks. Increase swap space. PID list FULL

linpack C version Solaris SParc

SOURCE: linpackc BUILD: cc -DDP  -DUNROLL  -Xa -dalign linpackc.c -o linpackcdb -lm -xcache=64/64/2:5120/256/10 -m64 ———————————————————————————————— A  0, 16 1800 32.0 US-IV+   2.4 ./linpackcdb Unrolled Double Precision Linpack Unrolled Double Precision Linpack NTIMES= 1000 norm. resid      resid           machep         x[0]-1        x[n-1]-1 1.7        7.41628980e-14  2.22044605e-16 -1.49880108e-14 -1.89848137e-14 times are reported for matrices of order   100 dgefa      dgesl      total      … Leer más »

Solaris vi input mode arrow keys fix

Solaris vi input mode arrow keys fix This blog post is not for you to read. It’s for me. You see, every once in a awhile, I work for a client/employer who uses Solaris, OpenSolaris, Unix, or some other traditional Unix-like OS. They have their reasons, and they are good ones, and I’m fine with… Leer más »

crontab solaris

La única diferencia con la que nos encontramos, es que en Solaris el editor por defecto para crontab es ed, que hace que la edición del crontab se haga infumable. Así que antes de editar el crontab hay que definir en la variable del sistema EDITOR, que editor queremos utilizar, en mi caso vi. export… Leer más »