[vCenter报错]The file table of the ramdisk 'tmp' is full

Alarm details
Description
Fired by event: esx.problem.visorfs.ramdisk.full Event description: The ramdisk 'tmp' is full. As a result, the file /tmp/auto-backup.5499432/etc/sfcb/sfcb.cfg could not be written. Initiated by: Not Set
Knowledge
One of the host's ramdisks reached the limit for the number of files it can contain
Cause
The file table of the ramdisk 'tmp' is full
Resolution
If the files were created by administrative action (for example, accidentally copying files to an incorrect path), then remove the files. If the normal operation of the system appears to cause the error, then contact VMware support
External

暂时解决办法:

[root@01:~] vdf -h
-----
Ramdisk                   Size      Used Available Use% Mounted on
root                       32M        2M       29M   8% --
etc                        28M      264K       27M   0% --
opt                        32M      572K       31M   1% --
var                        48M      516K       47M   1% --
tmp                       256M      256M        0B 100% --
iofilters                  32M        0B       32M   0% --
shm                      1024M        0B     1024M   0% --
hostdstats               1803M       10M     1792M   0% --
snmptraps                   1M        0B        1M   0% --
[root@01:~] cd /tmp
[root@01:/tmp] ls -l
total 262140
-rw-r--r--    1 root     root     268151227 Nov  3 02:27 ams-bbUsg.txt
-rw-r--r--    1 root     root          2477 Nov  2 23:00 ams-ent.txt
-rw-r--r--    1 root     root           358 Nov  3 02:26 ams-fc.txt
...
[root@01:/tmp] echo "" > ams-bbUsg.txt 
[root@01:/tmp] vdf -h
-----
Ramdisk                   Size      Used Available Use% Mounted on
root                       32M        2M       29M   8% --
etc                        28M      264K       27M   0% --
opt                        32M      572K       31M   1% --
var                        48M      516K       47M   1% --
tmp                       256M      276K      255M   0% --
iofilters                  32M        0B       32M   0% --
shm                      1024M        0B     1024M   0% --
hostdstats               1803M       10M     1792M   0% --
snmptraps                   1M        0B        1M   0% --
[root@01:/tmp] 

HP提出的解决方案:效果待观察

https://support.hpe.com/hpsc/doc/public/display?docId=emr_na-a00073323en_us&docLocale=en_US

[root@01:~] esxcli software vib list | grep ams
amsd                           670.11.4.0-18.7535516               HPE        PartnerSupported  2019-08-03

[root@01:~] esxcli software vib install -d /vmfs/volumes/P2050/esxi6.7uX-mgmt-bundle-3.4.5-8.zip 
Installation Result
   Message: The update completed successfully, but the system needs to be rebooted for the changes to be effective.
   Reboot Required: true
   VIBs Installed: HPE_bootbank_amsd_670.11.4.5-18.7535516
   VIBs Removed: HPE_bootbank_amsd_670.11.4.0-18.7535516
   VIBs Skipped: HPE_bootbank_cru_670.6.7.10.14-1OEM.670.0.0.7535516, HPE_bootbank_fc-enablement_670.3.40.10-7535516, HPE_bootbank_ilo_670.10.1.0.16-1OEM.670.0.0.7535516, HPE_bootbank_smx-provider_670.03.15.00.3-7535516

[root@01:~] esxcli software vib list | grep ams
amsd                           670.11.4.5-18.7535516               HPE        PartnerSupported  2019-11-04
[root@01:~] 

你可能感兴趣的:(LINUX,系统运维,虚拟化)