- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Default Variable
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
01-15-2003 07:53 PM
01-15-2003 07:53 PM
Default Variable
Second thing is, can some body provide me URL for latest patch and update on HP-UX 11.x and 10.x, rather than using search or register. THanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2003 08:05 PM
01-15-2003 08:05 PM
Re: Default Variable
For the latest patch bundles see:
http://www.software.hp.com/SUPPORT_PLUS/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2003 08:10 PM
01-15-2003 08:10 PM
Re: Default Variable
http://www2.itrc.hp.com/service/patch/search.do?pageContextName=hpux:::
use this URL to find all latest patches for 11.x 10.x
in the search just give brouse by patch list and select the OS this will give you all the patches for that OS
Thanks
Rajeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2003 04:32 AM
01-17-2003 04:32 AM
Re: Default Variable
The full story isn't that simple:
There are a small number of environment variables ($PATH, etc) which have a general effect on all programs. These should be documented in the environ man page.
There are a larger number of variables that your shell uses (such as $ENV), check the man page for each specific shell (ksh, sh, etc). X11 has its own variables (e.g. $DISPLAY) too.
Frequently a number of the above will be predefined during the login process, either during login, shell creation, or reading the .profile (etc). Sometimes the telnet or ssh server will set environment variables supplied by the remote client.
Any program can define its own environment variables (e.g. ssh has an SSH_AUTH_SOCK), which makes the complete list of variables unbounded. Unfortunately, this means checking each of the effected man pages.
Generally, the man page for a program should refer to any environment variables it uses, with the exception of those in environ. Of course, not everything gets documented.
Hope this helps,
-Scott-
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2003 05:51 AM
01-17-2003 05:51 AM
Re: Default Variable
The patches are all located at the SupportPlus web page: http://www.software.hp.com/SUPPORT_PLUS/
Note that the download is freebut you must register so patch notifications can be sent to you if necessary. You'll need two patch bundles: hardware enablement (HWE) and Quality Pack (QPK). This is several hundred megs so be prepared for a long download.
Bill Hassell, sysadmin