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:
- Get an overview of the logical file system.
- Check the effect of automatic deletion of files.
- Identify files that need to be manually deleted.
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:
- The user has appropriate access rights to Managed Object (MO) FileGroup, matching the visible directories that have been set according to the security rules described in Section 6 in File Management.
- An ECLI session in Exec mode is in progress.
2 Procedure
To list file groups and file information in the logical file system:
- Navigate to the LogicalFs MO, for example:
>dn ManagedElement=NODE06ST,SystemFunctions=1,FileM=1,LogicalFs=1
- 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
- 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 [...]

Contents