- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Software Distribution System API?
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
11-17-2003 11:15 PM
11-17-2003 11:15 PM
Software Distribution System API?
I need to get info about installed software
right from C-program.
Does anybody knows if such an API exist?
OS: HPUX 11.00
Sincerely,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2003 12:01 AM
11-18-2003 12:01 AM
Re: Software Distribution System API?
mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2003 12:34 AM
11-18-2003 12:34 AM
Re: Software Distribution System API?
Thanks for your responce!
But I need something different.
I would like to have a function similar
to swlist command: void swlist(const char * product_name, const char * attribute, char * response);
Of course my example is too simple, the real function might be more complicated.
Shortly speaking I need a library with the functions described above.
Does such a library exist for HP-UX 11.xx?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2003 12:48 AM
11-18-2003 12:48 AM
Re: Software Distribution System API?
I don't know if HP has released the info you are wanting. You can look around here:
http://software.hp.com/SD_AT_HP/
for more information about Software Distributor. You can also checkout the man page for swpackage, there more file and directory information to be had there. You can always call the individual command-line executables from your C program. Not very efficient I know, but doable.
mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2003 12:49 AM
11-18-2003 12:49 AM
Re: Software Distribution System API?
http://hpux.connect.org.uk/hppd/auto/summary_all.html
HTH
Bruno
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2003 01:00 AM
11-18-2003 01:00 AM
Re: Software Distribution System API?
In 11i SD libs are in
/usr/lib/X11/app-defaults
/usr/lib/sw/mx
/usr/lib/sw/ui
/usr/lib/sw/ui/C
I don't think it changed much from 11.0
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2003 01:03 AM
11-18-2003 01:03 AM
Re: Software Distribution System API?
Thank you for your care.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2003 01:16 AM
11-18-2003 01:16 AM
Re: Software Distribution System API?
UIMX related staff I believe.