- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Process overview differs on 'identical' systems
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
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
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-31-2011 01:18 AM
03-31-2011 01:18 AM
Process overview differs on 'identical' systems
I've got 2 identical clusters, both running 11.0 and serviceguard 11.05. Running the same software as a package.
On one of these clusters, some application process show up in the procces table as:
/opt/osw/script_name.sh /opt/osw/script_name.sh
On the other cluster it shows up as:
/bin/sh /opt/osw/script_name.sh
I've left out the owner, pid etc from the info as I can't copy /paste from the system.
Can anybody help me out here?
Thank you so much
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2011 01:33 AM
03-31-2011 01:33 AM
Re: Process overview differs on 'identical' systems
Unix operates with beer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2011 01:38 AM
03-31-2011 01:38 AM
Re: Process overview differs on 'identical' systems
These scripts are run as a service and are all started equally (as script name)
The scripts are identical as well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2011 01:43 AM
03-31-2011 01:43 AM
Re: Process overview differs on 'identical' systems
Unix operates with beer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2011 01:47 AM
03-31-2011 01:47 AM
Re: Process overview differs on 'identical' systems
Process owner is root.
Shell's are the same, .profile is identical,
/etc/profile is identical
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2011 06:06 AM
03-31-2011 06:06 AM
Re: Process overview differs on 'identical' systems
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2011 09:43 AM
03-31-2011 09:43 AM
Re: Process overview differs on 'identical' systems
Next to these 2 clusters, there's 5 more of them that I didn't mention to keep the question clean and simple. It didn't seem to matter as these are all (7X) 2 node clusters and only 1 is having issues.
I really can't find any difference in these systems besides this one cluster where the processes seem to be running differently according to the processtable.
All config files, binaries, cluster files, profiles et cetera are identical.
What am I missing? ;)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2011 03:37 AM
04-01-2011 03:37 AM
Re: Process overview differs on 'identical' systems
just one more thought: you could check how long the process runs, and compare this to the timestamp you got from the package log. If there is a reasonable difference, somebody must have restarted that process...
Unix operates with beer.