In general, when debugging programs remotely, the architecture of the remote machine must be compatible with that of the machine running TotalView. For example, you cannot perform remote debugging on a 64-bit Linux system if you launch TotalView from a 32-bit Linux system. In addition, the operating systems must also be compatible.
However, TotalView supports several forms of heterogeneous debugging in which the operating system and/or architecture differ. For example, from a Linux x86-64 session, you can debug remote processes on Linux Cell.
TotalView assumes that you launch tvdsvr using
rsh. If
rsh is unavailable, set the
TVDSVRLAUNCHCMD environment variable to the command that you use to remotely access the remote system. In most cases, this will be
ssh.