comp.os.vms
  Home FAQ Contact Sign in
comp.os.vms only
 
Advanced search
July 2008
motuwethfrsasuw
 123456 27
78910111213 28
14151617181920 29
21222324252627 30
28293031    31
2008
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2008 2007 2006  
total
comp.os.vms Profile…
RELATED GROUPS

POPULAR GROUPS

more...

 Up
  Q: Configure TCP/IP Services for a node not yet booted?         


Author: Ken.Fairfield
Date: Jul 11, 2008 12:10

I'm in the middle of a migration of our VMS cluster from
Multinet 4.4A to TCP/IP Services 5.4ECO7 under VMS 7.3-2
on GS1280's. We have 3 production nodes and one
non-production node in the cluster.

1) I've created a second system disk (backup/image from
the cluster system disk);
2) I've booted the non-prod node from the new system disk;
3) I've installed TCP/IP Services on the new system disk
and done TCPIP$CONFIG for the non-prod node;
4) Rebooted the non-prod node with Multinet disabled and
TCPIP$STARTUP enabled.

So far so good, the non-prod node is running TCP/IP Services
with no problems.

QUESTION: Is there a way to configure the interfaces for
the production nodes on the new system disk
*before* each of the production nodes boots
from that disk.
Show full article (1.28Kb)
18 Comments
  Re: Symbol Substitution Mystery         


Author: norm.raphael
Date: Jul 11, 2008 07:06

AEF yahoo.com> wrote on 07/11/2008 08:13:50 AM:
> On Jul 11, 7:59 am, "Richard B. Gilbert" comcast.net>
> wrote:
>> AEF wrote:
>>> On Jul 10, 10:19 pm, Rob Brown gmcl.com> wrote:
>>>> On Thu, 10 Jul 2008, AEF wrote:
>>...
Show full article (6.71Kb)
15 Comments
  Re: Symbol Substitution Mystery         


Author:
Date: Jul 11, 2008 03:30

In article <69545e9c-e3f3-4da7-94d8-5098b23397d8@d1g2000hsg.googlegroups.com>, AEF yahoo.com> writes:
>{...snip...}
>>
>> What answer to divide by 0 is less ridiculous than 2**31 - 1? After
>> all, the limit of a/x as x approaches 0 is infinity. You are not
>> going to get any closer to infinity than 2**31 - 1 with a 32 bit
>> signed integer.
>
>Only if a and x are of the same sign. If they are of different sign,
>the limit is -oo. And you can't get any farther from -oo than 2**31-1
>with a 32-bit signed integer. And if a=0, none of this, including your
>statement, applies, because in that case the limit is zero, which is
>only one of an inifinite number of solutions.

...and DCL attempts this too:

$ WRITE SYS$OUTPUT 1/0
2147483647
$ WRITE SYS$OUTPUT -1/0
-2147483648
Show full article (1.69Kb)
no comments