- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HP UX Commands in html format
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
05-24-2002 12:08 PM
05-24-2002 12:08 PM
HP UX Commands in html format
Is is possible to have HP commands written in HTML format and used that file in any web-browser ??
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2002 12:13 PM
05-24-2002 12:13 PM
Re: HP UX Commands in html format
http://hpux.cs.utah.edu/hppd/hpux/Networking/WWW/Man2html-2.02/
you have to unpack all the manpages and then convert them to html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2002 12:14 PM
05-24-2002 12:14 PM
Re: HP UX Commands in html format
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2002 05:18 PM
05-24-2002 05:18 PM
Re: HP UX Commands in html format
Yes, it is possible to have your webserver call a CGI script (can be shell i.e. sh, ksh etc. or perl), execute the commands with privileges of the webserver daemon (HTTPD) usually the user "nobody" and return the output of the command execution back as a html page with the simpliest way using tags.
As mentioned, security is a big concern. You will want to restrict the commands and flexibility of options to such commands in your CGI. Careful in the expansion of variables. Also, never ever run your HTTPD as root. Otherwise, you are done for if your webserver gets compromised.
Hope this helps. Regards.
Steven Sim Kok Leong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2002 06:15 PM
05-24-2002 06:15 PM
Re: HP UX Commands in html format
I'm sorry, but I've read your question many times & I'm still not sure whether your desire html man pgs or access to HP binaries via html. As well noted the latter is VERY risky & should be implemented with detailed study, clear planning & implementation limited solely to what *needs* to be executed in this manner.
Please clarify.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2002 10:59 PM
05-26-2002 10:59 PM
Re: HP UX Commands in html format
I think the easiest way is to install
APACHE (B9415AA).
Then you will find all manpages under:
http://
regards
Guido
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2002 12:48 AM
05-27-2002 12:48 AM
Re: HP UX Commands in html format
But if you prefer, try docs.hp.com:
http://docs.hp.com/hpux/os/man_pages.html
Later,
Bill