|
|
|
|
|
Do you ever need to log into an LSF machine to check something quickly?
Have you ever used LSF's "ch" - change host command?
ch, like the ls(g)run commands, depend on root RES running on the LSF host in order to work.
[username@amd06 lsf70]$ which ch
/scratch/clusters/lsf70/7.0/linux2.6-glibc2.3-x86_64/bin/ch
[username@amd06 lsf70]$ ch amdrms0
amdrms0:/scratch/clusters/lsf70 > date
Wed Apr 11 12:22:44 EDT 2007
amdrms0:/scratch/clusters/lsf70 > exit
|