How to get HMC IP address from the LPAR in AIX ?
In this post, we will look how to get the HMC IP address from the lpar in IBM AIX. Its quite simple using the lsrsrc command. ngeaix001 --> lsrsrc IBM.MCP...
This category contains articles about IBM AIX UNIX and various tricks to work on this flavor of UNIX.
In this post, we will look how to get the HMC IP address from the lpar in IBM AIX. Its quite simple using the lsrsrc command. ngeaix001 --> lsrsrc IBM.MCP...
Today we will see how to increase LP count of an AIX filesystem. LP count is a limit set in a particular LV where we can’t increase the size of...
Today we will the steps to know how we can increase the filesystem in AIX. AIX is far more flexible than linux/solaris, and provide on the fly filesystem increase/shrink facility....
Today we will look how to get the process details which is using a particular socket or port in AIX. 1. Get the port number socket details. ngeaix091--> netstat -Aan|...
1. First we will assign the bosboot image to the OS to avoid bosboot error messages on the server. bosboot command is similar to dracut command of linux. It creates...
Today we will look at an interesting post w.r.t. AIX, how to enable I/O Completion port in AIX. I/O Completion ports helps in performing multiple simultaneous asynchronous input/output operations on...
In this post, we will look at a small and interesting issue where when we do “df” to see the filesystem usage, we are not able to see the details...
Recently i have faced an interesting issue when i was trying to mount a NFS partition. The NFS partition was failed to mount with some strange error message “System call...
Today we will look at an interesting warning messages on our DNS server and found the requests are coming from some random source say, XXX.XX.X.XX. 1. Issue Details named-security.log:11-Apr-2020 07:41:26.657...
Today in this article, we will look how to set TAB auto-completion and, How to set PS1 variable to see hostname and current working directory on IBM AIX server. 1....