axpbox icon indicating copy to clipboard operation
axpbox copied to clipboard

Tru64 5.1B Installation filesystem setup problems

Open miketockhp opened this issue 2 years ago • 2 comments

VM configured with SCSI CD-Rom + 1 SCSI disk. AXP 1.1.0

Installation options Mandatory SW default OS layout NO lsm Advfs

Applying the selected disk label on device dsk0

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.

miketockhp avatar Oct 25 '21 20:10 miketockhp

Manually doing it from single user boot. Outside install process. /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 unused 0 0 # 0 - 102* b: 280790 280790 unused 0 0 # 102*- 308* c: 2097152 0 unused 0 0 # 0 - 1644* d: 511857 561580 unused 0 0 # 308*- 910* e: 511857 1073437 unused 0 0 # 910*- 1513* f: 511858 1575294 unused 0 0 # 1513*- 1644* g: 1535572 561580 unused 0 0 # 308*- 950* h: 0 0 unused 0 0 # 950*- 1644* "/tmp/EdDk.aTjEYb2" 29 lines, 1022 characters write new label? [y]:

#mkfdmn -orF /dev/disk/dsk0a root_domain #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 1575294 unused 0 0 # 1235*- 1636* g: 1535572 561580 unused 0 0 # 440*- 1644* h: 0 0 unused 0 0 # 0 - 0 #mkfset root_domain root

tagdir_lookup_next: invalid volume index 16386 for tag 519 in fileset tag -2 AdvFS Domain Panic; Domain root_domain Id 0x30e727f5.00029b30 An AdvFS domain panic has occurred due to either a metadata write error or an in ternal inconsistency. This domain is being rendered inaccessible. Please refer to guidelines in AdvFS Guide to File System Administration regardin g what steps to take to recover this domain.

tagdir_lookup_next: invalid volume index 16386 for tag 519 in fileset tag -2 AdvFS Domain Panic; Domain root_domain Id 0x30e727f5.00029b30 An AdvFS domain panic has occurred due to either a metadata write error or an in ternal inconsistency. This domain is being rendered inaccessible. Please refer to guidelines in AdvFS Guide to File System Administration regardin g what steps to take to recover this domain. mkfset: can't create fileset 'root' in domain 'root_domain' mkfset: error = I/O error

miketockhp avatar Oct 25 '21 21:10 miketockhp

UPDATE: Following configuration seems to work so far. CDROM IDE 0.0 DISK IDE 1.0

Time outs are still occurring, but filesystem issue does not occur. Tru64 Installation still running almost 24 hours after. with CDROM + Disk at IDE 0.0 + 0.1 system would have crashed 23 hours ago. Hosting VM hung so install did not complete.

miketockhp avatar Oct 25 '21 23:10 miketockhp