IPnom Home • Manuals • Legato NetWorker

 EMC Legato NetWorker Commands Reference

Legato NetWorker Stuff:NetWorker Commands ReferenceNetWorker Links
NetWorker Command Live Search (15 results max):
 Type in part of a Legato NetWorker command in the search box.
Legato NetWorker Commands Index:
  ansrd
  ascdcode
  cdi_block_limits
  cdi_bsf
  cdi_bsr
  cdi_eod
  cdi_filemark
  cdi_fsf
  cdi_fsr
  cdi_get_config
  cdi_get_status
  cdi_inq
  cdi_load_unload
  cdi_locate
  cdi_offline
  cdi_rewind
  cdi_set_compression
  cdi_space
  cdi_ta
  cdi_tapesize
  cdi_tur
  changers
  dasadmin
  ddmgr
  EMASS_silo
  erase
  generate_test_tape
  hadump
  hafs
  hagentd
  hagetconf
  haprune
  hascsi
  hasubmit
  hasys
  hpflip
  IBM_silo
  ielem
  inquire
  jbconfig
  jbexercise
  jbverify
  ldunld
  lgtolic
  lgtolmd
  libcdi
  libscsi
  libsji
  libstlemass
  libstlibm
  libstlstk
  lrescan
  lreset
  lus_add_fp_devs
  lusbinfo
  lusdebug
  mini_el
  mm_data
  mminfo
  mmlocate
  mmpool
  mmrecov
  msense
  mt
  ndmpjbconf
  networker
  nsr (1)
  nsr (5)
  nsr_archive_request
  nsr_client
  nsr_crash
  nsr_data
  nsr_device
  nsr_directive
  nsr_getdate
  nsr_group
  nsr_ize
  nsr_jukebox
  nsr_label
  nsr_layout
  nsr_license
  nsr_migration
  nsr_notification
  nsr_policy
  nsr_pool
  nsr_regexp
  nsr_resource
  nsr_schedule
  nsr_service
  nsr_shutdown
  nsr_stage
  nsr_storage_node
  nsr_support
  nsr_usergroup
  nsradmin
  nsralist
  nsrarchive
  nsrcap
  nsrcat
  nsrck
  nsrclone
  nsrcnct
  nsrd
  nsrexec
  nsrexecd
  nsrhsmck
  nsrhsmclear
  nsrhsmd
  nsrhsmls
  nsrhsmnfs
  nsrhsmrc
  nsrhsmrecall
  nsrib
  nsriba
  nsrim
  nsrindexasm
  nsrindexd
  nsrinfo
  nsrjb
  nsrlic
  nsrls
  nsrmig
  nsrmm
  nsrmmd
  nsrmmdbasm
  nsrmmdbd
  nsrmon
  nsrndmp_clone
  nsrndmp_recover
  nsrndmp_save
  nsrpmig
  nsrports
  nsrretrieve
  nsrssc
  nsrstage
  nsrtrap
  nsrwatch
  nwadmin
  nwarchive
  nwbackup
  nwrecover
  nwretrieve
  pathownerignore
  pmode
  preclntsave
  pstclntsave
  read_a_block
  recover
  relem
  resource
  save
  savefs
  savegrp
  savepnpc
  scanner
  sjiielm
  sjiinq
  sjimm
  sjirdp
  sjirdtag
  sjirelem
  sjirjc
  sjisn
  sn
  ssi
  stk_eject
  STK_silo
  stli
  sym2xdm
  tapeexercise
  tur
  uasm
  writebuf
   
   - Windows Only
  mt
  nsrlpr
  nsrperf


nsr_usergroup

nsr_usergroup - NetWorker resource type 'NSR usergroup'

SYNOPSIS

       type: NSR usergroup


DESCRIPTION

       Each NSR user group is described by a single resource of type NSR user-
       group (see nsr_resource(5)).  To edit the NSR usergroup resources for a
       NetWorker server, type:
              nsradmin -c "type:NSR usergroup"
       or  use  the  nwadmin(1) GUI.  See the nsradmin(1) manual page for more
       information on using the NetWorker administration program.

       This resource describes groups of NetWorker users and their privileges.


ATTRIBUTES

       The  following  attributes are defined for resource type nsr_usergroup.
       The information in parentheses describes how the attribute  values  are
       accessed.   Read-only  indicates that the value cannot be changed by an
       administrator.  Read/write means the value can be set as well as  read.
       Choice  means  that  the  value of the attribute can only be one from a
       list specific to that attribute. For example, privileges can be 'Backup
       local  data',  or  'Operate  NetWorker'.  Several additional attributes
       (for example, name) are common to all resources, and are  described  in
       nsr_resource(5).

       comment        (read/write)
              This  attribute  is  provided  for the administrator to keep any
              explanatory remarks or supplementary information about the  user
              group.

       users          (read/write, list of strings)
              This  attribute  specifies the list of users that are members of
              the user group. Each line specifies a user or a group of  users,
              using one of these formats: user/host@domain , group/host@domain
              , user@host , user@domain , group@host ,  group@domain  ,  &net-
              group  (only  available  on  platforms that support netgroups) ,
              user_attribute=value[, ...].

              where user is a user name; host is a host name; group is a  user
              group name; domain is a domain name; user_attribute can be user,
              group, host, domain, or domaintype (type of the domain,  NIS  or
              WINDOMAIN).

              value  can  be any string delimited by white space. If the value
              has space in it, then it can be quoted with double quotes.   The
              value  may  contain  wild cards, "*".  Entering just a user name
              allows that user to administer NetWorker from any host  (equiva-
              lent  to  user@*  or  */user  or user=user).  Netgroup names are
              always preceded by an "&".

              The format: user_attribute=value[, ...] is more  secure  because
              the format is not overloaded. For example, if test@test.acme.com
              is entered, then any users in the test group or users named test
              All  Clients,  Configure  NetWorker,  Monitor NetWorker, Operate
              NetWorker, Operate Devices and  Jukeboxes,  Backup  Local  Data,
              Recover Local Data

              Change  Security  Settings grants the permission to change secu-
              rity settings such as updating  a  NSR  usergroups  resource  or
              changing remote access attribute in the NSR client resource.

              Remote  Access All Clients grants the permission to access other
              clients data.

              Configure NetWorker grants  the  permission  to  configure  Net-
              Worker, such as creating new clients or devices.

              Operate  NetWorker  grants the permission to perform maintenance
              operations on NetWorker, such as managing volumes or controlling
              savegroups.

              Monitor  NetWorker  grants the permission to monitor the activi-
              ties and status of NetWorker.

              Operate Devices and Jukeboxes grants the permission  to  operate
              devices  and jukeboxes, such as mounting, unmounting, and label-
              ing of volumes.

              Backup Local Data grants the permission to backup local data  to
              NetWorker.

              Recover  Local  Data grants the permission to recover local data
              from NetWorker.

              This  attribute  can  be  any  combination  of  the   privileges
              described  above.  The only exception is some privileges require
              other privileges.  For example, Change Security Settings  privi-
              lege requires Configure NetWorker privilege, Configure NetWorker
              privilege must be set if Change Security Settings is set.


EXAMPLES

       The usergroup resource named Users is shown below.  (Hidden options are
       not  shown.)   This is the default setup with the exception of the com-
       ment field.  Users on any machine in any domain  are  members  of  this
       user  group.  Members in this group have the privilege to Recover local
       data, Backup local data, and Monitor NetWorker.

              type: NSR usergroup;
              name: Users;
          comments: Users can backup/recover data and monitor NetWorker;
             users: *@*;
        privileges: Monitor NetWorker,
                    Recover local data,
                    Backup local data;

       Another example of how to setup the usergroup resource named  Users  is
       shown  below.   Any  users logged in to the domain engineering.acme.com
       are members of this user group. Members in this group has the privilege


SEE ALSO

       nwadmin(1), nsradmin(1), nsr(1),


ADVERTISEMENT

Legato NetWorker 7.x

Man(1) output converted with man2html, sed, awk


 

Legato NetWorker Commands Reference • Legato NetWorker Links