The NetApp Community is moving to a new platform and is in Read-Only mode. Click to learn more.
Stay connected during the transition - Join our Discord community today.

Microsoft Virtualization Discussions

Anyway to access /mroot/etc/log/mlog using PS Toolkit?

rmatsumoto
7,644 Views

Right now when we want to look through some logs on our cDOT clusters, we do it the old fashioned way using putty:  Login and then login to systemshell again as diag and then navigate to /mroot/etc/log/mlog(or any directories under /mroot in general).  Is there a way to look at the files under /mroot using Read-NcFile, like "Read-NcFile /mroot/etc/log/mlog/messages.log -Controller Cluster1-Node1"? 

1 ACCEPTED SOLUTION

markweber
7,645 Views

try:

Read-NcFile -Path /vol/vol0/etc/log/mlog/command-history.log -VserverContext Cluster1-Node1

View solution in original post

2 REPLIES 2

markweber
7,646 Views

try:

Read-NcFile -Path /vol/vol0/etc/log/mlog/command-history.log -VserverContext Cluster1-Node1

rmatsumoto
7,645 Views

Thanks!  Works like a charm.

Public