Oracle ESB Web Service Returns a java.security.PrivilegedActionException

When sending information to a ESB Web Service a java.security.PrivilegedActionException: javax.xml.soap.SOAPException: Message send failed: Connection refused is returned. Problem If you try and access a ESB webservice on a webserver other than localhost and port 8888 the following error message is returned and the ESB flow is not run: java.security.PrivilegedActionException: javax.xml.soap.SOAPException: Message send failed: Connection […]

Setup LDAP with Openfiler

How to configure LDAP so that Windows shares will work with Openfiler. Configure LDAP for Samba The assumption is that LDAP is already up and running with user accounts with the posixAccount object classes. Add samba.schema to LDAP Copy samba.schema from /usr/share/doc/samba-3.0.10/LDAP to /etc/openldap Add the samba.schema to slapd.conf include         /etc/openldap/schema/samba.schema Install smbldap-tools Copy all […]

Disk Performance

Using hdparm to measure a hard disks performance. To measure the current performance of your disk run: hdparm -tT /dev/sda You will get something like: /dev/sda: Timing cached reads:   896 MB in  2.01 seconds = 446.06 MB/sec Timing buffered disk reads:  168 MB in  3.01 seconds =  55.77 MB/sec