- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: read-only root account? NFS? Shell?
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-17-2002 08:28 AM
05-17-2002 08:28 AM
Perhaps a NFS option with read-only mount? I've tried this with some success - but I've got to allow root on another machine. Is there a same-machine option?
Perhaps Power Broker? This is a cost item which I've not tried.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2002 09:00 AM
05-17-2002 09:00 AM
Re: read-only root account? NFS? Shell?
2 machines (mars and venus) and you want to allow users that logs in to venus to have read only access to entire mounted FS of mars onto venus.
On mars
=======
# vi /etc/exports
/ -anon=65534,ro,access=venus
# /etc/exportfs -a
On venus
========
# mkdir /test
# mount mars:/ /test
Test it. Having given you this suggestion, I still think exporting "/" is not a good idea.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2002 09:01 AM
05-17-2002 09:01 AM
SolutionNFS is not a bad thing to try. There is one nice software that can do this kind of job is
Before it was called SEOS by platinum. I guess it is eTrust by Computer Associates now.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2002 02:34 PM
06-13-2002 02:34 PM
Re: read-only root account? NFS? Shell?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2002 04:13 PM
06-13-2002 04:13 PM
Re: read-only root account? NFS? Shell?
the rsh (restricted shell) gives that capability - or lack thereof I guess you could say...
This shell confuses lots of non-HP SAs as rsh is the remote shell command in every other UNIX OS whereas that's remsh in HP-UX.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2002 06:41 AM
06-14-2002 06:41 AM