- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: MemFS error
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-16-2008 03:57 AM
04-16-2008 03:57 AM
MemFS error
Install MemFS v2.0 on HP-UX 11.23 from depot "MemFS_B.11.23.02_HP-UX_B.11.23_IA_PA_WITH_PATCHES.depot"
Add in /etc/fstab
#MEMFS
memfs /tstonline memfs size=4GB 0 0
When try to mount FS have error
# mount -F memfs /tstonline
mount: absolute path name is required for memfs
What wrong?
Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2008 04:06 AM
04-16-2008 04:06 AM
Re: MemFS error
memfs /tstonline memfs size=4GB 0 0
memfs needs to be changed to the full path to memfs, whatever that is. This you get from the documentation for memfs.
Looks like a RTFM a little more carefully situation.
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-16-2008 04:10 AM
04-16-2008 04:10 AM
Re: MemFS error
pls
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2008 04:12 AM
04-16-2008 04:12 AM
Re: MemFS error
i think /tstonline is u mount point
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2008 04:15 AM
04-16-2008 04:15 AM
Re: MemFS error
u tried my posting
sajjad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2008 04:24 AM
04-16-2008 04:24 AM
Re: MemFS error
I did non catch, "/tstonline" is absolute (full) path. Where is a error? I reread mans and docs and did not find any useful.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2008 11:20 AM
04-16-2008 11:20 AM
Re: MemFS error
in the above "memfs" should be the full complete path, it at the very least needs to be "/memfs"....may even need to be the full path to the executable for all I can tell from here
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2008 08:38 PM
04-16-2008 08:38 PM
Re: MemFS error
As SEP suggests, it is the entry in /etc/fstab that is broken.
>OldSchool: mount -F memfs /tstonline
>in the above "memfs" should be the full complete path
I don't think so. mount(1m)'s -F option takes the type of the filesystem.
>SEP: Looks like a RTFM a little more carefully situation.
Unfortunately the manual says you can have an fstab entry but doesn't have any examples. :-(
http://docs.hp.com/en/5992-2360/5992-2360.pdf
I don't see any mention of the device special file? Is it /dev/mem?
The white paper isn't that helpful:
http://docs.hp.com/en/11885/MemFSv2forHP-UX11iv2.pdf
It does say: Note that a block special filename is not required for MemFS.
So perhaps you don't need that entry in fstab?
But it goes on to say that:
Since there is no backing device directly associated with MemFS, special is ignored, and it is recommended that memfs is used as special field.
So maybe Alexey did read the manual and the software is broken?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2008 02:59 PM
08-29-2008 02:59 PM
Re: MemFS error
Here you go..
Add entry in /etc/fstab
memfs /tstonline memfs size=4GB 0 0
mount using the below command
#/sbin/fs/memfs/mount -F memfs -o size=4GB /tstonline
Let me know this command is not through..
Thanks !
Johnson