-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tru64 5.1B Installation filesystem setup problems #81
Comments
Manually doing it from single user boot. Outside install process. 8 partitions: #mkfdmn -orF /dev/disk/dsk0a root_domain 8 partitions: tagdir_lookup_next: invalid volume index 16386 for tag 519 in fileset tag -2 tagdir_lookup_next: invalid volume index 16386 for tag 519 in fileset tag -2 |
UPDATE: Time outs are still occurring, but filesystem issue does not occur. |
VM configured with SCSI CD-Rom + 1 SCSI disk. AXP 1.1.0
Installation options
Applying the selected disk label on device dsk0Mandatory SW
default OS layout
NO lsm
Advfs
Creating the root file system on device dsk0a
bs_bfdmn_activate: can't open log for domain 'root_domain',
tag = 0xfffffff7.0x0: E_CANT_FIND_LOG_END (-1077)
advfs_logger: invalid rec offset: 0x00000000 in domain root_domain
The mkfset command failed to create an advfs fileset for the root file
domain.
Please inspect the file /var/tmp/install.FS.log to identify the source
of the failure.
This error is fatal and causes the installation procedure to stop. One
possible cause for the error is a corrupt system disk. You may want to
replace the current disk or use another system disk, and begin the
installation again. If this error message appears a second time,
contact a service representative.
#disklabel -r dsk0
#/dev/rdisk/dsk0c:
type: SCSI
disk: RZ58
label:
flags:
bytes/sector: 512
sectors/track: 85
tracks/cylinder: 15
sectors/cylinder: 1275
cylinders: 2117
sectors/unit: 2097152
rpm: 7200
interleave: 1
trackskew: 0
cylinderskew: 0
headswitch: 0 # milliseconds
track-to-track seek: 0 # milliseconds
drivedata: 0
8 partitions:
size offset fstype fsize bsize cpg # ~Cyl values
a: 280790 0 AdvFS # 0 - 220*
b: 280790 280790 unused 0 0 # 220*- 440*
c: 2097152 0 unused 0 0 # 0 - 1644*
d: 511857 561580 unused 0 0 # 440*- 841*
e: 511857 1073437 unused 0 0 # 841*- 1243*
f: 511858 1585294 unused 0 0 # 1243*- 1644*
g: 1535572 561580 unused 0 0 # 440*- 1644*
h: 0 0 unused 0 0 # 0 - 0
#cat /var/tmp/install.FS.log
mkfdmn -orF /dev/disk/dsk0a root_domain
Fri Oct 22 18:21:53 NZDT 2021
mkfset root_domain root
Fri Oct 22 18:21:53 NZDT 2021
mkfset: can't create fileset 'root' in domain 'root_domain'
mkfset: error = E_CANT_FIND_LOG_END (-1077)
child process exited abnormally
#ls -l /dev/disk/dsk0a
brw------- 1 root system 19, 17 Jan 1 1996 /dev/disk/dsk0a
#ls -l /etc/fdmns
lrwxr-xr-x 1 root system 12 Oct 25 2002 /etc/fdmns -> ../var/fdmns
#ls -la /etc/fdmns/
total 3
drwxr-xr-x 3 root system 512 Oct 22 18:21 .
drwxrwxrwt 6 root system 512 Jan 1 1996 ..
-r-------- 1 root system 0 Oct 22 18:21 .advfslock_fdmns
-r-------- 1 root system 0 Oct 22 18:21 .advfslock_root_domain
drwxr-xr-x 2 root system 512 Oct 22 18:21 root_domain
#ls -lR /etc/fdmns/
total 1
-r-------- 1 root system 0 Oct 22 18:21 .advfslock_fdmns
-r-------- 1 root system 0 Oct 22 18:21 .advfslock_root_domain
drwxr-xr-x 2 root system 512 Oct 22 18:21 root_domain
/etc/fdmns/root_domain:
total 0
lrwxr-xr-x 1 root system 15 Oct 22 18:21 dsk0a -> /dev/disk/dsk0a
#mkfset root_domain root
bs_bfdmn_activate: can't open log for domain 'root_domain',
tag = 0xfffffff7.0x0: E_CANT_FIND_LOG_END (-1077)
advfs_logger: invalid rec offset: 0x00000000 in domain root_domain
bs_bfdmn_activate: can't open log for domain 'root_domain',
tag = 0xfffffff7.0x0: E_CANT_FIND_LOG_END (-1077)
advfs_logger: invalid rec offset: 0x00000000 in domain root_domain
mkfset: can't create fileset 'root' in domain 'root_domain'
mkfset: error = E_CANT_FIND_LOG_END (-1077)
Hopefully someone finds this useful.
The text was updated successfully, but these errors were encountered: