Author |
VAX/OVMS startup file |
valdirfranco
Member
Posts: 73
Location: Indaiatuba-SP/Brazil
Joined: 18.06.08 |
Posted on October 12 2008 18:27 |
|
|
Hi,
Following some tips from Phillip Wherry
I did the steps below:
$ initialize dua1: DATA1
$ initialize dua2: DATA2
$ mount/system dua1 data1
%MOUNT-I-MOUNTED, DATA1 mounted on _MRXVAX$DUA1:
$ mount/system dua2 data2
%MOUNT-I-MOUNTED, DATA2 mounted on _MRXVAX$DUA2:
...and (hardly) saved those cmds into sys$manager:systartup_vms.com site-specific startup file.
$ set term/vt100
$ edit sys$manager:systartup_vms.com
But looks like it didnt take any effect at startup. I need to do manually.
Does anybody know what is going wrong?
tks
marx |
|
Author |
RE: VAX/OVMS startup file |
brad
Member
Posts: 134
Location: Hopedale, MA USA
Joined: 15.12.05 |
Posted on October 13 2008 02:53 |
|
|
valdirfranco wrote:
Hi,
Following some tips from Phillip Wherry
I did the steps below:
$ initialize dua1: DATA1
$ initialize dua2: DATA2
$ mount/system dua1 data1
%MOUNT-I-MOUNTED, DATA1 mounted on _MRXVAX$DUA1:
$ mount/system dua2 data2
%MOUNT-I-MOUNTED, DATA2 mounted on _MRXVAX$DUA2:
...and (hardly) saved those cmds into sys$manager:systartup_vms.com site-specific startup file.
$ set term/vt100
$ edit sys$manager:systartup_vms.com
But looks like it didnt take any effect at startup. I need to do manually.
Does anybody know what is going wrong?
tks
Perhaps systartup_vms.com (quietly) exits before the mount commands?
There are other places to mount the disks *before* systartup_vms. I like to mount all my disks in SYPAGSWPFILES.COM |
|
Author |
RE: VAX/OVMS startup file |
valdirfranco
Member
Posts: 73
Location: Indaiatuba-SP/Brazil
Joined: 18.06.08 |
Posted on October 14 2008 01:12 |
|
|
Hi.
Right. I just want to mount the disks at startup. I´ll take a look at this.
cu
tks
marx |
|
Author |
RE: VAX/OVMS startup file |
valdirfranco
Member
Posts: 73
Location: Indaiatuba-SP/Brazil
Joined: 18.06.08 |
Posted on October 14 2008 01:29 |
|
|
Nice tip, Hoff
marx
Edited by valdirfranco on October 14 2008 01:37 |
|
Author |
RE: VAX/OVMS startup file |
valdirfranco
Member
Posts: 73
Location: Indaiatuba-SP/Brazil
Joined: 18.06.08 |
Posted on October 16 2008 19:00 |
|
|
Hi...at least, commands´ working good.
added these lines to vmstartup_vms.com
$ mount/system dua1 data1
$ mount/system dua2 data2
got messages
%MOUNT-I-MOUNTED, DATA1 mounted on _MRXVAX$DUA1:
%MOUNT-I-MOUNTED, DATA2 mounted on _MRXVAX$DUA2:
(Oh...yes..I used Hiperterminal. I dont know Putty didnt go very well)
marx
Edited by valdirfranco on October 16 2008 19:04 |
|
Author |
RE: VAX/OVMS startup file |
pfau
Member
Posts: 33
Location: North Brunswick, NJ
Joined: 12.03.08 |
Posted on October 17 2008 09:52 |
|
|
You might want to change 'mount/system' to 'mount/system/noassist' so that the startup doesn't stall if one if the disks is unavailable for some reason. |
|
Author |
RE: VAX/OVMS startup file |
valdirfranco
Member
Posts: 73
Location: Indaiatuba-SP/Brazil
Joined: 18.06.08 |
Posted on October 18 2008 04:38 |
|
|
Thank the hint.!
Still learning.
marx |
|