- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Question with mounting read-only
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
11-27-2006 05:37 AM
11-27-2006 05:37 AM
Question with mounting read-only
I have two serwers connect to the same disk
I create volume group vg02 with logical volumen lvol20 and export this configuration on the second serwer.
I want to mount this lvol on both sewers but in the first serwer with option read-write and in the second read-only
This is my /etc/fstab:
serwer1:
/dev/vg02/lvol20 /u20 vxfs delaylog 0 2
serwer2:
/dev/vg02/lvol20 /u20 vxfs ro 0 2
When i mount /u20 on the both serwers and create anything on serwer1 for example:
mkdir /u20/test
and on the serwer2 I do:
ls /u20
I don't see test directory. I must unmount /u20 and then mount /u20 on serwer2 and then I see this directory.
What I must do to see this directory without umount?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2006 05:59 AM
11-27-2006 05:59 AM
Re: Question with mounting read-only
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2006 06:41 AM
11-27-2006 06:41 AM
Re: Question with mounting read-only
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2006 07:43 AM
11-27-2006 07:43 AM
Re: Question with mounting read-only
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2006 07:46 AM
11-27-2006 07:46 AM
Re: Question with mounting read-only
I currently do this with several server using NFS to access a filesystem on a server.
You will need to export the filesystem on the host server (Use SAM)first
Cheers John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2006 07:58 AM
11-27-2006 07:58 AM
Re: Question with mounting read-only
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2006 08:04 AM
11-27-2006 08:04 AM
Re: Question with mounting read-only
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2006 08:06 AM
11-27-2006 08:06 AM
Re: Question with mounting read-only
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2006 08:24 AM
11-27-2006 08:24 AM
Re: Question with mounting read-only
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2006 08:43 AM
11-27-2006 08:43 AM
Re: Question with mounting read-only
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2006 08:56 AM
11-27-2006 08:56 AM
Re: Question with mounting read-only
Actually I do it similary like John describe but I try to change it.
I thought that i can mount lvol on two host at the same time.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2006 10:59 AM
11-27-2006 10:59 AM
Re: Question with mounting read-only
What u say??