CPI ERROR V-9-30-2067 error when running installsf

book

Article ID: 100007486

calendar_today

Updated On:

Description

Error Message

CPI ERROR V-9-30-2067 The free swap space on local system 'rdge220r-03' is

203 MB. It is recommended to setup minimal 256 MB of free swap space to
successfully run the installsf program.

Resolution

Performed temporary measure to add swap based on a file in the root filesystem:
Check current swap:
# swap -s
total: 198896k bytes allocated + 30872k reserved = 229768k used, 258264k available
 
so, another 100MB should suffice:
 
Create file to be used as swap:
# mkfile 100m /swapfile
# swap -a /swapfile
operating system crash dump was previously disabled --
invoking dumpadm(1M) -d swap to select new dump device
dumpadm: no swap devices could be configured as the dump device
 
Now, check swap:
# swap -l
swapfile             dev  swaplo blocks   free
/swapfile             -       16 204784 204784
# swap -s
total: 198840k bytes allocated + 30928k reserved = 229768k used, 360656k available
 
 
The installsf utility could then proceed.
 
The swap file can optionally be removed afterwards.

Applies To

Sol 10

Storage Foundation 5.1SP1

Issue/Introduction

During the installation of Storage Foundation using installsf, an error was displayed indicating insufficient swap