AIX-LINUX Blog
Pages
(Move to ...)
Home
About
AIX
NIM
VIO
HMC
Linux
Contact
▼
(Move to ...)
Home
▼
(Move to ...)
Privacy Policy
Disclaimer
▼
Thursday, April 7, 2022
Kill multiple process using for loop
›
Steps to kill multiple number of UNIX process using for loop First important thing is make sure that killing those process will not impact ...
Monday, April 4, 2022
find 100% full filesystem using script on AIX LPAR
›
find 100% full filesystem using script on AIX LPAR for i in `df -gi |grep -i '100%'|awk '{print $7}'` do echo "$i"...
Sunday, November 28, 2021
How to check and change hdisk attributes on AIX LPAR using script.
›
Today I am sharing script to change disk attributes using script. precheck Create directory with name aix_automation #mkdir aix_automation...
Saturday, October 30, 2021
How to check and change VIO shared ethernet adapter status,ha_mode using script
›
Use following scripts for shared ethernet adapter failover, status and priority check Let's start 1. Check ha_mode on multiple shared et...
How to gzip thousands of files using for loop
›
UNIX admin may get task like housekeep Unix filesystem. In such situations he may housekeep existing files in the file system or increase f...
Friday, July 23, 2021
Move logical partition using “migratelp” command to preserve cross site mirroring
›
Lets first understand what is cross site mirroring and why it necessary?? Answer: In cross site mirroring disks are coming from two di...
Sunday, July 18, 2021
How to use screen command in Linux
›
--> To open a new screen : #screen -S "Screenname" Eg.: #screen -S "testscreen" --> To deattach the screen : ...
‹
›
Home
View web version