AIX-LINUX Blog
Pages
(Move to ...)
Home
About
AIX
NIM
VIO
HMC
Linux
Contact
▼
(Move to ...)
Home
▼
(Move to ...)
Privacy Policy
Disclaimer
▼
Sunday, May 29, 2022
How to delete old file using find command on AIX operating system
›
Delete log files on AIX operating system which are older than 365 days. Command to list these files #find /oracle/log -name "*.log...
Thursday, May 19, 2022
create file backup using script on AIX operating system.
›
Script for inputfile in test1 test2 test3 test3 do cp $inputfile ${inputfile}.bkp echo $inputfile backup created successfully Sleep 2 done
Monday, May 2, 2022
How To replace faulty ethernet adapter Which is part of shared ethernet on AIX VIO, without reconfiguring SEA
›
Replace faulty ethernet adapter Which is part of shared ethernet on AIX VIO, without reconfiguring SEA. Lets see.... Scenario: on VIO serve...
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"...
‹
›
Home
View web version