backup: 0511-432 A write error occurred
在做AIX備份時報錯提示:
backup: 0511-432 A write error occurred: A file cannot be larger than the value set by ulimit
原因:由於檔案系統最大空間的限制,修改這個限制
修改檔案:/etc/security/limits
# more limits
*
* Sizes are in multiples of 512 byte blocks, CPU time is in seconds
*
* fsize - soft file size in blocks
* core - soft core file size in blocks
* cpu - soft per process CPU time limit in seconds
* data - soft data segment size in blocks
* stack - soft stack segment size in blocks
* rss - soft real memory usage in blocks
* nofiles - soft file descriptor limit
* fsize_hard - hard file size in blocks
* core_hard - hard core file size in blocks
* cpu_hard - hard per process CPU time limit in seconds
* data_hard - hard data segment size in blocks
* stack_hard - hard stack segment size in blocks
* rss_hard - hard real memory usage in blocks
* nofiles_hard - hard file descriptor limit
*
* The following table contains the default hard values if the
* hard values are not explicitly defined:
*
* Attribute Value
* ========== ============
* fsize_hard set to fsize
* cpu_hard set to cpu
* core_hard -1
* data_hard -1
* stack_hard 8388608
* rss_hard -1
* nofiles_hard -1
*
* NOTE: A value of -1 implies "unlimited"
*
default:
fsize = 2097151
core = 2097151
cpu = -1
data = 262144
rss = 65536
stack = 65536
nofiles = 2000
root:
fsize=-1
daemon:
bin:
sys:
adm:
uucp:
guest:
nobody:
lpd:
esaadmin:
stack = 393216
stack_hard = 393216
在root:下增加一行:fsize=-1 意思就是root使用者下無限制檔案大小
重新啟動系統後才能生效
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/27015256/viewspace-767039/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- An out of memory error has occurred.Error
- Write after the error occurs........Error
- An internal error has occurred. Java heap spaceErrorJava
- An error occurred during bosboot verification processingErrorboot
- ORA-32700: error occurred in DIAG Group ServiceError
- 使用CocoaPods出錯,[!] Oh no, an error occurred.Error
- Connection reset by peer: socket write errorError
- An error occurred while the wizard was checking the current Windows product license. Error Code: 8:ErrorWhileWindows
- ORA-29702: error occurred in Cluster Group Service operationError
- an error has occurred. - no valid devices were found...Errordev
- An error has occurred when creating this preference page.Error
- gpadmin-[CRITICAL]:-Error occurred: non-zero rc: 1Error
- Error occurred during initialization of boot layer java.lang.module.FindExceptionErrorbootJavaIndexException
- git push fatal: HttpRequestException encountered. An error occurred while sending the requestGitHTTPExceptionErrorWhile
- Myeclipse 錯誤An internal error has occurred 解決辦法EclipseError
- Error occurred while downloading files from admin server for deploymentErrorWhileServer
- NBU report error 6 when RMAN backupError
- MyEclipse - Retrieving archetypes: has encountered a problem An internal error occurred duringEclipseError
- An error occurred while updating the entries. See the inner exception for details.ErrorWhileExceptionAI
- Dynamics CRM CRM Reporting Error: Error occurred while fetching the data extension的解決方法ErrorWhile
- 10g GC 啟動oms報錯Unexpected error occurred. Check error and log files.GCError
- Discuz雲平臺站點資訊同步失敗,An unknown error occurred. May be DNS Error.ErrorDNS
- ORA-29702:error occurred in Cluster Group Service operation錯誤解決Error
- ORA-00607: Internal error occurred while making a change to a data blockErrorWhileBloC
- dbeaver 升級 24.1.x 版本提示 An error has occurred 的解決Error
- su - grid 提示E297: Write error in swap fileError
- Software caused connection abort: socket write error/mysql/tomcatErrorMySqlTomcat
- org.postgresql.util.PSQLException: An I/O error occurred while sending to the backend.SQLExceptionErrorWhile
- 【MySQL】ERROR 1878 (HY000): Temporary file write failure.MySqlErrorAI
- 解決Eclipse裡Maven工程報 An error occurred while filtering resources錯誤EclipseMavenErrorWhileFilter
- redhat系統伺服器重啟後提示An error occurred during the file system check.Redhat伺服器Error
- 配置jboss5.1(jdk1.6)_啟動錯誤_Error occurred during initialization of VMJDKError
- 案例學習Oracle錯誤: ORA-00604 error occurred at recursive SQL level stringOracleErrorSQL
- ERROR 1661 (HY000): Cannot execute statement: impossible to write to binaryError
- Common Causes and Solutions on ORA-376 Error Found in Backup & RecoveryError
- 關於報錯An unexpected error occurred: “https://registry.yarnpkg.com/react: socket hang up“ErrorHTTPYarnReact
- Eclipse下報錯 An internal error occurred during: "C/C++ Indexer". java.lang.NullPointerExceptionEclipseErrorC++IndexJavaNullException
- mysql [ERROR] InnoDB: ./ibdata1 can't be opened in read-write modeMySqlError