HPE 9000 and HPE e3000 Servers
1757032 Members
2149 Online
108858 Solutions
New Discussion юеВ

Re: System booting problem

 
SOLVED
Go to solution
Dennis Handly
Acclaimed Contributor

Re: System booting problem

>But it goes to bcheckrc prompt. We don't know anything about this prompt.

This is a shell that gets run when fsck finds errors. You are prompted to run fsck there. It seems there are problems with lvol4 and lvol6. I would have thought bcheckrc would give you the fsck command to run.
VVS
Regular Advisor

Re: System booting problem

Hi
There is problem again.
The output of #bdf command is as
/dev/vg00/lvol3 204800 146152 58648 71% /
/dev/vg00/lvol1 298928 103872 165160 39% /stand
/dev/vg00/lvol8 1826816 746432 1073152 41% /var
/dev/vg00/lvol7 1941504 1743000 197016 90% /opt
/dev/vg00/lvol5 4096000 1751624 2326088 43% /usr

Here some filesyatems such as /home, /tmp are not shown.
When I used fsck cmd & then try to mount it shows
mount: /dev/vg00/lvol4: No such file or directory

What to do in this case?
Work is life, you know, and without it, there's nothing but fear and insecurity.
YAQUB_1
Respected Contributor

Re: System booting problem

can U execute only for "mount" command & send the output...
YAQUB_1
Respected Contributor

Re: System booting problem

can U also check the "vi /etc/fstab" & send...
YAQUB_1
Respected Contributor

Re: System booting problem

VVS
Regular Advisor

Re: System booting problem

hi
Th output of mount cmd is
/ on /dev/vg00/lvol3 ioerror=mwdisable,delaylog,nodatainlog on Fri Apr 25 22:25:47 2008
/stand on /dev/vg00/lvol1 defaults on Fri Apr 25 22:25:48 2008
/var on /dev/vg00/lvol8 ioerror=mwdisable,delaylog,nodatainlog on Fri Apr 25 22:27:53 2008
/opt on /dev/vg00/lvol7 ioerror=mwdisable,delaylog,nodatainlog on Fri Apr 25 22:27:53 2008
/usr on /dev/vg00/lvol5 ioerror=mwdisable,delaylog,nodatainlog on Fri Apr 25 22:27:53 2008

and the output of /etc/fstab is
/dev/vg00/lvol3 / vxfs delaylog 0 1
/dev/vg00/lvol1 /stand hfs defaults 0 1
/dev/vg00/lvol4 /tmp vxfs delaylog 0 2
/dev/vg00/lvol5 /usr vxfs delaylog 0 2
/dev/vg00/lvol6 /home vxfs delaylog 0 2
/dev/vg00/lvol7 /opt vxfs delaylog 0 2
/dev/vg00/lvol8 /var vxfs delaylog 0 2
/dev/vg00/lvol10 ... swap pri=1 0 0
/dev/vg00/data /data vxfs delaylog 0 0

Thanks & regards

vasu
Work is life, you know, and without it, there's nothing but fear and insecurity.
Khairy
Esteemed Contributor

Re: System booting problem

hi vasu,

its seems that might something wrong with /tmp and /home logical volume.

post output from the following commands:
# fstyp -v /dev/vg00/rlvol4
# fstyp -v /dev/vg00/rlvol6

If the above command says vxfs, then run:
# fsck -F vxfs /dev/vg00/rlvol4
# fsck -F vxfs /dev/vg00/rlvol6

List is there any /tmp directory
# ls /home

Mount manually /home
# mount /dev/vg00/lvol6 /home

Let us know.

Rgds


VVS
Regular Advisor

Re: System booting problem

Thanks all of you
I think I got the solution
When I go to the directory /dev/vg00, I saw that there is only raw device file of lvol & lvol6. Hence I creates the block device file of the lvol4 & lovl6.And then use mount -a cmd.

Work is life, you know, and without it, there's nothing but fear and insecurity.
VVS
Regular Advisor

Re: System booting problem

Problem Solved
Work is life, you know, and without it, there's nothing but fear and insecurity.