Physical disk device name stored in SSH$DEFINE_ROOT.COM, not SYS$SYSDEVICE.

All types of networks, network stacks, and protocols supported by OpenVMS.

Topic author
sms
Master
Posts: 428
Joined: Fri Aug 21, 2020 5:18 pm
Reputation: 0
Status: Offline

Physical disk device name stored in SSH$DEFINE_ROOT.COM, not SYS$SYSDEVICE.

Post by sms » Sat Jul 06, 2024 8:19 pm

Code: Select all

   Just more whiny complaints.

   Recently, I managed somehow to confuse VMware Fusion Pro 13.5.2 into
configuring both a SATA CD/DVD drive and an equivalent SCSI CD/DVD drive
(which was invisible in the VM Settings panel).  The spurious SCSI
adapter ("device type HP LSI1030 Ultra320 SCSI") appeared in VMS as
PKA0, so the legitimate SATA devices were promoted to PKBx, DKBx, ...

   I used the "B" devices for a while, but eventually I found the
spurious "scsi0" lines in the ".vmx" file, and deleted them.

   After telling the BOOT MANAGER to use DKA0 instead of DKB0, all went
as expected, except that the SSH server failed to start.  (That's
"OPENSSH V8.9-1G" on the Community VMDK.)

   That was because SYS$STARTUP:SSH$DEFINE_ROOT.COM was created to use
the physical system disk device name ("V89$DKB0") instead of something
more helpful, like, say, "SYS$SYSDEVICE":

$ DEFINE/SYSTEM/EXEC/NOLOG SSH$ROOT V89$DKB0:[SYS0.SYSCOMMON.OPENSSH.]/TRANS=CONCEALED

   Editing (EDIT /TPU) this file seemed to work, except for the usual
startling/tachistoscopic message, "File format is being converted to a
supported type", thanks to:

      Record format:      VFC, 2 byte header, maximum 0 bytes, longest 86 bytes
      Record attributes:  Print file carriage control

Is someone using PIPE as if this were UNIX, or what?

User avatar

cct
Master
Posts: 196
Joined: Sat Aug 15, 2020 9:00 am
Reputation: 0
Location: Cambridge, UK
Status: Offline

Re: Physical disk device name stored in SSH$DEFINE_ROOT.COM, not SYS$SYSDEVICE.

Post by cct » Sat Jul 13, 2024 7:15 pm

sms wrote:
Sat Jul 13, 2024 3:04 pm
If the forum software didn't play with my (carefully arranged) white
space, then I wouldn't call everything "code".
The forum does that to make sure it is readable by anybody, be they on a 'phone, tablet, desktop, of need to use a screen reader
--
Chris


dgordon
VSI Expert
Valued Contributor
Posts: 62
Joined: Tue May 09, 2023 7:57 am
Reputation: 1
Status: Offline

Re: Physical disk device name stored in SSH$DEFINE_ROOT.COM, not SYS$SYSDEVICE.

Post by dgordon » Sun Jul 14, 2024 9:52 am

I tend to use the following to get carriage-return carriage control:

$ COPY/NOLOG NL: filename
$ OPEN/APPEND logname filename
Executive Vice President of InfoServer Engineering at VSI.

Post Reply