- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Mount file Automatically
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
02-14-2007 11:42 PM
02-14-2007 11:42 PM
Hi,
I have done following change in /etc/fstab
/dev/temp/lvol1 /temp vxfs rw,suid,largefiles,delaylog,datainlog 0 2
But my file is not getting load once i restart
the server
but if give
mount /dev/temp/lvol1 /temp then it will be load.
Version HP ux 11.23 connected to storage through SAN switch
with regards
Prashanth
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2007 12:04 AM
02-15-2007 12:04 AM
Re: Mount file Automatically
- check /etc/rc.log for mounting errors during startup.
- when the FS is mounted (manually), check the output of "mount -p" (without the quotes). Make sure the filesystem type is correct.
Let us know what you find :)
Cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2007 12:29 AM
02-15-2007 12:29 AM
Re: Mount file Automatically
i am getting follwing error
mountall: cannot mount /dev/temp/lvol1
mountall: diagnostics from mount
vxfs mount: mount option(s) incompatible with file system /dev/temp/lvol1
mountall: cannot mount /dev/sapdata7/sapdata7
mountall: diagnostics from mount
vxfs mount: mount option(s) incompatible with file system /dev/sapdata7/sapdata7 checking quotas
after mounting manually
mount -p
i am getting
/dev/920/920_64 /oracle/RQ1/920_64 vxfs ioerror=mwdisable,larg
efiles,delaylog,nodatainlog,dev=40030001 0 0
/dev/vg00/lvol6 /opt vxfs ioerror=mwdisable,dela
ylog,nodatainlog,dev=40000006 0 0
/dev/vg00/lvol5 /home vxfs ioerror=mwdisable,dela
ylog,nodatainlog,dev=40000005 0 0
/dev/backup/backup /backup vxfs ioerror=mwdisable,larg
efiles,delaylog,nodatainlog,dev=40160001 0 0
-hosts /net autofs ignore,indirect,nosuid
,soft,nobrowse,dev=4c000000 0 0
/dev/temp/lvol1 /temp vxfs ioerror=mwdisable,dela
ylog,nodatainlog,dev=40210001 0 0
/dev/sapdata7/sapdata7 /oracle/RQ1/sapdata7 vxfs ioerror=mwdisable,dela
ylog,nodatainlog,dev=40200001 0 0
with regards
Prashanth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2007 12:47 AM
02-15-2007 12:47 AM
Re: Mount file Automatically
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1019138
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=578935
Regards,
Asif Sharif
Asif Sharif
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2007 12:55 AM
02-15-2007 12:55 AM
Re: Mount file Automatically
NOTE: The datainlog option is available only
with the HP OnLineJFS product.
Do you have OnlineJFS ?
Anyway, I suggest you give it a go with "nodatainlog" instead ;-)
Let us know what happens.
Cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2007 01:12 AM
02-15-2007 01:12 AM
SolutionTo check the filesystem do:
# fsadm /temp
You should get output of either 'largefiles' or 'nolargefiles'. If you see 'nolargefiles' then that is your problem. You either need to remove 'largefiles' from /etc/fstab, or make the filesystem largefiles capable.
If you have online JFS you can do the following:
# fsadm -F vxfs -o largefiles /temp
Now your filesystem should mount correctly when the machine is rebooted.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2007 01:15 AM
02-15-2007 01:15 AM
Re: Mount file Automatically
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2007 02:46 AM
02-15-2007 02:46 AM
Re: Mount file Automatically
# fsadm -F vxfs -o largefiles /mountpoint .
If you mention largefiles in the fstab file, then you should do this, other wise the FS will not come up after reboot.
Rgds / James
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2007 03:56 PM
02-15-2007 03:56 PM
Re: Mount file Automatically
basically it was not largefiles.
with regards
Prashanth