- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- what is mvfs?
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
Discussions
Discussions
Discussions
Forums
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
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
тАО03-29-2003 05:21 AM
тАО03-29-2003 05:21 AM
what is mvfs?
we have new system with the following entry in fstab
/view /view mvfs nosuid 0 0 1047733323
^^^^
/net/ncbhpux/misc2/vobstore/in.vws /in mvfs nosuid 0 0 1047733324
^^^^
/net/ncbhpux/misc2/vobstore/NVB_PVOB.vbs /NCB_PVOB mvfs nosuid 0 0 1047733324
what is the file system type mvfs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-29-2003 05:42 AM
тАО03-29-2003 05:42 AM
Re: what is mvfs?
mvfs = Multimedia Virtual File System
Next link provides some info.
http://ee.tamu.edu/~reddy/papers/icdcs01_final.pdf
Robert-Jan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-29-2003 06:07 AM
тАО03-29-2003 06:07 AM
Re: what is mvfs?
s700_800 11.00 POSIX AIO;getdirentries;MVFS;rcp;mmap/IDS; PHKL_27813
Notes: PHKL_28202
s700_800 11.00 ONC/NFS General Release/Performance Patch PHNE_20627
Notes: PHNE_28102
There are no 11.11 patches.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-29-2003 06:34 AM
тАО03-29-2003 06:34 AM
Re: what is mvfs?
http://www.netapp.com/tech_library/3111.html#2.2.7.
View Server:
http://www.netapp.com/tech_library/3111.html#2.2.5.
Trouble Shooting Clearcase:
http://www.rational.com/media/whitepapers/vob_db_sg.pdf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-29-2003 10:45 AM
тАО03-29-2003 10:45 AM
Re: what is mvfs?
Robert-Jan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-29-2003 11:17 AM
тАО03-29-2003 11:17 AM
Re: what is mvfs?
Frederick gave you the info.
Clearcase is a version control software just like CVS, RCS etc.,
MVFS is multi-version filesystem used by clearcase in conjunction with NFS to provide a view to the user containing hierarchi tree of different versions of the code. There are two components from my faded experience of clearcase administration.
VOB servers: Versioned Object Bases where the actual files and their revisions reside. In your case 'ncbhpux' is a vob server.
VIEW server: Containing "views" for the developers. Your developers can customize their "views" by setting up 'config spc' files.
Mostly SAs do clearcase administration. If you are about to assume that responsibility, here is a white paper from HP on tuning clearcase.
http://h21007.www2.hp.com/dspp/tech/tech_TechDocumentDetailPage_IDX/1,1701,938,00.html
It may get you confused initially but once you got the concepts, it is fun to administer clearcase.
-Sri