when you try to use errpt command and you get the following error :
0315-021 Cannot open error message catalog /var/adm/ras/codepoint.cat. The error report will still run, but it will not have explanatory messages.
when you try to use errpt command and you get the following error :
0315-021 Cannot open error message catalog /var/adm/ras/codepoint.cat. The error report will still run, but it will not have explanatory messages.
Product |
Continue Reading… |
to check last update on users password, run the following commands :
#pwdadm -q root
root:
lastupdate = 1340177035
#perl -le 'print scalar localtime(shift);' 1340177035
Wed Jun 20 09:23:55 2012
Useful HACMP commands
To Remove the Control Characters (^M) from File in Linux/UNIX do the following Steps:
1- Check the file first (You will see ‘^M’ on the end of each line): #cat -vte filename
2- open the file : #vi filename
3- press ESC button on Keyboard then press “:” (Command Mode)
5- write the following “1,$ s/^M//g” (HINT: to write the ‘^M’ char on step Number 5, just press “CTRL+v+m”)
6- save the file using “:wq”
7- check the file again: #cat -vte filename
To Display Memory Information in Gigabyte use the Follwoing Command :
#svmon -O,unit=GB
This Command Tested on AIX 6.1
You are currently browsing the How 2 Know January, 2013blog archives for .