- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HP equivilant to /usr/ucb/ps auxwwe on Solaris - s...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-19-2008 03:17 AM
тАО03-19-2008 03:17 AM
HP equivilant to /usr/ucb/ps auxwwe on Solaris - shows processes environment
/usr/ucb/ps auxwwe 28451
root 28451 0.0 0.0 328 232 pts/3 S Mar 17 0:00 -sh HOME=/ PATH=/usr/sbin:/usr/bin LOGNAME=root HZ= TZ=GB TERM=xterm SHELL=/sbin/sh
I realise it is trivial to get under HP a processes arguments (using the UNIX95= ps -eo args syntax or via PSTAT_GETCOMMANDLINE) but is there any way to show the processes' environment as well?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-19-2008 09:26 AM
тАО03-19-2008 09:26 AM
Re: HP equivilant to /usr/ucb/ps auxwwe on Solaris - shows processes environment
What are you looking for? Is this a one time case?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-19-2008 09:35 AM
тАО03-19-2008 09:35 AM
Re: HP equivilant to /usr/ucb/ps auxwwe on Solaris - shows processes environment
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-19-2008 11:06 AM
тАО03-19-2008 11:06 AM
Re: HP equivilant to /usr/ucb/ps auxwwe on Solaris - shows processes environment
There is a difference between impossible and hard (not easy) to do.
See these other links about gcore and getting the environment with gdb.
http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1212971
http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=763461
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-19-2008 11:25 AM
тАО03-19-2008 11:25 AM
Re: HP equivilant to /usr/ucb/ps auxwwe on Solaris - shows processes environment
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-19-2008 02:17 PM
тАО03-19-2008 02:17 PM
Re: HP equivilant to /usr/ucb/ps auxwwe on Solaris - shows processes environment
I would have thought you look at it only once to fix things and then you never need to do it again.
Once you do the gcore, you could just use "strings -a core | grep XXX".
This may be slow but it's simple.