Sponsored Content
Operating Systems Solaris NFS mount. Nobody Nobody permissions. Post 302239833 by gwhelan on Wednesday 24th of September 2008 01:25:43 PM
Old 09-24-2008
Hi Incredible,

Unfortunately the export is coming from a NetApp filer. So I can't edit any of those files you suggested.

I have other NFS shares with the same attributes shared out to other servers with no permission issues.

I have tried mounting an NFS share from the NetApp filer that has no permission issue on another server, on to this solaris 10 server and it mounts with the nobody:nobody permissions. So it must be a setting somewhere on the client thats causing this? Any help is greatly appreciated. Thanks.
 

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

nfs permissions

Hi all can someone tell me how to set the follwoing permissions in the /etc/exports file to share a directory. I need 2 users eg a+b to be able to read and write to the directory but everyone else to just read. we have NIS in our environment and I though I could use netgroups do do this. My... (2 Replies)
Discussion started by: silvaman
2 Replies

2. HP-UX

nfs export permissions

Hello, If I have an export like: /usr/temp -rw=ram:alligator means that /usr/temp has "rw" permissions to ram and alligator machines and has "ro" to everyone else? (1 Reply)
Discussion started by: psimoes79
1 Replies

3. UNIX for Dummies Questions & Answers

mount -o llock -F nfs vs mount -F nfs

Hi, We encountered NFS issue (solaris) especially running on Oracle application. Problem such as forms hang when close button is click, concurrent job shows running status all time. Understand we need to use mount -o llock -F nfs instead of mount -F nfs to eliminate? this problem.. Can... (1 Reply)
Discussion started by: KhawHL
1 Replies

4. Solaris

Permissions on NFS mount

I am mounting a directory remotely but I am not able to write to the NFS mount. I am using the following commands to share and mount the file system: On source server in DFStab file share -F nfs -o rw -d "IWStore" /iw-store On the client I am mounting like this: mount -F nfs -o rw... (4 Replies)
Discussion started by: wstclair
4 Replies

5. AIX

NFS mounts and user permissions

We need to allow ordinary users to preform NFS mounts on a AIX server without giving them root access to the server. Is there a way to give an ordinary users root access on a tem basis or a script to allow them to preform NFS mounts? (4 Replies)
Discussion started by: daveisme
4 Replies

6. IP Networking

Can't see home folder on one NFS mount but can in another mount on another share

Hello, I have a few Ubuntu 9.10 laptops I'm trying to learn NFS sharing with. I am just experimenting on this right now, so no harsh words about the security of what I'm playing with, please ;) Below are the configs /etc/exports on host /home/woodnt/Homeschool... (2 Replies)
Discussion started by: Narnie
2 Replies

7. Solaris

NFS Mount permissions weird

Hi all. I have a nas mounted on a solaris box as /u04. Currently I am getting a permission denied error from my HP DataProtector backup and when I ls -l the actual directory I get: drwxrwxrwt 5 65535 nogroup 4096 Nov 9 13:46 u04 I also have SAN mounted as /u06 and it is... (1 Reply)
Discussion started by: jamie_collins
1 Replies

8. Shell Programming and Scripting

Issue with changing the permissions on an nfs mount

Hi All, I have an nfs share which I mounted to my linux machine as below. df -k output TSDapp-na-02:/vol/tsd_app_1/rn_jira 47185920 11663072 35522848 25% /opt/rn_jira I have no entry for this in my /etc/fstab. I did it by the following way. mount -t nfs... (2 Replies)
Discussion started by: Tuxidow
2 Replies

9. UNIX for Dummies Questions & Answers

Permissions for NFS share

Hi, I have created a NFS share in Solaris 10 server1 and mounted it on solaris 10 server 2.But I want to change owner of the files from nobody to a particular user in client. Which command should I use. I have tried the following but it doesn't allow to change permissions in the server2 as... (0 Replies)
Discussion started by: Rossdba
0 Replies

10. Shell Programming and Scripting

Mount NFS Share On NFS Client via bash script.

I need a help of good people with effective bash script to mount nfs shared, By the way I did the searches, since i haven't found that someone wrote a script like this in the past, I'm sure it will serve more people. The scenario as follow: An NFS Client with Daily CRON , running bash script... (4 Replies)
Discussion started by: Brian.t
4 Replies
NetApp::Volume(3pm)					User Contributed Perl Documentation				       NetApp::Volume(3pm)

NAME
NetApp::Volume -- OO class for creating and managing NetApp filer volumes SYNOPSIS
use NetApp::Filer; use NetApp::Aggregate; my $filer = NetApp::Filer->new({ .... }); my @volume_names = $filer->get_volume_names; my @volumes = $filer->get_volumes; my $volume = $filer->get_volume( 'volname' ); DESCRIPTION
This class encapsulates a single NetApp filer volume, and provides methods for querying information about the volume and it's sub-objects (eg. qtrees), as well as methods for managing the volume itself. INSTANCE METHODS
get_filer Returns the NetApp::Filer object representing the filer on which the aggregate exists. get_name Returns the name of the volume as a string. get_states, get_statuses, get_options Each of these methods returns a list of strings, each of which represents a single state, status, or option for the volume. NOTE: All you English grammar pluralization rules fanatics can give up trying to convince the author to call that one method get_stati. get_state( $state ), get_status( $status ), get_option( $option ) Each of these methods returns the value for the specified state, status or option. If that particular key wasn't present, then this method will return undef. This makes it easy to tell the difference between a key that doesn't exist, and one that has a false value. set_option( $option => $value ) This method sets a single option to the specified value. It always returns true, and raises a fatal exception if it can not set the option. get_aggregate_name Returns the name of the aggregate on which the volume lives. For a "traditonal" volume, this will be a false value. get_aggregate Returns the NetApp::Aggregate object representing the aggregate on which the volume lives. For a "traditonal" volume, this will be a false value. get_qtree_names Returns a list of strings, each of which is the name of a qtree on the volume. get_qtrees Returns a list of NetApp::Qtree objects, each of which represents a single qtree on the volume. get_qtree( $name ) Returns a single NetApp::Qtree object for the specified qtree name. The name must in the form of a pathname, for example: /vol/volume_name/qtree_name The qtree_name is optional if querying the object for a volume's qtree. This method simply returns nothing if the specified qtree doesn't exist on the volume. get_language Returns a string representing the language code for the volume. set_language( $language ) Set the language code to the specified value. Always returns a true value, or raises a fatal exception if the language code can not be set. get_size Returns the size of the volume as a string. set_size( $size ) This method sets the size of the volume to the specified value. In all cases, the $size value is of the same form accepted by the create() method, and the underlying ONTAP CLI command: [+|-] <number> k|m|g|t get_maxfiles Returns the maxfiles value for the volume. set_maxfiles( $maxfiles ) Sets the maxfiles value for the volume. is_clone Returns true if the volume is a clone, false otherwise. get_parent_name Returns a string representing the name of the parent volume, if this volume is a clone. get_parent Returns a NetApp::Volume object representing the parent volume, if this volume is a clone. get_snapshot_name Returns a string representing the snapshot name, if the volume is a clone. get_snapshot NOT YET IMPLEMENTED. This will return a NetApp::Snapshot object, once the API is extended to support snapshots (RSN, I'm sure...) get_snapmirrors Returns a list of NetApp::Snapmirror objects, each of which represents a snapmirror relationship for this volume. offline( %args ) Takes the volume offline. The arguments are as follows: $volume->offline( # Optional arguments cifsdelaytime => $cifsdelaytime, ); online( %args ) Bring the volume online. The arguments are as follows: $volume->online( # Optional arguments force => 1, ); rename( %args ) Renames the volume to the specified newname. Always returns a true value, and raises a fatal exception if the name can not be changed. The arguments are as follows: $volume->rename( # Required arguments newname => $newname, ); restrict( %args ) Puts the volume into the restricted state. The arguments are as follows: $volume->restrict( # Optional arguments cifsdelaytime => $cifsdelaytime, ); Snapshot Specific Methods get_snapshots Returns a list of NetApp::Snapshot objects for each of the snapshots of the volume. get_snapshot( $name ) Returns a single NetApp::Snapshot object matching the specified name, if it exists for the volume. create_snapshot( $name ) Creates a snapshot of the volume with the specified name. delete_snapshot( $name ) Deletes a snapshot of the volume with the specified name. get_snapshot_deltas Returns a list of NetApp::Snapshot::Delta objects for each snapshot delta for the volume. get_snapshot_reserved Returns a string representing the amount of reserved space, as a percentage. This string does NOT include the % sign. set_snapshot_reserved( $percentage ) Sets the snapshot reserved space to the specified percentage, which should also NOT include the % sign. get_snapshot_schedule Returns a NetApp::Snapshot::Schedule object representing the snapshot schedule for the volume. set_snapshot_schedule( %args ) Sets the snapshot schedule for the volume based on the arguments passed. The argument syntax is: $volume->set_snapshot_schedule( weekly => $weekly, daily => $daily, hourly => $hourly, hourlist => [ $hour1, $hour2, $hour3, .... ], ); enable_shapshot_autodelete This method turns on snapshot autodelete for the volume. disable_snapshot_autodelete This method turns off snapshot autodelete for the volume. reset_snapshot_autodelete This method resets snapshot autodelete for the volume to the filer defaults. set_snapshot_autodelete_option( $name => $value ) Sets the specified snapshot autodelete option ($name) to the specified $value. get_snapshot_autodelete_option( $name ) Returns the value of the specified autodelete option ($name). Note that if the prefix is "(not specified)", then the value returned is the empty string. UNIMPLEMENTED COMMANDS
The following ONTAP vol commands are not implemented, because the same functionality and information is provided through this API via some other means. container The aggregate containing the volume can be obtained using: $volume->get_aggregate; which will return the NetApp::Aggregate object for it. TO BE IMPLEMENTED
All other commands will be implemented in a future release of this API. Commands for flexible volumes will most likely have preference over traditional volumes. autosize It's not yet clear just how this one should be implemented, since the command does several things. It enables and disables the autosize feature, or resets it to defaults, and it also sets the maximum and incremental sizes to autosize to. This could be implemented a few different ways, for example: $volume->autosize( # Optional arguments maximum => $maximum, incremental => $incremental, # Optional, but mutually exclusive: on => 1, off => 1, reset => 1, ); That seems a little clumsy, though. Perhaps a better interface would be to have methods to control the state of the feature: $volume->enable_autosize; $volume->disable_autosize; $volume->reset_autosize; and then methods to set/get the autosize values: $volume_set_autosize( # Required but mutually exclusive options maximum => $maximum, incremental => $incremental, ); $volume->get_autosize; perl v5.14.2 2008-11-26 NetApp::Volume(3pm)
All times are GMT -4. The time now is 02:02 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy