Quantcast
Channel:
Browsing all 3 articles
Browse latest View live

Solaris – D – Monitoring

#!/usr/sbin/dtrace -s #pragma D option quiet io:::start { @[execname] = count(); } tick-5sec { printa(“%40s %@d\n”, @); clear(@); }

View Article



Solaris – NFS Mounts

Edit /etc/hosts and /etc/vfstab on the machine which needs the filesystem mounted. Hosts file should have servername and IP of…

View Article

Solaris – useful commands.

## /usr/platform/`uname -i`/sbin/scadm help (can reset console) prtdiag prtconf ## to find cdrom on solaris: ls -al /dev/sr* |awk ‘{print…

View Article
Browsing all 3 articles
Browse latest View live




Latest Images