cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1581
Views
0
Helpful
2
Replies

WAE-7341-K9 Disk Utilization Issue

I am getting file system utilization threshold breached but currently no active alarms able to see. In below output at two places can see high disk utilization. Can someone tell me if this is an issue and how we can reduce it asap ?

 

xx#          show disks details

RAID Physical disk information:
  disk00: Online               3LM1EJQP         286102 MB
  disk01: Online               3SJ08VNJ         286102 MB
  disk02: Online               3SJ07PE9         286102 MB
  disk03: Online               6SJ4N980         286102 MB

RAID Logical drive information:
   raid-disk:   RAID-5 Okay     858000 MB
               Enabled (read-cache) Enabled (write-back)

Mounted file systems:
 MOUNT POINT    TYPE       DEVICE                  SIZE     INUSE      FREE USE%
/sw            internal   /dev/sda1               991MB     927MB      64MB  93%
/swstore       internal   /dev/sda2               991MB     533MB     458MB  53%
/state         internal   /dev/sda3              7935MB     236MB    7699MB   2%
/local/local1  SYSFS      /dev/sda6             33725MB     963MB   32762MB   2%
/state/likewise/sw
               internal   /dev/sda1               991MB     927MB      64MB  93%
/state/likewise/local/local1
               internal   /dev/sda6             33725MB     963MB   32762MB   2%
/local/local1/spool
               PRINTSPOOL /dev/data1/spool        991MB      32MB     959MB   3%
/obj1          CONTENT    /dev/data1/obj       224176MB    3303MB  220873MB   1%
/ackq1         internal   /dev/data1/ackq        2379MB       1MB    2378MB   0%
/plz1          internal   /dev/data1/plz         7141MB       0MB    7141MB   0%

1 Accepted Solution

Accepted Solutions

We have found that cache was full after checking show statistics dre detail.

 

Per below document, to clear the cache below are the options.

 

https://www.cisco.com/c/en/us/td/docs/app_ntwk_services/waas/waas/v501/command/reference/cmdref/execmds.html

 

clear cache

To clear cached objects, use the clear cache EXEC command.

clear cache {cifs | dre}

clear cache http-metadatacache https {conditional-response | redirect-response | unauthorized-response}

clear cache http-metadatacache {all | conditional-response | redirect-response | unauthorized-response} [url]

Syntax Description

cifs

Clears the CIFS cache.

dre

Expires the DRE cache.

https

Clears cache entries for HTTPS metadata cache response types.

conditional-response

Clears cache entries for conditional responses (304).

redirect-response

Clears cache entries for redirect responses (301).

unauthorized-response

Clears cache entries for authorization required responses (401).

http-metadatacache

Clears the HTTP accelerator metadata cache.

all

Clears cache entries for all HTTP metadata cache response types.

url

Clears cache entries matching only the specified URL. If the URL string contains a question mark (?), it must be escaped with a preceding backslash (for example, \?).

Defaults

No default behavior or values.

Command Modes

EXEC

Device Modes

application-accelerator

Usage Guidelines

After you use the clear cache dre command, the first 1 MB of data is not optimized. The Cisco WAAS software does not optimize the first 1 MB of data after a restart of the tcpproxy service. The data that is transmitted after the first 1 MB of data will be optimized according to the configured policy.

The clear cache dre command may cause the system to reboot, but you are asked to confirm before the command continues and you are given a chance to save any configuration changes that have been made to the running configuration.

The clear cache dre command does not delete the DRE cache contents but expires it by removing markers in the content to prevent reuse. If you want to delete the cache contents, use the disk delete-data-partitions command.

Examples

The following example shows how to clear the CIFS cached objects on the WAAS device:

WAE# clear cache cifs

The following example shows how to clear the HTTP metadata cache for conditional responses:

WAE# clear cache http-metadatacache conditional-response

 

View solution in original post

2 Replies 2

Any one have any idea ?

We have found that cache was full after checking show statistics dre detail.

 

Per below document, to clear the cache below are the options.

 

https://www.cisco.com/c/en/us/td/docs/app_ntwk_services/waas/waas/v501/command/reference/cmdref/execmds.html

 

clear cache

To clear cached objects, use the clear cache EXEC command.

clear cache {cifs | dre}

clear cache http-metadatacache https {conditional-response | redirect-response | unauthorized-response}

clear cache http-metadatacache {all | conditional-response | redirect-response | unauthorized-response} [url]

Syntax Description

cifs

Clears the CIFS cache.

dre

Expires the DRE cache.

https

Clears cache entries for HTTPS metadata cache response types.

conditional-response

Clears cache entries for conditional responses (304).

redirect-response

Clears cache entries for redirect responses (301).

unauthorized-response

Clears cache entries for authorization required responses (401).

http-metadatacache

Clears the HTTP accelerator metadata cache.

all

Clears cache entries for all HTTP metadata cache response types.

url

Clears cache entries matching only the specified URL. If the URL string contains a question mark (?), it must be escaped with a preceding backslash (for example, \?).

Defaults

No default behavior or values.

Command Modes

EXEC

Device Modes

application-accelerator

Usage Guidelines

After you use the clear cache dre command, the first 1 MB of data is not optimized. The Cisco WAAS software does not optimize the first 1 MB of data after a restart of the tcpproxy service. The data that is transmitted after the first 1 MB of data will be optimized according to the configured policy.

The clear cache dre command may cause the system to reboot, but you are asked to confirm before the command continues and you are given a chance to save any configuration changes that have been made to the running configuration.

The clear cache dre command does not delete the DRE cache contents but expires it by removing markers in the content to prevent reuse. If you want to delete the cache contents, use the disk delete-data-partitions command.

Examples

The following example shows how to clear the CIFS cached objects on the WAAS device:

WAE# clear cache cifs

The following example shows how to clear the HTTP metadata cache for conditional responses:

WAE# clear cache http-metadatacache conditional-response

 

Review Cisco Networking for a $25 gift card