- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- hpux 11i operating environment
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
02-29-2004 08:18 AM
02-29-2004 08:18 AM
hpux 11i operating environment
How would i know which operating environment installed on my machine.
TIA.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-29-2004 08:28 AM
02-29-2004 08:28 AM
Re: hpux 11i operating environment
To get patch levels and detail info:
# /usr/sbin/swlist -a revision
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-29-2004 08:28 AM
02-29-2004 08:28 AM
Re: hpux 11i operating environment
# uname -a
will give you the OS version
Check below commands if your system is supports 64 bits.
# file /stand/vmunix
/stand/vmunix: ELF-64 executable object file - PA-RISC 2.0 (LP64)
# getconf KERNEL_BITS
64
# getconf HW_32_64_CAPABLE
1
Hope this helps,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-29-2004 08:49 AM
02-29-2004 08:49 AM
Re: hpux 11i operating environment
http://forums1.itrc.hp.com/service/forums/questionanswer.do?admit=716493758+1078091260162+28353475&threadId=448010
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-29-2004 08:58 AM
02-29-2004 08:58 AM
Re: hpux 11i operating environment
If you haven't ignite installed, seriously look into installing it. It will save you time, energy and from disasters.
http://www.software.hp.com/products/IUX/download.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-29-2004 10:57 PM
02-29-2004 10:57 PM
Re: hpux 11i operating environment
To get the operating environment the machine is loaded with
swlist | grep HPUX
eg.
HPUX11i-OE-MC B.11.11.0303 HP-UX Mission Critical Operating
Environment Component
or ...
HPUX11i-TCOE B.11.11.0303 HP-UX Technical Computing OE Comp
onent
You can look at the HP web site for details of each enverinment and included packages.
If you have a stock standard environment im not to sure what it will list though.
If you just want to know the os.
uname -a
If you want to know the installed software use
swlist
If you want to see which patches is installed
swlist -l patch ( be prepared for a load of output )
HTH
Regards
Gerhard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2004 12:22 AM
03-01-2004 12:22 AM
Re: hpux 11i operating environment
uname -a
or
swlist | grep 'HPUX'
Keith