savesimplyyoursan / save-simply-your-san

Automatically exported from code.google.com/p/save-simply-your-san
GNU General Public License v2.0
1 stars 0 forks source link

Hp brocade switches not being backed up by script #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. SaveSimplyyourSAN -i 10.32.x.x -s brocade -u ourlogin -p ourpassword -t 
ftp >brocade-backup.log 2>&1
2.  SaveSimplyyourSAN -i 10.32.x.x -s brocade -u ourlogin -p ourpassword -
t ftp -c telnet >brocade-backup.log 2>&1
3.

What is the expected output? What do you see instead?
1. if I run 1st command this i get error FTPServer : waiting switch's 
connection...
***SSHSave*** Transfert Failed !
2. If I run 2nd command  FTPServer : waiting switch's connection...
*** TelnetSave *** Transfert Failed !

What version of the product are you using? On what operating system?
Save-Simply-your-San-win32-0.94

Please provide any additional information below.

hp brocade switch on hp blade chassis c7000
fabric os v6.2.1b
type: SLKWRM
model:HP2
running on interop mode 2 (mcdata fabric)
HP 8/24c SAN Switch Pwr Pk+ BladeSystem c-Class 
part number AJ822A

Original issue reported on code.google.com by markov...@gmail.com on 17 May 2010 at 7:33

Attachments:

GoogleCodeExporter commented 9 years ago
I'm experiencing this same issue when I add new hosts to the batchfile that I 
run as a scheduled task.

Did you happen to figure out how to fix this?

Original comment by swim.coa...@gmail.com on 5 Jan 2011 at 5:50

GoogleCodeExporter commented 9 years ago
No. I tried everything I could havent had any responses unless its a coding 
issue or could be a issue with the version of firmware we are using on HP 
switches its a beta code. 

I need to run this code for interop 2 mode so they can talk to the mcdata 
switches

What version of firmware are you running.

Original comment by markov...@gmail.com on 20 Jan 2011 at 6:25

GoogleCodeExporter commented 9 years ago
I've tried to run this script on a bunch of switches that is located on a 
network with a /23-mask.  

It works ok for all switches on the lower /24 of the network.
It fails for all switches on the upper /24 of the network.
The "backup-server" is located on the lower /24 of the network.

My commandline:
SaveSimplyyourSAN.py -i 10.0.x.x -u username -p somepassword -s brocade -t ftp 
-c ssh

However; if I switch from connectin by ssh to telnet it works ok for all 
switches:

SaveSimplyyourSAN.py -i 10.0.x.x -u username -p somepassword -s brocade -t ftp 
-c telnet

Vebby

Original comment by vfor...@gmail.com on 20 Jan 2012 at 1:54

GoogleCodeExporter commented 9 years ago
Forgot to mention that the error-message I get was:

FTPServer : waiting switch's connection...

(About 14 times, and then it times out and complains that it can't find the 
config-file.)

Vebby

Original comment by vfor...@gmail.com on 20 Jan 2012 at 1:57

GoogleCodeExporter commented 9 years ago
thanks for the answer to put -c telnet as part of the command.  I was having 
the same issue due to the IP on upper /24.  (didn't even consider that to be 
the issue).

Original comment by kins...@gmail.com on 3 Apr 2012 at 9:11