MichaelC
One question though for any Irix users. Houdini was really washed out the first time I started it, so I adjusted the gamma in Irix's display settings to fix it.
Rather than struggling with the Irix system to change the gamma, you can just change Houdini's internal gamma. This will change the gamma used for all the UI, but you will still have to keep the Octane's gamma in mind when rendering.
To change Houdini's gamma, try setting:
setenv HOUDINI_UI_GAMMA 1.2
You can also play with HOUDINI_UI_CONTRAST, HOUDINI_UI_BRIGHTNESS, and HOUDINI_UI_SATURATION.
As for avoiding ftping all the time, you can mount each other's drive using NFS. If your octane is named “octane” and linux “linux”, doing something like:
on octane:
mkdir /n
in /etc/fstab, add
linux

/n/linux nfs exec,dev,suid,rw 1 1
I think a similar process would work for the cross mount. THen you can set your paths to /n/linux/…. and have the hip file work on both systems without change.