lunes, 16 de mayo de 2016

CA Clarity Server Administration (OS, Tomcat, Java, pages)



Linux/batch Commands

CA Clarity PPM Commands:

#admin tower (before it was called nikuadmin)











# service status all
# service start/stop x/all
(requires Java path)

#./servicebg start


Standard UNIX commands

#ps -F -C java >/home/miuser/procesos_java.txt
# top -b -d 1 -p $(pgrep -u clarity -d',') -n 5  
(top will display info only for those IDs received from pgrep, 
-u user -d delimiter)





Clarity services and execution 

 /etc/init.d/clarity

Internal configuration files (filled with parameters from NSA):
/clarity/bin
serviceappcmd.conf
servicebgcmd.conf
servicensacmd.conf

Services:
serviceapp  launch son process  java -Dcom.niku.union.serviceId=app
servicebg
launch son process  java -Dcom..niku.union.serviceId=bg
...


 

Java/Apache Tomcat (jvmParameters)
-Xms2048m 
-Xmx3072m  


Internal pages/jobs,... customization

Path:
\META-INF\object_type_group\filetype\object\view-filename.ext





XBL/PMD job/report executable

(format xml )


i.e:
META-INF\projmgr\xbl\projects\purgeProjects.xbl
META-INF\projmgr\pmd\projectPurgePMD.xml (include update queries)


Timesheets:
META-INF\timeadmin\vxsl\timesheets\selectTimesheetTask.xsl;
META-INF\timeadmin\xbl\timesheets\selectTimesheetTask.xbl;
META-INF\timeadmin\bind\timesheets\selectTimesheetTask.xml;
META-INF\timeadmin\pmd\timesheetDataPMD.xml; 


XOG Client
META-INF\xog\wmd/xog.xml
   pageaction id=”xog.client”
   active=”true”

META-INF/nmc/xbl/insertUser.xbl


XQL files 
XML files with queries
/WEB-INF/projmgr/xql
/WEB-INF/xog/xql

i.e.
importWIPActuals.xql
postTimesheets.xql
cmn_users_write.xql (niku2000 pwd)