摘要: Clone the rootvg to an Alternate Disk View HDD lspv Move Old altinst_rootvg exportvg altinst_rootvg; lspv hdisk0 00cc4bc0928e8eec rootvg active hdisk1 阅读全文
posted @ 2025-08-07 10:30 k98091518 阅读(54) 评论(0) 推荐(0)
摘要: e.g. View lpp & spot lsnim -t lpp_source; lsnim -t spot Data path Patch source path: /DEV_bk/restore/aix_depot/AIX72 lpp_source path: /DEV_bk/restore/ 阅读全文
posted @ 2025-11-10 15:53 k98091518 阅读(0) 评论(0) 推荐(0)
摘要: Check bash bootlist -m normal -o hdisk0 blv=hd5 pathid=0 lspv hdisk0 00cc4bc0964f315a rootvg active hdisk1 00cc4bc028d6260c altinst_rootvg lsvg rootvg 阅读全文
posted @ 2025-10-28 20:08 k98091518 阅读(3) 评论(0) 推荐(0)
摘要: df -h df -h |awk 'NR>1 && int($4) < 2' df -h |awk 'NR>1 && int($5) > 30' 阅读全文
posted @ 2025-10-28 10:24 k98091518 阅读(3) 评论(0) 推荐(0)
摘要: v7 echo -e "[RHEL7-ELS]" > /etc/yum.repos.d/web.repo echo -e "name=RHEL7-ELS" >> /etc/yum.repos.d/web.repo echo -e "enabled=1" >> /etc/yum.repos.d/web 阅读全文
posted @ 2025-10-20 16:11 k98091518 阅读(7) 评论(0) 推荐(0)
摘要: setfacl -R -m u:iasloguser:r-x /scb/iads/gateway/log/ setfacl -R -m d:u:iasloguser:r-x /scb/iads/gateway/log/ d:u: is default ACL getfacl /scb/iads/ga 阅读全文
posted @ 2025-10-20 16:09 k98091518 阅读(3) 评论(0) 推荐(0)
摘要: mpstat yum install sysstat -y systemctl start sysstat systemctl enable sysstat systemctl status sysstat tuned-adm list tuned-adm profile throughput-pe 阅读全文
posted @ 2025-10-20 16:07 k98091518 阅读(6) 评论(0) 推荐(0)
摘要: 用法說明 如果執行db2_deinstall -a ,則僅刪除Db2資料庫安裝程式安裝的元件和功能。 在執行db2_deinstall指令之前,必須從實例擁有者的主目錄中刪除實例條目和目錄。 e.g. su - db2inst1 db2 force applications all db2 list 阅读全文
posted @ 2025-10-14 18:00 k98091518 阅读(4) 评论(0) 推荐(0)
摘要: Repository Server Configuration Mount DVD.iso. Create DVD repo. [BaseOS] name=DVD_BaseOS enabled=1 gpgcheck=0 baseurl=file:///mnt/BaseOS [AppStream] n 阅读全文
posted @ 2025-09-29 15:56 k98091518 阅读(10) 评论(0) 推荐(0)
摘要: 安装parted yum install -y parted 列出现有磁盘分区 parted -l 检查磁盘状态(sda是新添加的磁盘) parted /dev/sda print 新建磁盘分区表类型MBR parted -s /dev/sda mklabel msdos 新建磁盘分区表类型gpt 阅读全文
posted @ 2025-09-27 21:15 k98091518 阅读(8) 评论(0) 推荐(0)
摘要: Create lv of type vdo on RHEL8 HDD: 700G vg: 700G lv: 650G vdo: 7000G yum install lvm2 kmod-kvdo vdo -y parted -s /dev/sdc mklabel msdos parted -s /de 阅读全文
posted @ 2025-09-23 10:00 k98091518 阅读(9) 评论(0) 推荐(0)