Nokia flash to disk conversion
How to convert IP390 or IP560 Security Platforms from Flash-Based to Disk-Based Appliances
How to tell if your system is Disk-based, Hybrid, or Flash-only
Solution ID: sk40435
Product: IP Appliances
Version: IP1220, IP1260, IP560, IP390, All
Platform: IP1220, IP1260, IP560, IP390
Last Modified: 14-Apr-2009
Did this solution solve your problem? [Click on the stars to rate]
Solution
There are two partitions /var and /opt are mounted differently based on the initial system configuration:
• for Disk-based systems both the /var and /opt partitions are mounted on the hard disk (wd0)
• for Hybrid systems (local Check Point logging on HDD) the /opt partition is mounted on v9fs and the /var partition is mounted on the optional hard disk (wd1) ( this assumes the customer has previously enabled the optional HDD for local logging -- see article 1350934)
• for Flash-only systems the /var and /opt partitions are mounted on v9fs ( on-board memory file system)
Please use the "df -k" CLI command to verify your configuration as shown in the examples below. These apply to IP390, IP560 and IP12XX.
Disk-based installation verification information
TOP[admin]# df -k
Filesystem 1K-blocks Used Avail Capacity Mounted on
/dev/wd0f 598029 85871 464316 16% /
/dev/wd0a 37556 32 34520 0% /config
/dev/wd0d 30978766 287029 28213436 1% /var
/dev/wd0e 5268700 268396 4578808 6% /opt
procfs 4 4 0 100% /proc
Hybrid Installation verification information
IP560[admin]# df -k
Filesystem 1K-blocks Used Avail Capacity Mounted on
/dev/wd0f 266383 44080 200993 18% /
v9fs 767388 50548 716840 7% /image/IPSO-4.1-BUILD013-03.27.2006-223017-1515/rfs
/dev/wd0a 31775 161 29072 1% /config
/dev/wd0h 664831 205476 406169 34% /preserve
/dev/wd1d 37905549 23674 34849432 0% /var
procfs 4 4 0 100% /proc
mfs:92 7607 0 6998 0% /var/tmp2/upgrade
v9fs 837452 120612 716840 14% /opt
IP560[admin]#
Flash-Only installation verification information
IP560[admin]# df -k
Filesystem 1K-blocks Used Avail Capacity Mounted on
/dev/wd0f 266383 44080 200993 18% /
v9fs 755824 50548 705276 7% /image/IPSO-4.1-BUILD013-03.27.2006-223017-1515/rfs
/dev/wd0a 31775 161 29072 1% /config
/dev/wd0h 664831 205478 406167 34% /preserve
procfs 4 4 0 100% /proc
v9fs 716840 11564 705276 2% /var
mfs:97 7607 0 6998 0% /var/tmp2/upgrade
v9fs 825888 120612 705276 15% /opt
IP560[admin]#