This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
aix:hmc_problem [2021/03/19 10:01] manu |
aix:hmc_problem [2023/04/04 16:41] (current) manu |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== HMC Problem determination ====== | ====== HMC Problem determination ====== | ||
+ | |||
+ | ===== No more space ===== | ||
+ | |||
+ | Filesystem / is full | ||
+ | |||
+ | Web services are no more responding | ||
+ | |||
+ | Command to check: | ||
+ | monhmc -r disk | ||
+ | |||
+ | This command can free up space in the following file systems: /var, /var/hsc/log, /dump, /extra, /data, and /. | ||
+ | |||
+ | Remove temporary HMC files which have not been modified during the last day (24 hours) from all file systems: | ||
+ | <cli prompt='>'> | ||
+ | [hmc@hscroot]~> chhmcfs -o f -d 1 | ||
+ | </cli> | ||
+ | |||
+ | Remove all temporary HMC files from all file systems: | ||
+ | <cli prompt='>'> | ||
+ | [hmc@hscroot]~> chhmcfs -o f -d 0 | ||
+ | </cli> | ||
+ | |||
+ | Remove temporary HMC files which have not been modified during the last 36 hours from the /var file system: | ||
+ | <cli prompt='>'> | ||
+ | [hmc@hscroot]~> chhmcfs -o f -h 36 -f /var | ||
+ | </cli> | ||
+ | |||
+ | Remove temporary HMC files from the /dump file system to free up to 100 MB: | ||
+ | <cli prompt='>'> | ||
+ | [hmc@hscroot]~> chhmcfs -o f -s 100 -f /dump | ||
+ | </cli> | ||
===== Remove an HMC from a Power server ===== | ===== Remove an HMC from a Power server ===== |