Saturday, August 30, 2008

What's Next?

Well, I have received my Master of Fine Arts’ Art & Technology” graduate degree.

Someone asked, “What’s next?” My reply was facetious “I want to travel the US and see America, so I am going to truck driving school.” I found this to be an interesting question. I decided to elaborate my observations and yes it may come off a bit biased since I have recently taken an interest to Mihai Nadin’s “The Civilization of Illiteracy.”
While not wanting to insult the intelligence of those who risk the hazards of the road to bring us needed materials and sustenance for our consuming pleasures. I do want to point out the fact that we have become a nation of illiterates. Now I know that no one likes or wants to be considered an illiterate, but in this case you must consider the following.
What are you going to do now (if psychoanalyzed) probably translates into, what are you going to do to make money? Should we be so obsessed with money? Sure we need it to survive and maintain our existence. After all, we get put on the street if we don’t pay our rent, our utilities get cut off, or you can die from the lack of medical attention. But where is the positive enforcement to continue being a scholar? After all a job is the by-product of an education not vice versa. If you are seeking a job in a particular field you attend vocational training.
To quote Dr. Mihai Nadin “the listing of symptoms: the decrease in functional literacy; a general degradation of writing skills and reading comprehension; an alarming increase of packaged language (clichés used in speeches, canned messages); and general tendency to substitute visual media (especially television and video) for written language.” I don’t think anyone really understands the necessary character in the decline of literacy, but there will be life after.
Here is a prime example of my own difficulty with written language. It has taken me an hour to organize my thoughts (while watching a cooking show on KERA) to complete this simple expression of observations to the question “what are you going to do now?”

Thursday, October 11, 2007

JACL 101

$AdminConfig
control
app
task
Object and Attributes
Objects may contain objects
WAS_6 contains 500 objects

Create object parent {{list of attributes value pairs} {attribute value}}
For variable substitution use [list [list attribute $name]]
$AdminConfig list cell
getid
help
types
Show
Showall
Showattribute
Create
save
Example:
AdminConfig showAttribute
(cells/WAS6_DEV_Cell01/clusters/INS_Clusterresources.xml#ConnectionPool_118347
2270295) maxConnections 10

Permissions and CHMOD

Letter Meaning
u The user who owns the file (this means “you.”)
g The group the file belongs to.
o The other users
a all of the above (an abbreviation for ugo)

Before: -rwxr-xr-x archive.sh
Command: chmod o=r archive.sh
After: -rwxr-xr-- archive.sh

Take away all permissions for the group for topsecret.inf We do this by leaving the permissions part of the command empty.
Before: -rw-r----- topsecret.inf
Command: chmod g= topsecret.inf
After:-rw------- topsecret.inf

Open up publicity.html for reading and writing by anyone.
Before: -rw-r--r-- publicity.html
Command: chmod og=rw publicity.html
After: -rw-rw-rw- publicity.html

Heap Dumps

Find .-name heapdump*
df –k

sudo –l grep node
sudo /etc/rc.d/init.d/DTc_was_nodeagent_v6i6 stop

node agent associated with the heapdumps is DTc_was_nodeagent_v6i6 for the application AML.

Be sure to also restart AML app

Finding an application log

SWWEBD13 su ivmgr
pdadmin –a -p server list grep dtcclogin2.dtcc.com
Server list
dtcclogin2-webseal-swwebd13 list
Sudo –l grep –i cdts (-i ignores case sensitivity).
cd /logs/was
usr/ucb/ps –auxwww grep CDTSPrime_c1

Systemout.log /opt/WebSphere/AppServer_v6/profiles/appsrv01/logs/DERIV_A3C1


tail –f /opt/WebSphere/UpdateInstaller/tmp/*.txt

cd /tmp/install/updates