- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- nosuid with Ignite mounts
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
07-16-2009 12:34 PM
07-16-2009 12:34 PM
Auditors have told that every nfs should be mounted with the nosuid option.
We are taking Ignite backups of our backup server from where the directories are exported. During ignite the directories are mounted on client machine.
NOw Please help me to know that how do i ensure that the Ignite Directories are mounted with nosuid option on clients. If not than is there any option in Ignite configuration to apply this option of nosuid. Please help
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2009 12:57 PM
07-16-2009 12:57 PM
SolutionIgnite servers commonly violate security concerns.
They use tftp and rsh, and not more secure protocols such as ssh/sftp.
You will have to change the options and test this out. If it does not work, you will have to tell your auditors an exception is called for. If there is no exception then the function Ignite performs, having valid backups of system configuration can not be performed.
How to do it.
http://docs.hp.com/en/B1031-90043/ch02s03.html
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
07-16-2009 06:04 PM
07-16-2009 06:04 PM
Re: nosuid with Ignite mounts
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2009 08:06 PM
07-16-2009 08:06 PM
Re: nosuid with Ignite mounts
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2009 09:20 PM
07-16-2009 09:20 PM
Re: nosuid with Ignite mounts
Mounting a filesystem with the 'nosuid' option disables the 'setuid' action. If you mount a filesystem this way and attempt to execute a 'setuid' binary existing in that filesystem, you see:
"Setuid execution not allowed"
By default the filesystems will be mounted with suid option though it is not mentioned in fstab file.
And setting this option needs unmount of that filesystems.
Ganesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2009 09:22 PM
07-16-2009 09:22 PM
Re: nosuid with Ignite mounts
Read this to know more about NFS mount options..
http://docs.hp.com/en/5992-0714/ch02s03.html#bghdijij
Ganesh.