Are filesystems and interfaces local to each filer, even when clustered? Or, when clustered, does each filer shares the filesystems?
Its not a cooperative cluster -- just failover. In normal operation, they act like two standalone filers, albeit with half the write cache. When a failure occurs, the surviving partner adopts the identity of the dead one and acts on its behalf (you can switch the perspective of the cli with 'partner', after which it looks as if you were connected to the dead partner).
Specifically, if I have filers A and B, and I run "df" and "ifconfig" against each filer:
Do they return the same outputs?
Nope. There will be a 'partner' address listed on each interface which would be the addr of the partner to be used if it fails.
So essentially, what I am asking is: Is each filesystem identifiable by it's Filer Serial number AND File system name? Or, by it's Cluster and File System name?
filesystems are unique to filers. filer1:/vol/vol9 will never also be filer2:/vol/vol9 -- when filer1 dies, filer2 will become filer1 (with all of its addresses and filesystems) as well.
..kg..