Kbase P149150: prostrct addonline -validate fails with insufficient disk space errors 12616 12617 12867
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  7/21/2010 |
|
Status: Verified
FACT(s) (Environment):
OpenEdge 10.1C
The structure file format in use for prostrct addonline is correct
df -k shows enough disk space to handle new extents.
The database extents are spread over different filesystems
Adding extents to logical volume mount points
The filesystem is not mounted with the nosuid option so setuid execution is allowed
UNIX
OpenEdge 10.1B
SYMPTOM(s):
prostrct addonline -validate fails with insufficient disk space errors 12616 12617 12867
The disk name in error 12616 is not the disk for the added extents
The disk name in error 12616 physically has less space than is needed for the extents to be added
Device: <disk name>, KBytes needed: <number>, KBytes available: <number> (12616)
There is insufficient space available on device <name>. (12617)
prostrct add FAILED. (12867)
Without the -validate parameter prostrct addonline correctly adds the extents on the specified filesystems listed in the .st file
prostrct addonline properly adds the extents if OpenEdge 10.1C is used
prostrct addonline adds extents but the extent numbers are wrong if OpenEdge 10.1B is used
CAUSE:
When using prostrct addonline with the parameter -validate on a system that has several file systems mounted, the validation did not check the right file system onto which the extents were supposed to be added. As a result an incorrect amount of available disk space is reported in the addonline verification and reports incorrectly that this would fail.
CAUSE:
Bug# OE00162606
FIX:
Update to OpenEdge 10.1C01 or 10.2A or later versions where prostrct addonline validation checks have been fixed.