i keep getting the error message everytime i want to create a mksysb
backup through nim:
Creating information file (/image.data) for rootvg.
Creating list of files to back up..
Backing up 88210 files................
0512-005 savevg: Backup Completed.
The backup command completed with errors.
The messages displayed on Standard Error contained additional
information.
backup: 0511-432 A write error occurred: A file cannot be larger than
the value set by ulimit.
backup: 0511-079 The backup media may be damaged.
Use a different disk to run the backup.
0042-001 nim: processing error encountered on "master":
0042-001 m_mkbosi: processing error encountered on
"productionserver":
has anyone encountered this error before?
Thanks
pinoy
> backup: 0511-432 A write error occurred: A file cannot be larger than
> the value set by ulimit.
the mksysb image is getting larger than the user's ulimit for file size
allows. check with "ulimit -a".
change this permanently via "smit chuser", to -1 (unlimited). The new
ulimit will be active after a new login or su.
jg
actually i did check the limit for root and it's all -1
thanks,
pinoy
>>> backup: 0511-432 A write error occurred: A file cannot be larger than
>>> the value set by ulimit.
>> the mksysb image is getting larger than the user's ulimit for file size
>> allows. check with "ulimit -a".
>> change this permanently via "smit chuser", to -1 (unlimited). The new
>> ulimit will be active after a new login or su.
>>
>> jg
>
> actually i did check the limit for root and it's all -1
>
What system? The NIM master, the client, both?
Thank you for for help..
we got it working..
pinoy