- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- DECServer 500 config
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
07-05-2004 03:07 PM
07-05-2004 03:07 PM
DECServer 500 config
I'm new to DECServer 500 print server and I need to re-configure it to boot from a new server. What will I do??? Pls. help!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2004 03:52 PM
07-05-2004 03:52 PM
Re: DECServer 500 config
There will be a load file for the DEcserver somewhere
on the current system. You need to move that to
the corresponding directory on the new system.
You may then need to configure the DECserver as
a MOP client or use LANCP.
Since you don't say what your current load server
is or what the new one is, it is difficult to
give precise instructions.
VMS versions? DECnet versions?
Regards
Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2004 03:58 PM
07-05-2004 03:58 PM
Re: DECServer 500 config
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2004 04:05 PM
07-05-2004 04:05 PM
Re: DECServer 500 config
The load file is likely to be in MOM$LOAD and be
called something.SYS
You need to identify this file and copy it to the
Alpha.
Depending on what version of DECnet you are using
on the VAX you may be able do just do a cut and
paste of the contents of
SYS$MANAGER:NET$MOP_CLIENT_STARTUP.NCL
onto the Alpha (assuming you have enabled MOP on
the Alpha).
Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2004 05:20 PM
07-05-2004 05:20 PM
Re: DECServer 500 config
Thanks for the info.
I found the .sys file in the vax machine. But I can't find the net$mop_client_startup.ncl in the Alpha server.
Leo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2004 05:28 PM
07-05-2004 05:28 PM
Re: DECServer 500 config
You will need to use
@SYS$MANAGER:NET$CONFIGURE ADVANCED
and select the option to configure MOP.
(Assuming DECnet-Plus)
Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2004 05:41 PM
07-05-2004 05:41 PM
Re: DECServer 500 config
There's no NET$CONFIGURE ADVANCED, but there's a NET$CONFIGURE.COM, when I run it, it asks me: Enter the directory services to use on the system{DECDns,Local,Domain].
Tnx again...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2004 05:46 PM
07-05-2004 05:46 PM
Re: DECServer 500 config
That was
@SYS$MANAGER:NET$CONFIGURE
and pass it a parameter of ADVANCED.
From the response you got I assume that
DECnet is *not* configured? Is DECnet IV
running or is it not configured at all?
Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2004 05:52 PM
07-05-2004 05:52 PM
Re: DECServer 500 config
DECNet IV is not configured at all...
What'll i do?
Leo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2004 06:01 PM
07-05-2004 06:01 PM
Re: DECServer 500 config
Since DECnet is not configured I will assume that
you won't be using it.
In that case use LANCP.
$ MCR LANCP
HELP DEFINE will give you details of how to add
a node to the database.
Dave.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2004 06:08 PM
07-05-2004 06:08 PM
Re: DECServer 500 config
Many Thanks!
Leo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2004 07:01 PM
07-05-2004 07:01 PM
Re: DECServer 500 config
on VAX search in MOM$LOAD: every file *.SYS; perhaps I've seen MNENG%.SYS as usual decserver image.
Because you are using Decnet IV you must configure on new ES40 the service as follows:
$ MC NCP
NCP>DEF CIRC
NCP>SET CIRC
where
$ MC NCP SHOW KNOW CIRC
The real trouble is image name; if you have some DecSerevr 500 working, I guess you can enter as console into it and read image name; I don't know this type of terminal server so I can't help you how make this operation.
I presumed Decnet IV is already active; if is not true you need configure decnet using
$ @SYS$MANAGER:NETCONFIG
or else if you have to repeat configuration:
$ @SYS$UPDATE:NETCONFIG_UPDATE
Regards
Antonio Vigliotti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2004 07:15 PM
07-05-2004 07:15 PM
Re: DECServer 500 config
I will try this out..
Leo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2004 10:17 PM
07-05-2004 10:17 PM
Re: DECServer 500 config
Purely Personal Opinion