Microsoft Virtualization Discussions

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

rmatsumoto
5,409 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
5,410 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
5,411 Views

try:

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

rmatsumoto
5,410 Views

Thanks!  Works like a charm.

Public