NOTE: ----- I have tried this on systems running Digital PAL code, (those that boot through the digital unix SRM), and the Freeware Alpha PAL code, (those that boot with MILO). Run a recent kernel ------------------- 1) You must have a kernel version >2.1.132. (Including all 2.2.X kernels) Install the Tools/Library ------------------------- Now you have 3 choices. A) RPM Simply get the RPM, rpm -i iprobe_suite-4.1-1.alpha.rpm OR B) make install Go to the root directory of the source and type "make install". This will create the necessary files and install them. OR C) Do it by hand. You must create the following device with the following permissions: mknod /dev/ipr c 61 0 chmod a+r /dev/ipr chmod u+w /dev/ipr copy the binaries to /usr/local/bin: cp ./iprobe/obj/linux_iprobe /usr/local/bin/iprobe cp ./ipreduce/obj/linux_ipreduce /usr/local/bin/ipreduce cp ./rep/obj/linux_rep /usr/local/bin/rep Install the library: cp ./lib/obj/liblipr.so /usr/local/lib/liblipr.so Install the kernel driver. ------------------------- 2) Unzip the kernel module with gunzip iprobe_suite-4.1-driver.o.gz **********IMPORTANT*********** Each time you want to run iprobe, you must do this first. 3) You MUST insert the kernel module. (-f allows you to ignore versions number. ) /sbin/insmod -f iprobe_suite-4.1-driver.o 4) Read the documentation in ./doc/TUTORIAL 5) Wow the world with the speed of your highly optimized code running on alpha/linux. Phil Ezolt 4/28/99 ezolt@perf.zko.dec.com Phillip.Ezolt@compaq.com