User Manual

Checking the active release and free disk space
IP-RN 8000 Installation & Commissioning Guide 141
Procedure
1. Enter the show version command as follows:
AIRVANA-03>show version
The CLI output displays the currently executing release. Make note of whether you need to update the
release.
2. Use the shell command to enter the CLI shell as follows:
AIRVANA-03>shell
The following prompt displays:
AIRVANA-03(shell)(disk0:/)>
3. Enter the ls command to check how much free space there is on the node’s disk as follows:
AIRVANA-03(shell)(disk0:/)>ls
The following displays with data values as appropriate for the node. Note the “Free MBytes” at the
bottom. This indicates the amount of free space on the disk.
size date time name
---------- ------ ----- ---------------
32768 May 23 14:43 active/
32768 May 23 14:18 images/
511 May 15 15:23 config.bin
32768 May 23 14:49 logs/
32768 May 20 12:56 backup/
32768 Apr 10 07:52 dcbackup/
524288 May 13 21:18 leofs
Free MBytes 38136
4. If there is less than 30 Mbytes free, use the xrm command as follows to delete all files in the
disk0:/images directory:
AIRVANA-03(shell)(disk0:/)>xrm images
The following displays, indicating the files being deleted from the c:\images directory.
deleting file images/rn8500.2.0.0.tar
deleting file images/version.txt
...
5. Enter the exit command to leave the shell and return to the normal CLI prompt.
The following prompt displays:
AIRVANA-03>
This procedure is complete.