Go to the table of contents Go to the previous page Go to the next page View or print as PDF
Configuring the Cache > Changing cache capacity > Increasing cache capacity
Increasing cache capacity
Help | Content Gateway | Version 8.0.x
To increase the total disk space allocated to the cache on existing disks, or to add new disks to a Content Gateway node:
1.
2.
a.
mknod /etc/udev/devices/raw c 162 0
chmod 600 /etc/udev/devices/raw
b.
fdisk -l | grep "^Disk"
Disk /dev/cciss/c0d1: 146.7 GB, 146778685440 bytes
c.
To create a node:
mknod /etc/udev/devices/raw_c0d1 c 162 1
You can change the device name to the name that is returned from the fdisk -l command in step b.
To change the owner:
chown Websense /etc/udev/devices/raw_c0d1
The owner is the installation user (default is Websense). Use the device name used in the mknod statement.
To map the raw node to a physical disk:
/usr/bin/raw /etc/udev/devices/raw_c0d1 /dev/cciss/c0d1
Use the device name used in the mknod statement.
d.
Add the same /usr/bin/raw commands to the /etc/init.d/content_gateway file to make the changes effective on reboot. For example, at line 6 add:
...
case "$1" in
'start')
/usr/bin/raw /etc/udev/devices/raw_c0d1 /dev/cciss/c0d1
3.
Edit the storage.config file in the Content Gateway config directory (/opt/WCG/config) to increase the amount of disk space allocated to the cache on existing disks or add the new disk devices. See storage.config.
4.

Go to the table of contents Go to the previous page Go to the next page View or print as PDF
Configuring the Cache > Changing cache capacity > Increasing cache capacity
Copyright 2016 Forcepoint LLC. All rights reserved.