Operating System - OpenVMS
1751937 Members
4579 Online
108783 Solutions
New Discussion юеВ

Re: Configure IP at DEC Terminal Server 700 using VT420 Monitor

 
SOLVED
Go to solution
Ahmad Yusri
Occasional Contributor

Configure IP at DEC Terminal Server 700 using VT420 Monitor

I got new DEC Server 700 and i need to set new IP at the DEC Server.

I can login to local using VT420 monitor.
But cannot find the way to change the IP.
(i want configure IP at the AUI Port on DEC server)
5 REPLIES 5
Hakan Zanderau ( Anders
Trusted Contributor
Solution

Re: Configure IP at DEC Terminal Server 700 using VT420 Monitor

First of all you need to be privileged.

local> SET PRIV
password: SYSTEM ( SYSTEM is the default password )


Then you look at the internal HELP utility

local> HELP SET SERVER

or

local> HELP SET

Hakan
Don't make it worse by guessing.........
Hakan Zanderau ( Anders
Trusted Contributor

Re: Configure IP at DEC Terminal Server 700 using VT420 Monitor

One thing......
When you do changes.

SET will update the VOLATILE database
( all settings disappear at next reboot )
DEFINE updates the permanent database
CHANGE updates both

Hakan
Don't make it worse by guessing.........
Ian Miller.
Honored Contributor

Re: Configure IP at DEC Terminal Server 700 using VT420 Monitor

at the local prompt
SET PRIV
then the password - default is SYSTEM

then
HELP SET INTERNET
will show the help

DEFINE INTERNET MASK x.x.x.x
DEFINE INTERNET ADDRESS x.x.x.x

then reboot the server
____________________
Purely Personal Opinion
Art Wiens
Respected Contributor

Re: Configure IP at DEC Terminal Server 700 using VT420 Monitor

Don't forget the gateway ...

DEFINE INTERNET GATEWAY xx.xx.xx.xx

and possibly some hardcoded hosts if your not setting it up to use DNS ...

DEFINE INTERNET HOST hostname ADDRESS xx.xx.xx.xx

Cheers,
Art
Jon Stanley
Advisor

Re: Configure IP at DEC Terminal Server 700 using VT420 Monitor

With some of the later releases of DNAS, there is a wizard to help configure the IP and other parameters. From a priv session, run the "WIZ" and choose "I". Enter the correct values or take the default.

Also, with the V3.6 you can now ave all configured parameters to the flash card as backup. The card can then be moved to a replacement or a new DECserver for quick configuration.

Thanks, Jon
Vnetek Product Support