Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

savevg

Status
Not open for further replies.

tech005

MIS
Joined
Dec 11, 2003
Messages
36
Location
US
i am trying to do a backup of a vg with the following cmd and it's erroring out

savevg -f /tmp/appsvg -v -i appsvg

backup medium write error: File too large
Check backup media and rerun the backup

0512-005 savevg: Backup Completed.
The backup command completed with errors.
The messages displayed on Standard Error contained additional
information.


 
do you have file size limit set to unlimited?

check:
ulimit -a

set:
ulimit -f unlimited

the /tmp should also be jfs2 type if you are going to create file greather 2GB
 
Status
Not open for further replies.

Similar threads

Part and Inventory Search

Sponsor

Back
Top