
User space binaries for the IBM RSA service processor driver.

/var/lib/ibmasm
Default mount point of the ibasmfs file system. The filesystem is the driver's
interface to user space, it is not meant to be accessed directly. It is 
abstracted by the ibmasm API in libsysSp.so

/lib/libsysSp.so
The ibmasm API shared library

/sbin/ibmspup
Start the ibmasm driver functions.
Load the kernel modules
Mount the file system
Start executables (ibmspremote and ibmsphalt)

/sbin/ibmspdown
Stop the ibmasm driver functions.
Stop the executables 
Unmount the file system
Unload the kernel module

/etc/init.d/ibmasm
Automatically start and stop ibmasm when booting and shutting down

/sbin/ibmsphalt
The program waits for a poweroff event from the service processor and 
invokes /sbin/halt when such an event is received. This allows for a 
clean OS shutdown before the rug is pulled from underneath it.

/usr/sbin/ibmspremote
This programs support the remote control function for the service processor's
web interface. It makes X11 events from the remote VNC session appear on the
local display. This is only marginally useful in that it is very slow,
requires special display settings and otherwise doesn't work too well.
