AIX-LINUX Blog
Pages
(Move to ...)
Home
About
AIX
NIM
VIO
HMC
Linux
Contact
▼
(Move to ...)
Home
▼
(Move to ...)
Privacy Policy
Disclaimer
▼
Monday, May 2, 2022
Change Hitachi disk attribute using shell script on multiple disk on AIX Lpar
›
Script : Step 1 : create list of server on where u wanted to change disk parameter, create this file on NIM server from where pass wordles...
Sunday, May 1, 2022
Troubleshoot SAS disk drive name using rmdev and cfgmgr on AIX VIO Server
›
Today I am going to share my experience for how to change hot swappable SAS disk drive name change. Details of scenario: On one of the VIO...
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...
‹
›
Home
View web version