Hello!
I have moved two Seagate 18GB disk from one alpha to another.
These are connected to a new scsi-controller
When booting with genvmunix the disks are mounted as indicated below.
I have tried to build new kernels when running genvmunix with the old
/sys/conf/MACHINE and with doconfig construction a new one.
(As this files does not differ I would have been surprised if one of these
kernels would make the disks visual)
The old vmunix.-rz27+rz29 includes support for Open3D v4.93
Here is some of the output from the binary log:
    scsi0 at isp0 slot 0
    rz0 at scsi0 target 0 lun 0 (LID=0) (DEC RZ2CD-KS (C) DEC 0306) (Wide16)
    rz4 at scsi0 target 4 lun 0 (LID=1) (DEC RZ1EF-BB (C) DEC 0372) (Wide16)
    pci2001 at pci1 slot 8
    gpc0 at isa0
    pci0 at nexus
    isa0 at pci0
    ace0 at isa0
    ace1 at isa0
    lp0 at isa0
    fdi0 at isa0
    fd0 at fdi0 unit 0
    ata0 at pci0 slot 107
    ata0: Cypress 82C693
    scsi1 at ata0 slot 0
    rz8 at scsi1 target 0 lun 0 (LID=2) (TOSHIBA CD-ROM XM-6302B  1017)
    ata1 at pci0 slot 207
    ata1: Cypress 82C693
    scsi2 at ata1 slot 0
    comet0 at pci0 slot 12
    isp1 at pci0 slot 13
    isp1: QLOGIC ISP1040B/V2
    isp1: Firmware revision 5.57 (loaded by console)
    isp1: Fast RAM timing enabled.
    scsi3 at isp1 slot 0
    rz27 at scsi3 target 3 lun 0 (LID=3) (SEAGATE ST118273W 5698) (Wide16)
    rz29 at scsi3 target 5 lun 0 (LID=4) (SEAGATE ST118273W 5698) (Wide16)
nox /etc# df -kt advfs
Filesystem       1024-blocks        Used   Available Capacity  Mounted on
root_domain#root      131072       68463       56312    55%    /
usr_domain#usr       2858968      427707     2258224    16%    /usr
usr_domain#work      2858968      153546     2258224     7%    /mn/nox/u1
bruker#data         17782536    14057297     3712464    80%    /mn/nox/u2
jsundet#data        17783240    14829438     2919456    84%    /mn/nox/u3
gunnarmy#data       17783240    11900993     5833064    68%    /mn/nox/u4
u3 and u4 are new.
nox /etc# grep nox fstab
usr_domain#work	 /mn/nox/u1	advfs rw 0 0
bruker#data	 /mn/nox/u2	advfs rw 0 0
jsundet#data     /mn/nox/u3     advfs rw 0 0
gunnarmy#data    /mn/nox/u4     advfs rw 0 0
This is the new doconfig-made config file:
nox /etc# cat /sys/conf/NOX
ident		"NOX"
options		UERF
options		OSF
options		_LMF_
options		BIN_COMPAT
options		COMPAT_43
options		MACH
options		MACH_IPC_TCACHE
options		MACH_IPC_WWA
options		MACH_IPC_XXXHACK 
options		BUFCACHE_STATS
options		INOCACHE_STATS
options		STAT_TIME
options		VAGUE_STATS
options		UFS
options		NFS
options		NFS_SERVER
options		MSFS
options		STRKINFO
options		STREAMS
options		LDTTY
options		RPTY
options		INET
options		UIPC
options		SYSV_COFF
options		QUOTA
options		LABELS
options	SL
options SNMPINFO
options		DLI
options		BSD_TTY
options	BPARM
options		FFM_FS
options	PROCFS
options	NTP_TIME
options	KDEBUG
options	PACKETFILTER
options   PCKT
options		CDFS
#
# Standard options.
#
options		UNIX_LOCKS
options		SER_COMPAT
options		RT_PREEMPT
options		RT_SCHED
options		RT_SCHED_RQ
options		RT_PML
options		RT_TIMER
options		RT_SEM
options		RT_CSEM
options		RT_IPC
#
#
# pwrmgr option
#
options		PWRMGR_ENABLED
makeoptions	CDEBUGOPTS="-g3"
makeoptions	CCOMPRESS="-compress"
makeoptions	PROFOPTS="-DPROFILING -DPROFTYPE=4"
#
# Max number of processors in the system (DO NOT CHANGE)
#
processors	16
#
# Special options (see configuring the kernel chapter
# in the Guide to System Administration)
#
dfldsiz		134217728
maxdsiz		1073741824
dflssiz		2097152
maxssiz		33554432
cpu		"DEC6600"
maxusers	128
config		vmunix	swap generic
bus             pci1       at nexus?    slot  1 
callout after_c "../bin/mkdata pci"
bus             isp0       at pci1      slot  6 vector    ispintr 
controller      scsi0      at isp0      slot  0 
bus             pci2001    at pci1      slot  8 
controller      tu0        at pci1      slot  3 
bus             pci0       at nexus?    slot  0 
bus             isa0       at pci0      slot  7 
callout after_c "../bin/mkdata isa"
controller      gpc0       at isa0      slot  0 vector    gpcintr 
controller      ace0       at isa0      slot  2 vector    aceintr 
controller      ace1       at isa0      slot  3 vector    aceintr 
controller      lp0        at isa0      slot  4 vector    lpintr 
controller      fdi0       at isa0      slot  5 
device disk     fd0        at fdi0      drive     0 
bus             ata0       at pci0      slot  107 
controller      scsi1      at ata0      slot  0 
bus             ata1       at pci0      slot  207 
controller      scsi2      at ata1      slot  0 
controller      comet0     at pci0      slot  12 
pseudo-device	sysv_hab
pseudo-device	svid_three_hab
pseudo-device	svr_four_hab
pseudo-device	soe_two_hab
pseudo-device	rt_hab
pseudo-device	ether
pseudo-device	loop
pseudo-device	ws
nox /etc# cd /
nox /# ls -l *unix*
-rwxr-xr-x   1 root     system   9375488 Nov 13  1998 genvmunix
-rwxr-xr-x   1 root     system   8865728 Sep 30 11:16 vmunix
-rwxr-xr-x   1 root     system   8865728 Apr 29 13:38 vmunix.-rz27+29
nox /# ls -lR /etc/fdmns
drwxr-xr-x   2 root     system      8192 Apr 29 10:00 bruker
drwxr-xr-x   2 root     system      8192 Sep 30 11:01 gunnarmy
drwxr-xr-x   2 root     system      8192 Sep 30 11:01 jsundet
drwxr-xr-x   2 root     system      8192 Apr 27 14:32 root_domain
drwxr-xr-x   2 root     system      8192 Apr 27 14:32 usr_domain
/etc/fdmns/bruker:
total 0
lrwxrwxrwx   1 root     system         9 Apr 29 10:00 rz4c -> /dev/rz4c
/etc/fdmns/gunnarmy:
total 0
lrwxrwxrwx   1 root     system        10 Sep 30 11:01 rz29c -> /dev/rz29c
/etc/fdmns/jsundet:
total 0
lrwxrwxrwx   1 root     system        10 Sep 30 11:01 rz27c -> /dev/rz27c
/etc/fdmns/root_domain:
total 0
lrwxr-xr-x   1 root     system         9 Apr 27 14:32 rz0a -> /dev/rz0a
/etc/fdmns/usr_domain:
total 0
lrwxr-xr-x   1 root     system         9 Apr 27 14:32 rz0d -> /dev/rz0d
I made the links tp rz27c and rz29c by hand.
What am I doing wrong?
Received on Thu Sep 30 1999 - 10:16:01 NZST