- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Problem using newfs
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
09-09-2002 11:42 AM
09-09-2002 11:42 AM
Problem using newfs
When I try use the command "newfs", I received the follow message:
cenesp04#newfs -F hfs /dev/vg07/rlvol0704
newfs (hfs): Cannot get status of /dev/vg07/rlvol0704
newfs (hfs): No such file or directory
Please, somebory knows what??s happened ??
Thanks for all .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2002 11:44 AM
09-09-2002 11:44 AM
Re: Problem using newfs
better yet... how about `vgdisplay -v vg07`
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2002 11:44 AM
09-09-2002 11:44 AM
Re: Problem using newfs
what does `vgdisplay vg07` tell you?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2002 11:46 AM
09-09-2002 11:46 AM
Re: Problem using newfs
# vgchange -a y vg07
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2002 11:46 AM
09-09-2002 11:46 AM
Re: Problem using newfs
Do a vgdisplay -v /dev/vg07 and an ls -l /dev/vg07 and let's see what they look like.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2002 11:46 AM
09-09-2002 11:46 AM
Re: Problem using newfs
Did you create a logical volume named lvol0704 for vg07? If you do 'ls -l /dev/vg07' you should see rlvol0704 and lvol0704 in there. If you don't see them, you'll need to 'lvcreate' that logical volume.
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2002 11:46 AM
09-09-2002 11:46 AM
Re: Problem using newfs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2002 11:47 AM
09-09-2002 11:47 AM
Re: Problem using newfs
Try newfs with rdsk instead.
newfs -F hfs /dev/rdsk/device name
I guess you have already created pv,vg and coreesonding lv.
Goodluck
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2002 11:48 AM
09-09-2002 11:48 AM
Re: Problem using newfs
# lvdisplay /dev/vg07/lvol0704
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2002 11:48 AM
09-09-2002 11:48 AM
Re: Problem using newfs
There??s already one lvol mounted in this vg07.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2002 11:51 AM
09-09-2002 11:51 AM
Re: Problem using newfs
First of all, I would check if the file name in the command line is correct. Do an ll /dev/vg07/rlvol0704 and see if the device file exists.
Then see if the volume group is active (vgdisplay vg??). If not, activate the volume group.
Also see if this file is a device file.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2002 12:56 PM
09-09-2002 12:56 PM