- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- OSU won't startup - Proxy problem?
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
08-08-2006 07:00 PM
08-08-2006 07:00 PM
The system is very basic (just for testing), VMS 7.3-2, DECNet-Plus and TCPIP 5.3,m stanalone; the only real diference is that the files concering authorisation (SYSUAF, RIGHTSLIST, NETPROXY and NET$PROXY) need to reside off the system disk. Redefining the system logicals for these files is done in SYLOGICALS.COM (after the disk on which they reside has been mounted), and the system has rebooted.
After that, I installed OSU (3.8, since my customers use that version) following the book on Webservers on VMS. The test ran Ok. After that, I created a user and proxies (OSU_38) and attempted a start of the server. But that fails. I also tried specifying the passowrd (should not be needed) and that fails as well, but different.
Given that output, I suspect that the proxies are not used, for some reason. But none of the files on their usual location - on the system disk, are open.
Details on the installation and results are mentioned in the attachement.
Is there anything I missed?
(I tried the OSU mailing list, it's not off-line (mail isn't rejected) but it seems no longer active????)
OpenVMS Developer & System Manager
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2006 07:28 PM
08-08-2006 07:28 PM
Re: OSU won't startup - Proxy problem?
The accounting record says that the remote id is OTWILLEM. For this user you didn't setup a proxy.
You have to login as OSU_38 to use the proxy or add another one.
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2006 07:30 PM
08-08-2006 07:30 PM
Re: OSU won't startup - Proxy problem?
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2006 07:42 PM
08-08-2006 07:42 PM
Re: OSU won't startup - Proxy problem?
What use would a password be? That's what proxies are all about, isn't it?
OpenVMS Developer & System Manager
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2006 07:47 PM
08-08-2006 07:47 PM
Re: OSU won't startup - Proxy problem?
I think there's something wrong with the proxies. On our systems with the OSU webserver, we run it under WWW_SERVER, and have the following proxies:
$ mc authorize
UAF> show/prox *::www_server
Default proxies are flagged with (D)
VMS02::WWW_SERVER
WWW_SERVER (D) SYSTEM
LOCAL:.VMS02::WWW_SERVER
WWW_SERVER (D) SYSTEM
UAF>
Hope this helps.
Kris (aka Qkcl)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2006 08:07 PM
08-08-2006 08:07 PM
Re: OSU won't startup - Proxy problem?
Which decnet ? Default settings for session control ?
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2006 08:13 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2006 08:23 PM
08-08-2006 08:23 PM
Re: OSU won't startup - Proxy problem?
Kris, I added a few that make sense but it doesn't help at all. Same problem, no matter what.
Wim, DECNetPlus - VERY basic. I just configured name translation (MOMAIN,LOCAL), and done nothing more than that. See attachement for your question.
OpenVMS Developer & System Manager
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2006 08:30 PM
08-08-2006 08:30 PM
Re: OSU won't startup - Proxy problem?
In accountng I see
Remote full name: 1025
On mynode (no DNS) I see LOCAL:.NODE.
Is that normal ? Should the proxy not mention that number ? Did you try the *::us ?
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2006 08:32 PM
08-08-2006 08:32 PM
Re: OSU won't startup - Proxy problem?
Added *::system osu_38 and *::otwillem osu_38.
Now the server starts, but I still have to find out what caused it: the SYSTEM entry or my own. I don't like the wildcard idea but for the moment, I can live with it.
Next question: how to find out what is the RIGHT entry I should add?
OpenVMS Developer & System Manager
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2006 08:40 PM
08-08-2006 08:40 PM
Re: OSU won't startup - Proxy problem?
B3ecause the machine is in TCPIP-DNS I haven't enabled DECdns as a resolver in DECnet. Nor has anything been added in the local database (since there is no need to do so). Perhaps a better idea to specify just LOCAL for resolving names?
OpenVMS Developer & System Manager
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2006 08:44 PM
08-08-2006 08:44 PM
Re: OSU won't startup - Proxy problem?
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2006 08:49 PM
08-08-2006 08:49 PM
Re: OSU won't startup - Proxy problem?
Did you register the node in its "LocalFile" (DECNET_REGISTER)?
Did you enable Phase IV aliasing?
Just some thoughts.
Kris (aka Qkcl)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2006 09:20 PM
08-08-2006 09:20 PM
Re: OSU won't startup - Proxy problem?
No
Yes (1.1 - and that may cause a problem if the same has been used elsewhere - which is quite likely ;-)))
I think I'll make DECnet resolve LOCAL only, because I don't need anything else; the machine will not be accessed by a DECNet connection anyway; Just OSU that requires it.
OpenVMS Developer & System Manager
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2006 12:14 AM
08-09-2006 12:14 AM
Re: OSU won't startup - Proxy problem?
OpenVMS Developer & System Manager
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2006 08:14 AM
08-09-2006 08:14 AM
Re: OSU won't startup - Proxy problem?
I tried removing the process and all installed images, residing on the server directory structure, and restart the server by hand - very much the same.
It's not a proxy issue, since the proces does start up. It just wont get so far as accepting rquests.
Next, I removed ALL of OSU and rebuild from scratch - except DECNEt has now been set up so I would expect the server to startup. But no: the very same problem.
No chnages in DECNet (IIRC).
OpenVMS Developer & System Manager
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2006 04:24 PM
08-09-2006 04:24 PM
Re: OSU won't startup - Proxy problem?
If the process changes its name from "WWW server 80" to server_xxxxxxxx, then the server program is failing and the process is reverting to a DECnet netserver process. There should be an http_startup.log file in the login directory of the OSU_38 account and possibly an http_server.log in www_root:[system] that you can look at for clues.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2006 04:40 PM
08-09-2006 04:40 PM
Re: OSU won't startup - Proxy problem?
" Wim,
On our systems with the OSU webserver, we run it under WWW_SERVER, and have the following proxies:
$ mc authorize
UAF> show/prox *::www_server
Default proxies are flagged with (D)
VMS02::WWW_SERVER
WWW_SERVER (D) SYSTEM
LOCAL:.VMS02::WWW_SERVER
WWW_SERVER (D) SYSTEM
"
The server does not normally need to run processes as system, so the proxy from WWW_SERVER to SYSTEM is not needed and potentially dangerous. The SYSTEM to WWW_SERVER proxy is so system startup can get the server process created with the right username. The WWW_SERVER (default) proxy to itself is needed so the DECnet tasks used for scripts can be created. You possibly could have a situation where a script directory runs the scripts as SYSTEM, but that is not the default configuration.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2006 06:28 PM
08-09-2006 06:28 PM
Re: OSU won't startup - Proxy problem?
It shouldn't matter whether it's DECNet IV or DECNetPlus - I got the system with DECNetPlus installed, and it DID work. It's just after reboot that I didn't get it running.
OpenVMS Developer & System Manager
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2006 06:47 PM
08-09-2006 06:47 PM
Re: OSU won't startup - Proxy problem?
(BTW: Alan Winston's book talks about "Brian Reed's TEST_SERVER.COM procedure. I tried to locate that but www.iron.net seems no longer existing. Google didn't show it up either.)
OpenVMS Developer & System Manager