- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: kcweb
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
10-23-2003 02:43 AM
10-23-2003 02:43 AM
Attempting to start server...
ERROR: server '/opt/apache/bin/httpd' does not exist or is not executable.
hpcis1 -> swlist | grep -i apache
hpuxwsApache
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2003 03:00 AM
10-23-2003 03:00 AM
Re: kcweb
The ERROR is a big hint. /opt/apache/bin/httpd is either not there, or is not executable. Verify first if it is in /opt/apache/bin:
ll /opt/apache/bin/httpd
if it is there then look at the permissions, it should be executable r_x or rwx ie:
#ll /opt/apache/bin/httpd
-rwxr-xr-x 1 bin bin 924820 Oct 16 2002 /opt/hpapache2/bin/httpd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2003 03:49 AM
10-23-2003 03:49 AM
Re: kcweb
But I have these:
hpcis1 -> ls -l /opt/ | g apache
drwxr-xr-x 21 bin bin 8192 May 16 20:51 hpapache2
hpcis1 -> ls -l /opt/hpws/ | g apache
drwxr-xr-x 22 bin bin 8192 Oct 23 10:00 apache
I tried creating a link /opt/apache to both /opt/hpapache2 and /opt/hpws/apache, but neither one worked. When tried to start kcweb I got:
ERROR: attempt to start '/opt/apache/bin/httpd' failed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2003 03:55 AM
10-23-2003 03:55 AM
Re: kcweb
try starting manually and see what happens.
Also do a ,
find /opt -name httpd -print 2>/dev/null
and see you are able to point out. Also if you are sure about the kcweb (is it a script) edit it for correct path.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2003 03:56 AM
10-23-2003 03:56 AM
Re: kcweb
Issue the following command:
kcweb -s startssl
Refer to the following links for more info.
http://software.hp.com/portal/swdepot/displayInstallInfo.do?productNumber=Casey
http://h21007.www2.hp.com/dspp/files/unprotected/hpux/managekernelconfig.pdf
http://h21007.www2.hp.com/dspp/topic/topic_DetailSubHeadPage_IDX/1,4946,0-10402-TECHDOCUMENT-40108,00.html
Hope this helps.
Regards,
Hemanth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2003 03:57 AM
10-23-2003 03:57 AM
Re: kcweb
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2003 03:58 AM
10-23-2003 03:58 AM
Re: kcweb
If you are invoking Kernel config from SAM, you will have a choice of invoking Web/Non web interface for Kernel Configuration.
Pramod
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2003 04:00 AM
10-23-2003 04:00 AM
Re: kcweb
hpcis1 -> kcweb -s startssl
Attempting to start server...
ERROR: attempt to start '/opt/apache/bin/httpd' failed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2003 04:02 AM
10-23-2003 04:02 AM
Re: kcweb
BTW, this is HP-UX 11.11
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2003 04:06 AM
10-23-2003 04:06 AM
Re: kcweb
Just install Apache and try it out. I had installed it on HP-UX 11.i with Apache and I haven't faced any problem.
Thnaks,
Pramod
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2003 04:10 AM
10-23-2003 04:10 AM
Re: kcweb
/opt/hpapache2/bin/apachectl start
and see what happens.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2003 04:12 AM
10-23-2003 04:12 AM
SolutionCheck out the Apache version.
http://forums1.itrc.hp.com/service/forums/parseCurl.do?CURL=%2Fcm%2FQuestionAnswer%2F1%2C%2C0x33c90bce6f33d6118fff0090279cd0f9%2C00.html&admit=716493758+1066925477667+28353475
HTH.
Regards,
Hemanth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2003 04:40 AM
10-23-2003 04:40 AM
Re: kcweb
I can start it manually just fine
hpcis1 -> /opt/apache/bin/apachectl start
hpcis1 -> ps -ef | grep httpd
www 5107 5106 0 12:36:11 ? 0:00 /opt/hpws/apache/bin/httpd -d /opt/hpws/apache -k start
root 5111 5003 1 12:36:18 pts/0 0:00 grep httpd
www 5108 5106 0 12:36:11 ? 0:00 /opt/hpws/apache/bin/httpd -d /opt/hpws/apache -k start
www 5109 5106 0 12:36:11 ? 0:00 /opt/hpws/apache/bin/httpd -d /opt/hpws/apache -k start
root 5106 1 0 12:36:11 ? 0:00 /opt/hpws/apache/bin/httpd -d /opt/hpws/apache -k start
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2003 05:02 AM
10-23-2003 05:02 AM
Re: kcweb
OK. Looks like you need to have an old version of Apache to make it work. From the link Hemanth gave me:
... you must have Apache (version 1.3.19.22) installed on the system
I have Apache version 2.0.47.
So, where can I download Apache 1.3.19.22 and is it safe to install it over the existing one?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2003 05:25 AM
10-23-2003 05:25 AM
Re: kcweb
If I were you, I would swremove the version(s) you have now and download and install a new one:
https://payment.ecommerce.hp.com/portal/swdepot/try.do?productNumber=HPUXWSATW100901
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2003 05:28 AM
10-23-2003 05:28 AM
Re: kcweb
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2003 05:33 AM
10-23-2003 05:33 AM
Re: kcweb
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2003 04:01 PM
10-23-2003 04:01 PM
Re: kcweb
Check out the following link:
http://software.hp.com/products/KCWEB/index.html
There is a note, which says
The full version of HP-UX Kernel Configuration (kcweb) 11i v1.6 (B.11.22) enabled for Apache 2.0 will be available as a Web release by the end of October 2003.
You can download APACHE 1.3 from the following link:
http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPUXWSATW100301
Hope this helps.
Regards,
Hemanth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2004 01:36 AM
09-10-2004 01:36 AM