- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- serviceguard and netgroup
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
05-02-2005 10:06 AM
05-02-2005 10:06 AM
serviceguard and netgroup
hanfs.sh use exportfs -i " *:/filesystem" sintax meaning * as world, other manual example use "hostname:/filesystem" , try to use "MYNETGROUP:/filesystem" sintax without any result other than errors.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2005 09:46 PM
05-02-2005 09:46 PM
Re: serviceguard and netgroup
Can you be a bit more specific?
Cheers,
Renarios
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2005 10:15 PM
05-02-2005 10:15 PM
Re: serviceguard and netgroup
Cluster SG linux A.11.16+ NFS toolkit named LEM, phisical host LEM1 and LEM2
LEM1 and LEM2 are NIS client, in NIS maps exist a NETGROUP map containing MYHOST: hostA hostB hostC.
we woult like to export from LEM cluster file system : /mnt/oss_1 /mnt/oss_A only to client hostA hostB hostC using NIS map MYHOST defined in NETGROUP.
what is the right sintax for exportfs command in hanfs.sh script of NFS toolkit ?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2005 05:36 AM
05-05-2005 05:36 AM
Re: serviceguard and netgroup
will handle the export
You need to have /etc/exports have hostname directives to prevent it hosts not authorized from mounting the shares.
example /etc/exports
/share/web 192.168.0.40(rw,no_root_squash,async) 192.168.0.35(rw,no_root_squash,async) 192.168.0.70(rw,no_root_squash,async) 192.168.0.41(rw,no_root_squash,async) /share 192.168.0.40(rw,no_root_squash,async) 192.168.0.70(rw,no_root_squash,async) 192.168.0.41(rw,no_root_squash,async)
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
05-10-2005 09:26 PM
05-10-2005 09:26 PM