Difference between revisions of "Networker"

From Mesopoly 3.0
Jump to navigation Jump to search
Line 33: Line 33:
 
**  nsrclone -b "pool name" -S 791898185
 
**  nsrclone -b "pool name" -S 791898185
 
*to recover using interactive shell command 'recover' - "recover -c client.332 -R netwrkrserver -i R "
 
*to recover using interactive shell command 'recover' - "recover -c client.332 -R netwrkrserver -i R "
*to recover using scanner command "scanner -S 4048245145 /nsrdisk/_AF_readonly | uasm -rv -m /export/home/test/=/export/home"
+
*to recover using scanner command "scanner -S 4048245145 /dev/rmt/0cbn | uasm -rv -m /org/dest/=/recover/dest"
*to extract saveset from a point on the tape
+
*to (extract?) saveset from a point on the tape
 
**obtain SSID
 
**obtain SSID
 
**read out file and record number from mminfo -avVot -q 'ssid=21244549'
 
**read out file and record number from mminfo -avVot -q 'ssid=21244549'
**run scanner scanner -i -f 23 -r 112 /dev/rmt/2cbn
+
**run scanner scanner -S -f 23 -r 112 /dev/rmt/2cbn

Revision as of 19:33, 19 December 2008

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 -dy -S 546902992
  • 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 copy volume - clone 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"
  • to clone savesets of a client made since yesterday
    • get a list of savesets "mminfo -t yesterday -c client_name -r ssid"
    • nsrclone -b "pool name" -S 791898185
  • to recover using interactive shell command 'recover' - "recover -c client.332 -R netwrkrserver -i R "
  • to recover using scanner command "scanner -S 4048245145 /dev/rmt/0cbn | uasm -rv -m /org/dest/=/recover/dest"
  • to (extract?) saveset from a point on the tape
    • obtain SSID
    • read out file and record number from mminfo -avVot -q 'ssid=21244549'
    • run scanner scanner -S -f 23 -r 112 /dev/rmt/2cbn