摘要:
IBM Installation Manager 工具概述 IBM Installation Manager 是一款可运行在多种平台(如 IBM i、 z/OS、 Windows、 Linux、Unix)上的通用软件管理工具,现在被多种 IBM 产品所使用,如 WebSphere、Rational 阅读全文
摘要:
ITS UNIX Systems Changing Ethernet Media Speed for AIX ITS UNIX Systems Changing Ethernet Media Speed for AIX First you need to find out the device na 阅读全文
摘要:
AIX使用命令修改网卡IP地址,永久生效 比如修改en0的ip地址。chdev -l en0 -a netaddr=192.168.1.100 -a netmask=255.255.255.0 -a state=up 启用en0 网卡ifconfig en0 up AIX Study之--AIX网卡 阅读全文
摘要:
DB2 删除过期备份和日志 $ db2 list history archive log all forpayment2 列出归档日志 $ db2 list history backup all forpayment2 列出备份 显示时间字符串 $ echo $(date"+%Y-%m-%d-%H: 阅读全文