- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Registry files on hpux 11i
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-29-2006 11:14 AM
01-29-2006 11:14 AM
I undersstand that windows registry files are different than binary files.
What is the windows equivalent of Registry file on HPUX ?
Thanks,
Shiv
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2006 11:34 AM
01-29-2006 11:34 AM
Solution/var/adm/sw contains the list of software and patches that have been installed by swinstall.
Other than that there really isn't anything that could be thought of as equivalent to the registry on windows.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2006 12:04 PM
01-29-2006 12:04 PM
Re: Registry files on hpux 11i
The closest analogy to a Windows Registry file that I can think of on Unix would be the contents of the '/var/adm/sw' directory.
This is known as the IPD (Installed Product Database). The Software Distribution tools ('swlist', 'swinstall', 'swmodify', etc.) rely on files in this directory to determine what patches and products are installed; what patches can be installled; what patches can be rolled back to a prior state, etc.
Corruption or total loss of this directory and its contents can mean that patching can no longer be done.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2006 01:20 PM
01-29-2006 01:20 PM
Re: Registry files on hpux 11i
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2006 02:05 PM
01-29-2006 02:05 PM
Re: Registry files on hpux 11i
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2006 03:07 PM
01-29-2006 03:07 PM
Re: Registry files on hpux 11i
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2006 03:24 PM
01-29-2006 03:24 PM
Re: Registry files on hpux 11i
The registry concept is only found on windows systems. In Unix environments (incl hp-ux), most software only use file-based approach to store the same information that would been otherwise on windows systems.
Also, the fact that windows APIs exists that facilitates the modification and reading of the registry.
On windows environment, the registry helps a lot..
kind regards
yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2006 03:24 PM
01-29-2006 03:24 PM
Re: Registry files on hpux 11i
HP-UX doesn't have any registries like Windows.
Many applications like Oracle, iPlanet keeps their own settings in a separate folder with .prefix (mostly), which hides from normal user. These folders may contain user settings, licensing information etc...
Hope this is clear.
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2006 04:18 PM
01-29-2006 04:18 PM
Re: Registry files on hpux 11i
A good source of information about HP-UX,
http://www.osdata.com/oses/hpux.htm
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2006 05:07 PM
01-29-2006 05:07 PM
Re: Registry files on hpux 11i
--
Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2006 05:12 PM
01-29-2006 05:12 PM
Re: Registry files on hpux 11i
If you want to compare, /var/adm/sw/ stores all files related with Software Distributor (SD-UX).
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2006 06:37 PM
01-29-2006 06:37 PM
Re: Registry files on hpux 11i
The wonderful thing about Unix is that there is not a registry file.
There is a registry directory per say, which is /etc That is where application and software configuration files lie.
They are generally editable with vi and the mystery of the Windows registry file is absent.
There are general standards as to how things should be done, but they are often not followed by application vendors. Still editing a file to change application behavior handily beats the way Windows does things.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2006 07:42 PM
01-29-2006 07:42 PM
Re: Registry files on hpux 11i
If you want to emulate Windows registry on Unix, there is a document available, http://www.byte.com/documents/s=22/BYT19990729S0001/
[Emulating Windows Registry in Unix].
-Arun