- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Not able to access the SMH homepage...
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
02-22-2010 02:28 PM
02-22-2010 02:28 PM
I have installed a SMH on two node openvms cluster systems and started the same by using smh$startup.com.
after installed that, i have tried to open the SMH homepage by using https://
APACHE$SMH
APACHE$SMH0000
i think, we should have this process to open SMH homepage.
Note: Apache server also started and running fine.
Pid Process Name State Pri I/O CPU Page flts Pages
24003AC9 APACHE$SWS LEF 6 807 0 00:00:00.45 737 817
24003ACA APACHE$SWS0000 LEF 6 658 0 00:00:00.39 697 777
24003ACB APACHE$SWS0001 LEF 6 657 0 00:00:00.46 693 773
24003ACC APACHE$SWS0002 LEF 6 657 0 00:00:00.55 696 776
24003ACD APACHE$SWS0003 LEF 6 656 0 00:00:00.41 696 776
24003ACE APACHE$SWS0004 LEF 6 656 0 00:00:00.38 696 776
Could someone help me to fix the issue??
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2010 02:43 PM
02-22-2010 02:43 PM
Re: Not able to access the SMH homepage...
%DCL-I-SUPERSEDE, previous value of SMH$SPECIFIC has been superseded
Syntax error on line 59 of /apache$specific/000000/conf/httpd.conf:
Can't locate API module structure `php4_module' in file /apache$root/000000/modu
les/mod_php_apache-2_0.exe: function not implemented
%DCL-W-IVVERB, unrecognized command verb - check validity and spelling
\$\
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2010 04:05 PM
02-22-2010 04:05 PM
Re: Not able to access the SMH homepage...
> Syntax error on line 59
So what's on line 59 of httpd.conf?
Do you have the appropriate mod_php modules installed?
I'm also a bit suspicious about the IVVERB error. Perhaps take a copy of SMG$STARTUP.COM and add SET VERIFY at the top to see where it's coming from?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2010 07:30 PM
02-22-2010 07:30 PM
SolutionHTH,
Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2010 09:11 PM
02-22-2010 09:11 PM
Re: Not able to access the SMH homepage...
LoadModule php4_module modules/mod_php_apache-2_0.exe
changed the above entry like below..
LoadModule php5_module modules/mod_php_apache-2_0.exe
All set now and thanks for your help!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2010 09:12 PM
02-22-2010 09:12 PM