cancel
Showing results for 
Search instead for 
Did you mean: 

Size FileSystem

0 Kudos

Hi all,

Do not know how to check the size of FileSystem without using operating system command (Example: ls -l|sort +4nr|more). Is it possible?

Exist any transaction for this? For example, When I need to check DataBase size, I access to DB02 transaction.

Regards.

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

Tcode DBACOCKPIT --> Space --> File System

Former Member
0 Kudos

Hi,

I think we have AL11 tcode for SAP directories monitoring .Generally for checking file server sizes(Allocated space in gb,used,free,%used,Mounted on ....) we use command

df -gt  <file name> .


Regards

Venkat

0 Kudos

Hi Venkat,

In the AL11 i can see all directories but i not see gb,used,free,% options.

When you refer to a command. Is on a SO level?

I do not have sufficient permission to access a  SO level. Any idea how can I do it

Regards,

Former Member
0 Kudos

Hi,

Allocated space in gb,used,free,%used,Mounted on .... these you can see by executing command at OS level.

AL11 shows SAP directories with file sizes as well,but i think it doesn't shows as above .

I do not have sufficient permission to access a  OS level.Check with your BASIS/Security team to do the needful.

Regards

Venkat