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 […]
Monthly Archives: July 2007
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 […]
Setting up PXE
PXE is a great way to install linux on a server without the need of have a CD Rom. The following is a good starting point: http://www.redhat.com/docs/manuals/enterprise/RHEL-3-Manual/sysadmin-guide/ch-pxe.html
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