Archive for January, 2010
Restart WebSphere Dmgr
root path maybe different:
/usr/WebSphere/61/profiles/
- /AppSrv01/bin/stopNode.sh
- /Dmgr/bin/stopManager.sh
- /Dmgr/bin/startManager.sh
- /AppSrv01/bin/startNode.sh
AIX sudo to root
Did not know this.. I’ve always done /usr/local/bin/sudo bash
linux load over 4 (with 4 processors)
Redhat asked for the below 3 reports to help resolve:
-
top -n 500 -b -d 1 > /tmp/top.txt& (top)
-
vmstat 1 500 > /tmp/vm.txt& (vm info)
- iostat -x 1 500 > /tmp/io.txt& (io)
Uncompress on Linux
This will remove the xxx.tar.gz and leave you with the xxx.tar
- gunzip xxx.tar.gz
Then this will remove all the files from the tar, leaving the xxx.tar (make sure you run this in the folder you want the files at)
- tar -xvvf xxx.tar
How to get Linux CPU statistics
less /proc/cpuinfo
What is my Redhat Version?
cat /etc/red*
How to redeploy (P8)CE (4.0.x) on Websphere 6.1.x
How to redeploy CE
1) Stop JVM
> Server> Application server> FileNet-CE
2) Uninstall current installed ear
> Enterprise Applicaitons> FileNetEngine
Read the rest of this entry »
Can I configure Windows 2000/XP/2003 to log me on automatically?
You sure can!
Old but nevertheless good. The auto logon can be accomplished by means of Registry modifying, or by use of 3rd-party tools.
Read the rest of this entry »