- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: install soft via DVD on remote machine..NFS ??
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
10-16-2006 07:38 PM
10-16-2006 07:38 PM
install soft via DVD on remote machine..NFS ??
Here is wat I've done.
Remote machine:
- update /etc/exports --> add
/dvdrom -ro -root=[host local]
- exportfs -a
Result of showmount -e :
/dvdrom -root=[host local]
Local machine:
mount [remote]:/dvdrom [mount point]
Result= Permission denied
Thanks for your suggestion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2006 07:59 PM
10-16-2006 07:59 PM
Re: install soft via DVD on remote machine..NFS ??
By default nfs might be blocking root mounts. I need to actually see /etc/exports to find troublesome issues. no_root_squash option may be required. Check the system log of the server and permissions on the DVD mountpoint.
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
10-16-2006 08:27 PM
10-16-2006 08:27 PM
Re: install soft via DVD on remote machine..NFS ??
swinstall -s server1:/SDCDROM
on server1 you need to configure swacl
# swacl -l host > /tmp/myacl
edit myacl, add a line "user:root@server2:crwit"
# swacl -l host -F /tmp/myacl
If the software cannot be installed by swinstall, you can try pfs_mount
1. nohup /usr/sbin/pfs_mountd &
2. nohup /usr/sbin/pfsd &
3. Edit /etc/pfs_exports
/mountpoint -access=server2
4. pfs_exportfs -a
5. pfs_mount server1:/mountpoint
To unmount:
6. pfs_umount server1:/mountpoint
man pfs_mount, man pfs_exports
Yang
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2006 08:28 PM
10-16-2006 08:28 PM
Re: install soft via DVD on remote machine..NFS ??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2006 08:42 PM
10-16-2006 08:42 PM
Re: install soft via DVD on remote machine..NFS ??
Regarding pfs I've read in this forum that pfs is not recommended:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1049868
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2006 08:53 PM
10-16-2006 08:53 PM
Re: install soft via DVD on remote machine..NFS ??
/dvdrom anon=0,ro,access=server2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2006 09:00 PM
10-16-2006 09:00 PM
Re: install soft via DVD on remote machine..NFS ??
the showmount cmd for dvd give
/dvdrom anon=0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2006 09:21 PM
10-16-2006 09:21 PM