Category: Administration
Administration
IBM released AIX 5.3 back in 2004, and in April of this year, eight years later, AIX 5.3 will no longer be available with standard IBM support. For those customers who just can’t make the leap to AIX 6 or 7, IBM is offering some relief in the form of a three-year service extension, with minimum purchases of 90 days or six months, depending on the country.
Read the rest of entry »
One way of leveraging the shell is to run a subshell. That's simply getting a parent process to kick off a child process, wait for the result and do something with it. This tip gives you three examples which I've found handy on the command line. You can probably think of many others.
Read the rest of entry »
For a peek inside IBM’s thinking around how the company rolls out AIX fixes like Technology Levels and Service Packs, Jay Kruemcke, AIX product manager at IBM for Power Systems, posted an explanation on his
The secret product manager blog site.
Kruemcke says he’s been getting a few questions about the fix and update process, such as, “Why does a new Service Pack come out at the same time as a new Technology Level?”
Read the rest of entry »
If you're wondering what all the “Big Data” buzz is all about, you have to read IBM’s Big Data FlashBook. It's a great explanation about cost-effective solutions to the three Vs that are the characteristics of big data: volume, variety, and velocity.
Read the rest of entry »
AIX has more than the usual suite of performance monitoring tools. You'll find common Unix tools, such as fuser, ps, sar, tcpdump, and the like, as well as many AIX-unique utilities. Here is a rough guide to the tools you should keep near to hand when trouble requires shooting.
Read the rest of entry »
If your AIX environment has disks of different sizes it can be difficult to keep track of just how big each one is. Of course, you can use the lspv command, but only for the Physical Volumes (disks) that are members of active Volume Groups (VGs). If you want to check the size of a disk even if it's not in a VG, use the getconf command.
Read the rest of entry »
This tip shows you how to grow the existing disk in rootvg without any outage on the AIX logical partition. It's important to have enough spare disk in rootvg -- the AIX OS volume group -- as it contains critical file systems such as /, /usr, /var and /tmp. rootvg can also be used for paging space and system dump devices, as well as user file systems, so it's helpful to give it some head room. You may just need the extra disk space one day.
Read the rest of entry »
I just saw a new management brief report available from IBM,
“Value Proposition for IBM DB2 9.7: Cost/Benefit Case for SAP Enterprise Migrations,” and wow, it paints a pretty picture in favor of IBM and DB2 over the competition, specifically Oracle Database 11g.
Read the rest of entry »
IBM has created a new tool to help reshape the perception of smarter computing, and it uses IBM Power Systems. The online, web-based tool is called the IBM Smarter Computing Workload Simulator, and it shows IT and business leaders how an architecture based on IBM Power Systems can be massively more cost-effective than one that uses commodity servers in a scale-out nightmare architecture strategy.
Read the rest of entry »
One of the best keep secrets about PowerVM is the ability to create a directory structure in ISO format and share it around using the VIOS Virtual Media Repository. The mkdvd and mkcd commands are better known for creating mksysbs, but you can really use them for any directory structure -- here's how to do it.
Read the rest of entry »