6.15. RSP related data

The RSP related data in the system dump is stored in the rsp/ directory. The most important information is related to the RSP slots.

6.15.1. RSP slots

The RSP slot related data is stored in the rsp/slots directory.

Figure 6.91. Files in the rsp/slots directory

[~/sysdumps/2050L] edwin@t43>ls -alR rsp/slots/
total 14
drwxr-xr-x  7 edwin  edwin   512 Sep 14 23:50 .
drwxr-xr-x  5 edwin  edwin  2048 Sep 14 23:50 ..
drwxr-xr-x  2 edwin  edwin   512 Sep 14 23:50 1
drwxr-xr-x  2 edwin  edwin   512 Sep 14 23:50 2
drwxr-xr-x  2 edwin  edwin   512 Sep 14 23:50 3
drwxr-xr-x  2 edwin  edwin   512 Sep 14 23:50 4
drwxr-xr-x  2 edwin  edwin   512 Sep 14 23:50 RiverbedSMC

rsp/slots/1:
total 4
drwxr-xr-x  2 edwin  edwin  512 Sep 14 23:50 .
drwxr-xr-x  7 edwin  edwin  512 Sep 14 23:50 ..

rsp/slots/2:
[...]

rsp/slots/RiverbedSMC:
total 18
drwxr-xr-x  2 edwin  edwin   512 Sep 14 23:50 .
drwxr-xr-x  7 edwin  edwin   512 Sep 14 23:50 ..
-rw-r--r--  1 edwin  edwin     5 Nov  9  2011 .enabled
-rw-r--r--  1 edwin  edwin     0 Aug 22  2011 .installed
-rw-r--r--  1 edwin  edwin     6 Apr 10 18:02 .priority
-rw-r--r--  1 edwin  edwin     0 Sep 29  2009 RiverbedSMC.vmsd
-rw-r--r--  1 edwin  edwin   266 Sep 29  2009 RiverbedSMC.vmxf
-rw-r--r--  1 edwin  edwin   698 Apr 10 18:02 rsp.conf
-rw-r--r--  1 edwin  edwin     0 Aug 22  2011 rsp.vmsd
-rw-r--r--  1 edwin  edwin  2895 Sep 13 02:09 rsp.vmx
-rw-r--r--  1 edwin  edwin   258 Aug 22  2011 rsp.vmxf

The file .enabled contains either "false" or "true", depending if an RSP slot is enabled. Of the file rsp.vmx, the only interesting field is memsize which defines how much memory is allocated for this RSP slot:

Figure 6.92. Memory allocation for the RSP slot RiverbedSMC

[~/sysdumps/2050L] edwin@t43>grep memsize rsp/slots/RiverbedSMC/rsp.vmx
memsize = "768"

The file rsp.conf contains the RSP Package Creator related configuration.