List File Groups and File Information in Logical File System

Contents

1Introduction
1.1Prerequisites

2

Procedure

1   Introduction

This document describes how to list file groups and file information in the logical file system using the Ericsson Command-Line Interface (ECLI). The user can perform this activity to accomplish the following:

1.1   Prerequisites

This section describes the prerequisites, which must be fulfilled before using the procedure.

1.1.1   Conditions

The following conditions must apply:

2   Procedure

To list file groups and file information in the logical file system:

  1. Navigate to the LogicalFs MO, for example:

    >dn ManagedElement=NODE06ST,SystemFunctions=1,FileM=1,LogicalFs=1

  2. List the available FileGroup MOs:

    (LogicalFs=1)>show

    The following is an example output:

    LogicalFs=1
       FileGroup=AlarmLogs
       FileGroup=AlertLogs
       FileGroup=Function1Files
       FileGroup=Function2Files
       FileGroup=PerformanceManagementReportFiles
  3. List the file information for a FileGroup, for example:

    (LogicalFs=1)>show -r FileGroup=AlarmLogs

    The following is an example output:

    FileGroup=AlarmLogs
       internalHousekeeping=false
       files="FmAlarmLog.cfg"
          fileType="cfg"
          modificationTime="2014-11-20T13:33:57"
          size=108
       files="FmAlarmLog_20141025_210916.cfg"
          fileType="cfg"
          modificationTime="2014-10-25T21:09:16"
          size=108
       files="FmAlarmLog_20141025_210925.log"
          fileType="log"
          modificationTime="2014-10-25T21:09:27"
          size=0
       files="FmAlarmLog_20141025_211150_20141025_212046.log"
          fileType="log"
          modificationTime="2014-10-25T21:20:46"
          size=7168
       files="FmAlarmLog_20141025_212046.cfg"
          fileType="cfg"
          modificationTime="2014-10-25T21:20:46"
          size=108
       files="FmAlarmLog_20141027_175033_20141027_175714.log"
          fileType="log"
          modificationTime="2014-10-27T17:57:14"
          size=2048
       files="FmAlarmLog_20141027_175714.cfg"
          fileType="cfg"
          modificationTime="2014-10-27T17:57:14"
          size=108
       files="FmAlarmLog_20141027_180112_20141027_185409.log"
          fileType="log"
          modificationTime="2014-10-27T18:54:09"
          size=4096
       files="FmAlarmLog_20141027_185409.cfg"
          fileType="cfg"
          modificationTime="2014-10-27T18:54:09"
          size=108
       files="FmAlarmLog_20141028_184309.cfg"
          fileType="cfg"
          modificationTime="2014-10-28T18:43:09"
          size=108
       files="FmAlarmLog_20141120_133357.log"
          fileType="log"
          modificationTime="2014-11-20T14:34:10"
          size=5120
    [...]