Are you saying that the NBU script is specifying a port number? I would really be surprised. Take a look at the script and look for the ssh command and see if they're adding a -p option. I highly doubt it says anything other than "scp filename" or "ssh servername commandname."
Try running an ssh command yourself. If you say "ssh servername echo hey," what happens? Do you have to say "ssh -p portnumber servername echo hey" to get it to work? If so, you're going to have to hack the script to get it to mimick that behavior. BTW, yuck. Moving ssh's port only adds a minor level of security by obscurity. Any serious hacker would do a port scan and find it anyway. IMHO, all you're doing is making your job harder. Curtis Preston | VP Data Protection GlassHouse Technologies, Inc. T: +1 760 710 2004 | C: +1 760 419 5838 | F: F: +1 760 710 2009 [EMAIL PROTECTED] | www.glasshouse.com Infrastructure :: Optimized -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of WALLEBROEK Bart Sent: Thursday, August 07, 2008 12:09 AM To: [email protected] Subject: [Veritas-bu] install_client_files over ssh using a different port Apparently it does care as the command returns with this error: install_client_files ssh <clientname> <clientname> ... Client <clientname> -- Solaris hardware running Solaris<level> Installing NetBackup software on <clientname> ssh: connect to host <clientname> port 22: Connection refused ssh connection to <clientname> failed. <clientname> install failed Best Regards, Bart WALLEBROEK _______________________________________________ Veritas-bu maillist - [email protected] http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. _______________________________________________ Veritas-bu maillist - [email protected] http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu
