- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- how can i determine whether i use debug os or not
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
06-04-2004 04:56 PM
06-04-2004 04:56 PM
how can i determine whether i use debug os or not
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2004 05:04 PM
06-04-2004 05:04 PM
Re: how can i determine whether i use debug os or not
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2004 05:06 PM
06-04-2004 05:06 PM
Re: how can i determine whether i use debug os or not
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2004 05:29 PM
06-04-2004 05:29 PM
Re: how can i determine whether i use debug os or not
i am not getting u. which program or software running on which version of HP-UX r u referring to?
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2004 05:33 PM
06-04-2004 05:33 PM
Re: how can i determine whether i use debug os or not
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2004 05:37 PM
06-04-2004 05:37 PM
Re: how can i determine whether i use debug os or not
please be more precise, what sort of info? do u happen to have IgniteUX which should come with print_manifest.
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2004 05:40 PM
06-04-2004 05:40 PM
Re: how can i determine whether i use debug os or not
# uname -a
which will give u the OS version
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2004 06:45 PM
06-04-2004 06:45 PM
Re: how can i determine whether i use debug os or not
If its O.S related s/w info you want along with the versions pls try swlist command
( see man swlist for more info )
You can get the O.S version,product versions
patch revision etc..,.
If it's hardware related info required then
pls use xstm or cstm if support tools is installed.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2004 08:24 PM
06-04-2004 08:24 PM
Re: how can i determine whether i use debug os or not
# uname -a
This will display the Version info for you.
Hope that works.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2004 09:23 PM
06-05-2004 09:23 PM
Re: how can i determine whether i use debug os or not
Internal to HP, there are several flavors of the HP-UX kernel. One of them is known as a debug kernel, and is full of assertions and other sanity checks. It's great for finding bugs in pre-release versions of HP-UX before they escape into the field, but that comes at a significant performance penalty. This flavor of kernel is almost never seen on customer systems due to the extra overhead, among other things. If this is the question you are being asked, and your system's copy of HP-UX came from normal release media or equivalent, you can safely say that you do not use the debug kernel.