Note: This web site is only kept up to date for OSG Software 1.2 (VDT 2.0.0). If you are looking for information for the most recent release, the RPM-based OSG Software 3.0, please see the OSG documentation web site
Sometimes you need to debug a package on a platform only available under NMI. This is specifically when you expect to need to patch the package, not for debugging NMI problems. Here is the general strategy:
ssh nmi-s003 cd /nmi/run/adesmet/2009/03/adesmet_nmi-s003.batlab.cs.wisc.edu_1238154320_9648 ls -l x86_64_deb_5.0_app_input.tar.gz
scp x86_64_deb_5.0_app_input.tar.gz nmi-0200:./
ssh nmi-0200 mkdir voms-debugging cd voms-debugging mv ../x86_64_deb_5.0_app_input.tar.gz ./
mkdir userdir cd userdir
tar xvf ../x86_64_deb_5.0_app_input.tar.gz
export NMI_PLATFORM=x86_64_deb_5.0
export NMI_component=voms
_NMI_TASKNAME=$STEP ./nmi-remote-task.plDo this one step at a time until you hit your problem. At this point you can probably hand-run the command giving you problems as you debug and patch.