- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Sharing the volume group
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-05-2008 09:58 PM
04-05-2008 09:58 PM
I have rp8420 server with 4 partitions , and I am creating a new volume group
With new mount point /backup on the first partition
I want the another partition only one server to see this mount point
And he can to save on it ( on the volume group on the first partition)
In simply how to work this volume sharing between two server.
#bdf
/dev/vg11/lvol1 102400000 89308448 12989336 87% /Backup
Thanks & kind Regards
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2008 10:19 PM
04-05-2008 10:19 PM
Re: Sharing the volume group
This some notes
the volume group â â vg11â â on the first partition contains only two disk from SAN storage
I need two server to read and write on this volume group, and if I want to prevent on one
Server the write option how that ?
And I donâ t have cluster on my server, and I have 11.11 OS version
Thanks & kind Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2008 10:21 PM
04-05-2008 10:21 PM
Re: Sharing the volume group
you can share this file system via NFS.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2008 10:40 PM
04-05-2008 10:40 PM
Re: Sharing the volume group
thanks ahsan for your repliese,but i need more details about using NFS in share the volume group
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2008 10:45 PM
04-05-2008 10:45 PM
SolutionIf you want to start an NFS server without rebooting the system, follow these steps.
1) Edit the /etc/exports file and add entries for exported file systems.
2) Use the exportfs -a command to export these file systems.
3) Edit the /etc/rc.config.d/nfsconf file and set proper values to different variables as mentioned
earlier.
4) Execute the /sbin/init.d/nfs.core start command.
5) Execute the /sbin/init.d/nfs.server start command.
The client configuration process
1) Edit the /etc/rc.config.d/nfsconf file to enable an NFS client to be started at boot time.
2) Edit the /etc/fstab file to mount remote file systems at system boot time.
3) Create mount points for the remote file systems.
4) Ensure that the name of the NFS server is present in the /etc/hosts file if NIS or DNS are not
being used.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2008 11:01 PM
04-05-2008 11:01 PM
Re: Sharing the volume group
I include here to verify the rpc, mountd and nfsd is runnig using the command
#rpcinfo -p
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2008 11:48 PM
04-05-2008 11:48 PM
Re: Sharing the volume group
plz check if this correct or no
and what is the countain of /etc/exports file exactly.
1- vi /etc/exports
/dev/vg11/lvol1
2- exportfs -a
3- in this file /etc/rc.config.d/nfsconf
what is the variable which i can changed
4- Execute the /sbin/init.d/nfs.core start command.
5- Execute the /sbin/init.d/nfs.server start command
in The client configuration process
1- what is the exactly in this /etc/rc.config.d/nfsconf file to changed to enable an NFS client to be started at boot time.
2- Edit the /etc/fstab
/dev/vg11/lvol1 /Backup1 vxfs delaylog,largefiles 0 9
3- mkdir /Backup1
thanks and best regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2008 12:02 AM
04-06-2008 12:02 AM
Re: Sharing the volume group
NFS_SERVER=1
START_MOUNTD=1
NUM_NFSD=16
PCNFS_SERVER=1
LOCKD_OPTIONS=""
STATD_OPTIONS=""
MOUNTD_OPTIONS=""
and in clinet machine configure the same file suing this
NFS_CLIENT=1
NUM_NFSIOD=16
LOCKD_OPTIONS=""
STATD_OPTIONS=""
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2008 01:30 AM
04-06-2008 01:30 AM
Re: Sharing the volume group
stay Some query
in NFS server
i am create new export file because is no available, by using vi command
vi /etc/exports
after that i am using exportfs -a /Backup to export this filesystem but this message appeared
(exportfs error: invalid argument(s) with -a option)
and i am tray with #exportfs /Backup command
but another message appared
exportfs error: /home not found in /etc/exports
and to The client configuration process
when edit the /etc/fstab on the client
add this
server:/Backup /Backup vxfs default 0 0
the server:/Backup it is /dev/vg11/lvol1:/Backup this correct or no
thanks and best regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2008 01:43 AM
04-06-2008 01:43 AM
Re: Sharing the volume group
file permission in /etc/exports. it will be 666.
or did u apply command exportfs -a while runnig /sbin/init.d/nfs.server?
run first
#/sbin/init.d/nfs.server start
it will read information listed in /etc/exports
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2008 02:05 AM
04-06-2008 02:05 AM
Re: Sharing the volume group
thanks ahsan for your repliese, but the problem is still i can't export any filesystm i am change the permation and start this scribt #/sbin/init.d/nfs.server start
for reminding i want to share file between two server, not between server and client
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2008 03:20 AM
04-06-2008 03:20 AM
Re: Sharing the volume group
the #exportfs -a /home command it is not working
the problem is still
the /etc/exports file i am creating wwith vi command
plz help me i want to share filesystem from server to another server how???
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2008 03:36 AM
04-06-2008 03:36 AM
Re: Sharing the volume group
you did exportfs -a /backup, its wrong
you apply command
#exportfs -a
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2008 03:39 AM
04-06-2008 03:39 AM
Re: Sharing the volume group
Check the example of /etc/exports file:
/home -access=myhp:hp0
/usr/share/man -ro
/opt/apps -ro
Then execute the command # exportfs -a
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2008 01:03 PM
04-06-2008 01:03 PM
Re: Sharing the volume group
>exportfs error: invalid argument(s) with -a option
As mentioned by others, with -a, exports all of the filesystems in /etc/exports.
>i try with #exportfs /Backup but another message appeared
>exportfs error: /home not found in /etc/exports
What's the relation between /Backup and /home?
>when edit the /etc/fstab on the client add this
>server:/Backup /Backup vxfs default 0 0
This isn't vxfs but NFS. You may want to use SAM to help you export and to mount it on the client.
>i want to share file between two server, not between server and client
You can't. You can only share the filesystem from a NFS server to NFS clients.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2008 07:00 PM
04-06-2008 07:00 PM
Re: Sharing the volume group
you want to share the volume group or file system between two node ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2008 09:44 PM
04-06-2008 09:44 PM
Re: Sharing the volume group
thanks for all
my problem is solved