Robocopy \\server\share<file:///\\server\share> \\server1\share1<file:///\\server1\share1> * /e /z /:r0 /w:0
Category: IT
Power Path Commands
powermt check Warning: storage_system I/O path path_name is dead. Do you want to remove it (y/n/a/q)?
powermt check force
Get Avamar Serial Number at Command Line
You must be root
/usr/bin/omreport chassis frontpanel | grep “LCD Line”
How to find fiber host bus adapter
http://geekswing.com/geek/linux/how-to-find-fiber-host-bus-adapter-fiber-hba-wwn-on-linux/
for i in 0 1 2 3 4 5 6; do cat host$i/device/fc_host/host$i/port_name; echo “host$i”; done