GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: error when doing make_tape_recovery...
Operating System - HP-UX
1856361
Members
3845
Online
104112
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
- Integrity Servers
- Server Clustering
- HPE NonStop Compute
- HPE Apollo Systems
- High Performance Computing
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Knowledge Base
Forums
Discussions
- Cloud Mentoring and Education
- Software - General
- HPE OneView
- HPE Ezmeral Software platform
- HPE OpsRamp Software
Knowledge Base
Discussions
Forums
Discussions
back
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
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
07-12-2004 08:28 AM
07-12-2004 08:28 AM
I ran a make_tape_recovery, and got an error msg saying cannot stat device file /dev/vg01/lvol25. No such file or directory. Check /etc/fstab for bad entry.
Well, I don't see this listed in /etc/fstab, but when I do a more /etc/fstab | grep lvol25, I see this line show up. I want to comment it out but cannot find it in the file when doing a vi. I also noticed I was able to cd /directory_name and thought I had removed it, so I removed the directory.
Why would ignite complain when its not seen in /etc/fstab? Maybe I need new glasses? :-)
Thanks.
Well, I don't see this listed in /etc/fstab, but when I do a more /etc/fstab | grep lvol25, I see this line show up. I want to comment it out but cannot find it in the file when doing a vi. I also noticed I was able to cd /directory_name and thought I had removed it, so I removed the directory.
Why would ignite complain when its not seen in /etc/fstab? Maybe I need new glasses? :-)
Thanks.
"In the middle of difficulty lies opportunity" -Einstein
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2004 08:36 AM
07-12-2004 08:36 AM
Solution
James, you have pretty much answered ur questions urself :-).
You dont see it listed in /etc/fstab but when you do a grep you could find the entry ?
OK, you dont have to use vi to make the changes
# sed 's|^/dev/vg01/lvol25|#/dev/vg01/lvol25|' /etc/fstab > /etc/fstab.NEW
# cp /etc/fstab /etc/fstab.OLD
# mv /etc/fstab.NEW /etc/fstab
You dont see it listed in /etc/fstab but when you do a grep you could find the entry ?
OK, you dont have to use vi to make the changes
# sed 's|^/dev/vg01/lvol25|#/dev/vg01/lvol25|' /etc/fstab > /etc/fstab.NEW
# cp /etc/fstab /etc/fstab.OLD
# mv /etc/fstab.NEW /etc/fstab
Learn What to do ,How to do and more importantly When to do ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2004 02:57 AM
07-13-2004 02:57 AM
Re: error when doing make_tape_recovery...
James,
Some times when you don't see all you expect when using 'vi' is due to the fact you either have the TERM environment variable wrong or the rows and columns values in stty wrong. Or even both as they're related to a certain degree.
Regards
Jov
Some times when you don't see all you expect when using 'vi' is due to the fact you either have the TERM environment variable wrong or the rows and columns values in stty wrong. Or even both as they're related to a certain degree.
Regards
Jov
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2026 Hewlett Packard Enterprise Development LP