HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- checking applications before & after patching serv...
Operating System - HP-UX
1833883
Members
1907
Online
110063
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
07-07-2005 11:38 PM
07-07-2005 11:38 PM
checking applications before & after patching server
I am going to be patching a server. Before I patch the server I have to check what applications are running, stop them (and disable auto-start). Once I have completed the patching I have to reenable a the autostart on the applications once the patching is complete. Then having rebooted the server I have to confirm that all the applications are running.
To check the applications should I be doing: *unifstat?
*ps -ef?
or something else?
To check the applications should I be doing: *unifstat?
*ps -ef?
or something else?
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2005 11:54 PM
07-07-2005 11:54 PM
Re: checking applications before & after patching server
Yes,
ps -ef of course!!!
or even better
ps -ef|grep -v root
so you can see generally all the processes that don't belog to root (i.e. oracle, tibco or other).
bye
Giacomo
ps -ef of course!!!
or even better
ps -ef|grep -v root
so you can see generally all the processes that don't belog to root (i.e. oracle, tibco or other).
bye
Giacomo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2005 05:24 PM
07-09-2005 05:24 PM
Re: checking applications before & after patching server
Hi Ravinder
Example if you are using oracle
ps -ef | grep ora
Regards
Mahesh
Example if you are using oracle
ps -ef | grep ora
Regards
Mahesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2005 12:53 AM
07-11-2005 12:53 AM
Re: checking applications before & after patching server
Thanks
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP