| It sounds like the rootvol is failing to start because
the underlying partition may have been already opened
(e.g., the underlying partition was already directly
mounted (opened) as root).
If this is the case, I would be interested in any additional
data that might explain what went wrong or how they got into
this position. Anyways, here's some things to check that
might help get them back on track:
- Verify lsm_rootdev_is_volume is still set to 1 by
typing "sysconfig -q lsm".
- Verify the AdvFS volume within the AdvFS root domain
is a link to LSM's rootvol and not rz0a or rz1a by
typing "ls -l /etc/fdmns/root_domain".
- Check /etc/fstab has the correct root domain specified.
- If running in eager swap mode, check that /sbin/swapdefault
is a link to the correct place.
Hope that helps.
[Posted by WWW Notes gateway]
|
|
Thanks for the quick response.
Think your response has the key to the solution, however,
I had found a couple items in which I have additional questions and
hopefully you may have clue as to the reason this occured.
following is 3 questions, issues::::
1. sysconfigtab:
sysconfigtab is correct, however, it is not being resolved correctly:
falcon:/etc# grep -i lsm /etc/sysconfigtab
lsm:
lsm_rootdev_is_volume = 1
lsm_swapdev_is_volume = 1
falcon:/etc#
falcon:/etc# sysconfig -q lsm
lsm:
lsm_rootdev_is_volume = 0
lsm_swapdev_is_volume = 0
max-vol = 1024
I dont have a lot of knowledge of the new (4.x) sysconfigtab structures,
but appears that the sysconfigtab is corrupted (probably exiting in the
pci code), as the startup messages from uerf has the following. Dont
know how the corruption occured::
Digital UNIX V4.0B (Rev. 564); Tue
_Mar 18 10:37:26 EST 1997
physical memory = 192.00 megabytes.
available memory = 181.96 megabytes.
using 730 buffers containing 5.70
_megabytes of memory
Firmware revision: 4.7
PALcode: OSF version 1.21
AlphaServer 1000A 5/300
Mem_size = 199376896, consmem = 238
Sysconfigtab PCI_Option entry 28
_invalid.
Sysconfigtab PCI_Option entry 29
_invalid.
...thru... ...thru...
Sysconfigtab PCI_Option entry 43
_invalid.
Sysconfigtab PCI_Option entry 44
_invalid.
pci0 at nexus
eisa0 at pci0
ace0 at eisa0
ace1 at eisa0
lp0 at eisa0
fdi0 at eisa0
fd0 at fdi0 unit 0
cirrus0 at eisa0
cirrus0: Cirrus Logic CL-GD5428 (SVGA)
_512 Kbytes
Sysconfigtab PCI_Option entry 28
_invalid.
Sysconfigtab PCI_Option entry 30
...thru... ...thru...
Sysconfigtab PCI_Option entry 44
_invalid.
pci2000 at pci0 slot 8 aded
_by console)
scsi0 at isp0 slot 0
rz0 at scsi0 target 0 lun 0 (LID=0)
_(DEC RZ28D (C) DEC 0010)
_(Wide16)
rz1 at scsi0 target 1 lun 0 (LID=1)
_(DEC RZ28D (C) DEC 0010)
/etc/sysconfigtab has several lines of PCI data, and appears to have
duplication
of eisa, pci, tc, etc entries. The "Module_Config_Name", etc..
from the following errors are not defined in sysconfigtab, so am assuming
that the sysconfigtab customizations are exiting on pci and not getting to
LSM.
falcon:/etc# sysconfig -q pci
pci:
Module_Config_Name = attribute does not allow this operation
Module_Type = attribute does not allow this operation
PCI_Option = attribute does not allow this operation
PCI_Developer_Debug = 0
Adapt_Config = 0
Confl1 = 0
falcon:/etc#
RECOMMENDING:
cp /etc/sysconfigtab /etc/sysconfigtab.corrupted
cp /etc/.new..sysconfigtab /etc/sysconfigtab
vi /etc/sysconfigtab
manually add the customizations, such as LSM...
and see if this resolves the issue.
will likely have to
# voldg adddisk rz1a=rz1a
Additional questions:
2. fstab has the following entry, is the '1 1' ignored? _______________
root_domain#root / advfs rw 1 1
falcon:/# ls -l /etc/fdmns/root_domain
lrwxrwxrwx 1 root system 23 Feb 23 11:14 rootvol ->
/dev/vol/rootdg/rootvol
falcon:/# ls -la /sbin/swapdefault
lrwxrwxrwx 1 root system 23 Feb 23 11:14 /sbin/swapdefault
-> /dev/vol/rootdg/swapvol
2. The error
'errno: device path not valid' is from the lsm configuration
database,
will this resolve itself using the voldg command above? ______
The following shows the invalid path (from volprint)::
dm rz1a
tutil0="
tutil1="
tutil2="
da_name=
pub_bdev=0/0
priv_bdev=0/0
dm rz0a
tutil0="
tutil1="
tutil2="
da_name=rz0a
device_tag=rz0
da_type=nopriv
pub_bpath="/dev/rz0a
pub_cpath="/dev/rrz0a
Sid Johnson
Customer Support/Atlanta
[Posted by WWW Notes gateway]
|