摘要: 磁盘挂载后,启动报错 Unable to create tempDir. java.io.tmpdir is set to /tmp [2022-03-30 17:12:06.596] WARN [main] AbstractApplicationContext.java:558 - Excepti 阅读全文
posted @ 2022-03-30 17:25 VipSoft 阅读(4053) 评论(0) 推荐(0)
摘要: 1. df -h Disk label type 值为dos表示MBR分区,值为gpt表示GPT分区。 [root@iZuf66gcq71y5hlfv02w6aZ ~]# yum install -y parted [root@iZuf66gcq71y5hlfv02w6aZ ~]# yum inst 阅读全文
posted @ 2022-03-30 15:13 VipSoft 阅读(229) 评论(0) 推荐(0)
摘要: 同一物理盘进行扩容(非挂载),首先在虚机内将硬盘空间扩大, Hyper-V 需要将检查点删除 查看物理卷和卷组,并将物理卷加入到卷组 #将剩余空间添加到逻辑卷 /dev/centos/root lvextend -l +100%FREE /dev/centos/root #同步到文件系统,实现对根目 阅读全文
posted @ 2022-03-30 13:47 VipSoft 阅读(688) 评论(0) 推荐(0)
摘要: Dependencies unknown 由父POM 托管 <properties> <boot-admin.version>2.3.0</boot-admin.version> </properties> <dependencyManagement> <dependencies> <depende 阅读全文
posted @ 2022-03-30 12:43 VipSoft 阅读(76) 评论(0) 推荐(0)