AIX-LINUX Blog
Pages
(Move to ...)
Home
About
AIX
NIM
VIO
HMC
Linux
Contact
▼
(Move to ...)
Home
▼
(Move to ...)
Privacy Policy
Disclaimer
▼
Friday, October 13, 2023
awk one line command for displaying total storage assigned on AIX LPAR
›
#awk '{ sum += $1 } END { print sum }' list.txt list.txt. file contain pv size in 1St column of file Approach 2 for cal...
Friday, September 29, 2023
SAN disk path health check script using diff command UNIX
›
SAN disk path health check script using diff command UNIX Here following script will be helpful during SAN switch activity, where AIX admin...
Script to find stale physical partition on AIX LPAR
›
Find stale partition on AIX LPAR using following script for i in `lsvg -o |awk '{print $1}'` do echo $i lsvg $i|grep -i "stale...
Wednesday, September 27, 2023
/bin/rm: argument list too long
›
/bin/rm: argument list too long what is the solution to this error on UNIX or Linux??? solution: When UNIX admin tries to delete too many ...
Dump device too small to store system dump ,warning message is AIX errpt
›
Hello everyone, today i am writing about following error in AIX errpt Dump device too small to store system dump, warning message ????? Ho...
mksysb backup failing with error /tmp/backupxxaaah8pqaa there is not enough space in file system
›
mksysb backup failing with error /tmp/backupxxaaah8pqaa there is not enough space in file system Solution: Increaed /tmp by 1gb and perform...
Monday, December 5, 2022
Boot AIX lpar from single user mode to multiuser
›
Boot a AIX lpar which was stuck in single user mode. AIX admin unable to access over network using ip address and cyyberark Solution: Tried ...
1 comment:
›
Home
View web version