While in maintenance mode,
do check on bosboot and bootlist.
Disconnect external Fibre calbes. Run diagnostics to confirm the adapter errors.
If you are authorized to remove the card, why not, remove them and test it.
aixnag
IBM Certified Specialist - P-series AIX 5L Administration
IBM...
Are you able to go in maintenance mode?
Disconnect all external Fibre cables and try again.
aixnag
IBM Certified Specialist - P-series AIX 5L Administration
IBM Certified Specialist - AIX V4 HACMP
IBM eServer Certified Specialist – p690 Technical Support
IBM Certified Solutions Expert - DB2...
I wish all the posts (120) above rolled into one.
aixnag
IBM Certified Specialist - P-series AIX 5L Administration
IBM Certified Specialist - AIX V4 HACMP
IBM eServer Certified Specialist – p690 Technical Support
IBM Certified Solutions Expert - DB2 UDB V7.1 Database Administration for Unix...
First, identify which disk failed,
#unmirrorvg -c 1 <vg_name> <failed_disk_name>
#reducevg <vg_name> <failed_disk_name>
#rmdev -dl <failed_disk_name>.
Replace disk
run cfgmgr. ( am assuming that system is not having HACMP)
#extendvg <vg_name> <new_disk_name>
#mirrorvg -c 2 <vg_name>...
Guys,
How about this idea!
$perl -pi -d "s/ /:/g;s/ //g;s/:/ /g" <filename>
Hope it helps.
aixnag
IBM Certified Specialist - P-series AIX 5L Administration
IBM Certified Specialist - AIX V4 HACMP
IBM eServer Certified Specialist – p690 Technical Support
IBM Certified Solutions Expert -...
mikey,
I believe,its all about his attitude problem; this is quite serious,this genarally comes with being very comfortable for number of years in the same position,knowing that he's valuable, strong feeling of irreplaceble.
My point is 'no matter how busy he is in daily normal stuff, there is...
Seems you didn't follow all the post migration activities. Before i suggest to do something. I would like to know what steps you followed so far (Describe in very high level.
aixnag
IBM Certified Specialist - P-series AIX 5L Administration
IBM Certified Specialist - AIX V4 HACMP
IBM eServer...
Hi,
If the services are running, it should show in #netstat -a|grep <portnumber>.
It seems to me, something problem with your tcpip deamons. Can you do the following check
#ps -ef|grep portmap or #lssrc -s portmap
#ps -ef|grep inetd or #lssrc -s inetd
if either of the services not...
The best approach would be start with unix basics, there is basic certification from IBM, check the following link
http://www-03.ibm.com/certify/tests/obj190.shtml
Please note, all these useful if you have access to the AIX box. No matter how good you are theory, practical experience plays a...
Nick,
You don't need to connect and configure the network cable and ip address if you would like to use your laptop as console.
You need IBM serial cable. All you need to make sure that you are connecting to serial port. On laptop start-->programs ->accessories--> comminications -->...
Is the tomcat process is up? Have you found any errors in catalina.out and localhost_access_log files.
Try and find out whether port is open
#netstat -a |grep 8080
if open then try and connect to port
#telnet localhost 8080
you should be able to see something like below
******
Trying...
Don't worry, even if you don't have Xwindows, still you can install DB2 using command line.
For Xwindows:-
Run #xclock -you should a see clock appearing on screen. if doesn't appear then you can
1.check the process using #ps -ef|grep X11
2.check the package using #lslpp -L|grep -i x11.base...
Polani,
db2 "backup db qaldb user db2inst using db2inst online use tsm "
The above command takes backup of database only.
For taking log files backup, you can follow steps which i have mentioned in previous post
aixnag
IBM Certified Specialist - P-series AIX 5L Administration
IBM Certified...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.