Category Archives: AIX

X11 Forwarding problems

Trying to debug and simultaneously trawling Google for a non-trivial version of this issue: $ xclockX11 connection rejected because of wrong authentication.X connection to localhost:10.0 broken (explicit kill or server shutdown). I finally cracked it. This was from the outset … Continue reading

Posted in AIX, Software | Tagged , , , | Leave a comment

VI changing to lowercase

I don’t know why I can never remember this one, but here it is for reference: :%s/.*/\L& .* = Match line& = What was matched No need for /g as .* already matches the line, and .* if faster than … Continue reading

Posted in AIX, Linux | Tagged , | 1 Comment

Can’t bosboot on Veritas cluster

I had an AIX Veritas cluster using DMP disk paths which couldn’t run bosboot or much else. Rootvg seemed locked down. The two commands below fixed it. vxdmpadm native enable vgname=rootvg vxdmpadm native release followed by: vxdmpadm native aqcuire These … Continue reading

Posted in AIX, Software | Leave a comment

Finding SQL query in TCP stream

Just a little one to remember, as I use this occasionally, with this tcpdump you can read SQL queries, rsh commands etc: tcpdump -i en0 -s 0 -l -w – dst port 3306 | strings  

Posted in AIX, Linux | Tagged , , , , | Leave a comment

rmsock bug and workaround

I found a bug in rmsock on AIX 6.1 TL9 recently which caused a server crash. If run on a socket ID that has disappeared, the server just dumps and reboots. I came up with a work around for identifying … Continue reading

Posted in AIX | Tagged , , , , , | 1 Comment

NFS soft versus hard mounts

We had an “interesting” debate in the office yesterday. And when I say interesting it was more like “heated”. Soft vs. hard NFS mounts is really something that gets people going, mainly because some people has been annoyed by a … Continue reading

Posted in AIX | Tagged , , , , | Leave a comment

IRC and ##aix

A kind of a follow-up from a well-known AIX blogger, promoting IRC and the AIX related channel ##aix. Even though IRC is old, there really isn’t any other equivalent medium to replace it, and with its continued popularity, that is … Continue reading

Posted in AIX | Leave a comment

xpinfo and dyntrk – FSCSI_ERR10

I had noticed lots of FSCSI_ERR10 ‘Configuration mismatch’ messages with identifier 1FB4FD21. The errpt entry had the PID as 12D0E4 hex in the sense data: SENSE DATA 0000 0000 0000 00D3 0000 0016 0200 0000 0000 0000 0000 0000 0000 0000 … Continue reading

Posted in AIX | Tagged , , , , , , | Leave a comment