Operating System - HP-UX
1830895 Members
2151 Online
110017 Solutions
New Discussion

default file systems on 10.0

 
SOLVED
Go to solution
Darren Murray_1
Frequent Advisor

default file systems on 10.0

Hi,

I am after the default file systems that are installed when 10.0 is installed.

Is there a /stand created?

an output of somebodies bdf would be great
Thanks
Darren
8 REPLIES 8
Sridhar Bhaskarla
Honored Contributor
Solution

Re: default file systems on 10.0

Hi Darren,

After 9.x, HP started implementing OSF/1 type of filesystems. That included

/stand , /, /var, /usr, /opt, /tmp, /home.

There were 10.01, 10.10, 10.30 and 10.20 releases after 9.x. 10.20 was the famous and widely used 10.x OS.

-Sri
You may be disappointed if you fail, but you are doomed if you don't try
bhavin asokan
Honored Contributor

Re: default file systems on 10.0

hi,

the attached document describes about filesystems on hpux10.0 and structure


regds,
bhavin asokan
Honored Contributor

Re: default file systems on 10.0

hi,

the above attachment describes about filesystem layout ,default file systems created at the time of installation.other details about hpux 10.x series can findout at

http://docs.hp.com/hpux/os/10.x/

and about other hpux versions at

http://docs.hp.com/

regds,
Darren Murray_1
Frequent Advisor

Re: default file systems on 10.0

I have a client who has /dev/vg00/lvol3 mounted as /usr. I was expecting it to be /.

Do you know what / was on 9.04? Could have been a hang-up from a upgrade from 9.04 to 10.00?

Would anyone happen to have 10.0 media?
Sridhar Bhaskarla
Honored Contributor

Re: default file systems on 10.0

Hi Darren,

What do 'lvlnboot -v' and 'bdf' outputs look like?.

-Sri

You may be disappointed if you fail, but you are doomed if you don't try
Darren Murray_1
Frequent Advisor

Re: default file systems on 10.0

The server lost power and then when brought up went through fsck checks but failed. FSCK check failed on /dev/vg00/lvol3.

The site exit out of the bcheckr menu by typing exit and the server booted up but was complaining about the console getty respawning to rapidly.

So the system isnt actually up.

Sridhar Bhaskarla
Honored Contributor

Re: default file systems on 10.0

Hi Darren,

Without fixing the filesystems with 'fsck', they cannot quit bcheckrc. Did they try with full fsck option?. By default lvol3 is / but it is not necessary.

-Sri
You may be disappointed if you fail, but you are doomed if you don't try
bhavin asokan
Honored Contributor

Re: default file systems on 10.0

hi,

which server you are using.try if you can interrupt the boot process and boot in to single user mode by hpux -is

if yes check /etc/fstab for the mount point of lvol3.
fsck -F vxfs -o full /dev/vg00/lvol3


try

mv /etc/mnttab /etc/mnttab.orig
touch /etc/mnttab

then rebbot

regds,