Networker

From Mesopoly 3.0

Jump to: navigation, search

Contents

EMC (Legato) Networker

Forums

Certification

(Prometric..)

  • E22-128 - Administration
  • E22-141 - Specialist

Tips

  • to start group backup from the command line
    • from server: savegrp -l full "Name of the group"
  • if permission denied at restore:
    • add your client from which you are starting recovery to 'hosts' file and 'servers' file of nsr server and client you are recovering from
    • in networker cliend definition resource add user working on recovery
  • to delete a saveset "nsrmm -d -S 546902992 -y"
  • to delete aborted save sets, ie. 'clean' device, and so free space on disk device .. "nsrstage -C -V DEVICE.RO"
  • to stage (migrate) single ssid "nsrstage -m -b "Pool To Save To" -S 2476198025"
  • to stage savesets from media to media
    • mminfo -avot -r "ssid" -q "volume=[vol]" > list_of_ssids.ini (get savesets to a file)
    • nsrstage -v -b [pool] -m -S -f list_of_ssids.ini
  • to clone (copy) savesets
    • to get a list of savesets with cloneids "mminfo -q volume="volume name" -r ssid,cloneid | awk '{print $1"/"$2}' > ssid.lst"
    • to clone (copy) a saveset "nsrclone -b pool -S ssid/cloneid"
Views
Personal tools