- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Error with fstab
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
12-23-2004 08:34 AM
12-23-2004 08:34 AM
Error with fstab
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2004 08:46 AM
12-23-2004 08:46 AM
Re: Error with fstab
use ftp or sftp to copy the file to another system and edit it there.
Best course of action is to use sam to remove the swap and put it back and then you will be back in business.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2004 08:48 AM
12-23-2004 08:48 AM
Re: Error with fstab
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2004 08:55 AM
12-23-2004 08:55 AM
Re: Error with fstab
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2004 09:07 AM
12-23-2004 09:07 AM
Re: Error with fstab
had I read carefully that would be apparent tome.
Take a core os cd and put it in the cd drive
boot the box at the console.
interupt the boot at the 10 second prompt
sea
usually the last random access device is the cd-rom.
bo P4
# if p4 is the cdrom on prior display.
do not interact.
You should be able to mount filesystems and restore a generic fstab file from the cd.
If not try this:
from the interact prompt
hpux -is
Now you need to manually mount /usr and /var
cat /etc/fstab to get the mount path
mount /dev/vg00/lvol4 /var
mount /dev/vg00/lvol5 /usr
now you can vi /etc/fstab and fix it.
I think my second idea single user mode is a better idea, now that i think of it.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2004 09:13 AM
12-23-2004 09:13 AM
Re: Error with fstab
Once there do a 'mount /usr' and 'mount /var'. You should now be able to use vi to edit your /etc/fstab file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2004 09:15 AM
12-23-2004 09:15 AM
Re: Error with fstab
You seem new:
http://forums1.itrc.hp.com/service/forums/pageList.do?userId=CA352496&listType=unassigned&forumId=1
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=140137
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2004 01:49 PM
12-23-2004 01:49 PM
Re: Error with fstab
Just boot the system into single user mode and use the command:
mount -l -a
That mounts the filesystems you'll need to edit fstab.
Bill Hassell, sysadmin