![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| HP-UX HP-UX (Hewlett Packard UniX) is Hewlett-Packard's proprietary implementation of the Unix operating system, based on System V. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| script to monitor process running on server and posting a mail if any process is dead | pradeepmacha | Shell Programming and Scripting | 13 | 03-06-2009 07:33 AM |
| 3004-505 Cannot set process environment | ak835 | AIX | 4 | 02-20-2009 01:36 AM |
| Getting another process' environment | DreamWarrior | High Level Programming | 3 | 04-02-2008 01:31 PM |
| How to create a dummy process of a process already running? | shambhu | UNIX for Advanced & Expert Users | 3 | 08-31-2007 10:22 AM |
| Running UNIX in windows environment ? | bh_hensem | Windows & DOS: Issues & Discussions | 1 | 05-10-2007 07:25 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
In Solaris, here is the command that use to get the environments of running process.
pargs -e [pid] For example: /export/home/admin> pargs -e 6682 6682: /storage1/opt/wls103/jdk160_05/bin/java -client -Xms256m -Xmx512m -XX:CompileTh envp[0]: XFILESEARCHPATH=/usr/dt/app-defaults/%L/Dt envp[1]: NLSPATH=/usr/dt/lib/nls/msg/%L/%N.cat envp[2]: ANT_CONTRIB=/storage1/opt/wls103/modules/net.sf.antcontrib_1.0.0.0_1-0b2 envp[3]: ANT_HOME=/storage1/opt/wls103/modules/org.apache.ant_1.6.5 envp[4]: ARDIR=/storage1/opt/wls103/wlserver_10.3/server/lib envp[5]: BEA_HOME=/storage1/opt/wls103 envp[6]: BEA_JAVA_HOME= Is there any command like this in HP-UX? Or, anyway to get the env of running proc? Could you all please give me a good recommendation? I have been finding this for 2 weeks. ![]() Thank you. ![]() |