- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Mount File system create on 11.11 on OS 11.23
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
04-17-2006 09:57 PM
04-17-2006 09:57 PM
Mount File system create on 11.11 on OS 11.23
I try to mount a File System create on 11.11 vxfs version 3 on a new system with HP-UX 11.23 with a 6 version of vxfs.
I recive this error:
UX:vxfs mount: ERROR: V-3-21270: ..... disk image is incompatible with this system
What can I do to mount the file system on 11.23 OS.
thanks for your helps
regards
Filo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2006 10:02 PM
04-17-2006 10:02 PM
Re: Mount File system create on 11.11 on OS 11.23
Have you run newfs on this filesystem?
Normal method.
lvcreate
lvextend
newfs - extendfs if extending an existing lv.
check /etc/fstab for a template for setting up proper mounting of newly created fs.
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
04-17-2006 10:08 PM
04-17-2006 10:08 PM
Re: Mount File system create on 11.11 on OS 11.23
I try to mount a file system actualy used on a system on 11.11 ( trough BCV disk ) I must not create a new file system on 11.23.
Thanks
Filo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2006 10:08 PM
04-17-2006 10:08 PM
Re: Mount File system create on 11.11 on OS 11.23
May be vxconvert will help you.
What does following say?
fstyp -v /dev/vgxx/lvolx
mkfs -m /dev/vgxx/rlvolx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2006 10:13 PM
04-17-2006 10:13 PM
Re: Mount File system create on 11.11 on OS 11.23
mkfs -F vxfs -o ninode=unlimited,bsize=8192,version=3,inosize=256,logsize=256,largefiles
and
vxfs
version: 3
f_bsize: 8192
f_frsize: 8192
f_blocks: 13959168
f_bfree: 8261553
f_bavail: 8197266
f_files: 2063872
f_ffree: 2065376
f_favail: 2065376
f_fsid: 1080950786
f_basetype: vxfs
f_namemax: 254
f_magic: a501fcf5
f_featurebits: 0
f_flag: 16
f_fsindex: 7
f_size: 13959168
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2006 10:36 PM
04-17-2006 10:36 PM
Re: Mount File system create on 11.11 on OS 11.23
Nothing older than layout version 4 is supported on 11.23 as per this link.
http://unix.derkeiler.com/Mailing-Lists/HP-UX-Admin/2005-06/0028.html
In that case upgrading layout version to atleast 4 is required for making use of this file system on new system. This can be achived by use of vxupgrade command.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2006 10:36 PM
04-17-2006 10:36 PM
Re: Mount File system create on 11.11 on OS 11.23
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2006 11:05 PM
04-17-2006 11:05 PM
Re: Mount File system create on 11.11 on OS 11.23
lets assume your LV is /dev/vg01/lvol1
Use the following command to upgrade to version 6 on you 11.23 machine,
#vxupgrade -n 6 -r /dev/vg01/rlvol1
After the above operation succeeds, go ahead and mount the FS.
Regards,
Senthil Kumar .A
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2006 03:16 PM
11-02-2006 03:16 PM
Re: Mount File system create on 11.11 on OS 11.23
I face a same problem ,
I have try out the command vxfsconvert , but still fail , I cant mount the path .
ANY solution ?
Thanks
LeongKO
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2006 04:09 PM
11-02-2006 04:09 PM
Re: Mount File system create on 11.11 on OS 11.23
It is recommended that file systems with vxfs version lower than 4 has to be vxupgrade'd before being mounted on 11.23.
HTH,
Sanjay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2006 05:05 PM
11-02-2006 05:05 PM
Re: Mount File system create on 11.11 on OS 11.23
Please correct me the command ,
I issue command at hpux 11.23
#vxupgrade -n 4 -r /dev/vg30/rlvol1
UX:vxfs vxupgrade: INFO: V-3-22588: usage: vxupgrade [-n new_version] [-r rawdt
What wrong on this ?
Can help :)
Thanks
LeongKO
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2006 05:24 PM
11-02-2006 05:24 PM
Re: Mount File system create on 11.11 on OS 11.23
Hi Filo,
That command is to be on on the 11.11 system. 11.23 system is already running version 6.
BR
Vasu