- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- default file systems on 10.0
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2004 04:40 PM
11-07-2004 04:40 PM
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2004 04:50 PM
11-07-2004 04:50 PM
SolutionAfter 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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2004 05:06 PM
11-07-2004 05:06 PM
Re: default file systems on 10.0
the attached document describes about filesystems on hpux10.0 and structure
regds,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2004 05:14 PM
11-07-2004 05:14 PM
Re: default file systems on 10.0
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,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2004 05:16 PM
11-07-2004 05:16 PM
Re: default file systems on 10.0
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2004 05:42 PM
11-07-2004 05:42 PM
Re: default file systems on 10.0
What do 'lvlnboot -v' and 'bdf' outputs look like?.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2004 05:47 PM
11-07-2004 05:47 PM
Re: default file systems on 10.0
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2004 05:56 PM
11-07-2004 05:56 PM
Re: default file systems on 10.0
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2004 06:22 PM
11-07-2004 06:22 PM
Re: default file systems on 10.0
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,