This article explains how to access or copy files from individual members in a Virtual Chassis (VC).
How do I access files on another member (fpc) in a Virtual Chassis (VC) that is not the primary in a VC, such as a linecard or backup RE?
There are 2 ways to access or reference files on a member (fpc) of a Virtual Chassis (VC). This is very useful when collecting files from the /var/log (or other directories) on individual members in a Virtual Chassis (VC).
file list fpc3:/var/log/messages
file copy fpc3:/var/log/messages /var/log/fpc3-messages
tar -cvzf /var/fpc3-logs.tgz /var/log/*
file copy fpc3:/var/fpc3-logs.tgz /var/log