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