I have 2 Servers..
Master1
Media1
When kicking off a restore from Media1 it uses the Master1 for the restore. How to get the Media1 server to restore from itself. Sorry kinda new to NB.
D-
Have a 2 files..
file1.txt
dddddd
ffffff
file2.txt
dddddd 111 222 333
ffffff 333 444 555
for i in `cat file1.txt`
do
grep -i $i file2.txt
done
returns nothing.. when I ...do echo $i it returns the contents of the cat command..
Please advise..
Looking to parse a file.. excel.. looks like..
data 10000
20000
data2 30000
40000
I need output to be as such..
data 10000 20000
data2 30000 40000
Please help not scripting guru :-)
Trying to do a for loop in windows command line. .not even sure if this is possible.
Have a file..
AAAA
BBBB
CCCC
DDDD
need to run command on it..
for i in `cat file`
do "some_command file"
done
Can this be done in the windows command line ? I have about 300 lines in this file in this would...
/dev/rdsk/c12t0d15s2 :DGC :RAID 5 :0207 :90000087 :83886080
/dev/rdsk/c12t0d16s2 :DGC :RAID 10 :0207 :91000053 :2097152
How to correlate this back to the Clariion LUN Device.
Anyone know how to check to see when the last dial-home action happened. Just trying to verify EMC is being notified of a drive failure instead of having to call the SAC every time I get a alert. TIA-
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.