Difference between revisions of "Networker"

From Mesopoly 3.0
Jump to navigation Jump to search
Line 13: Line 13:
  
 
===Tips===
 
===Tips===
 +
 +
* 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 stage (migrate) single ssid "nsrstage -m -b "Pool To Save To" -S 2476198025"
 
* to stage (migrate) single ssid "nsrstage -m -b "Pool To Save To" -S 2476198025"

Revision as of 12:39, 10 October 2008

EMC (Legato) Networker

Forums

Certification

(Prometric..)

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

Tips

  • 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 stage (migrate) single ssid "nsrstage -m -b "Pool To Save To" -S 2476198025"
  • 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 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"