cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
659
Views
0
Helpful
3
Replies

hostnamechange.pl script check

dionjiles
Level 1
Level 1

Hi all,

If anybody can look at this for me to verify the script and make sure it looks correct would be great. I'm taking my lab ciscoworks server and replacing the production Ciscoworks server tonight after 8:00 pm EST

perl hostnamechange.pl - ohost hwpmg900 -nhost hwpmg608 -domain corp

1 Accepted Solution

Accepted Solutions

Actually, this may be a bug with the forum, but there looks like you have a space where you shouldn't. The command should be:

perl hostnamechange.pl -ohost hwpmg900 -nhost hwpmg608 -domain corp

View solution in original post

3 Replies 3

Joe Clarke
Cisco Employee
Cisco Employee

Looks right to me. However, you don't need those arguments, as the script should be able to detect the change. It doesn't hurt to explicitly spell them out, though.

Actually, this may be a bug with the forum, but there looks like you have a space where you shouldn't. The command should be:

perl hostnamechange.pl -ohost hwpmg900 -nhost hwpmg608 -domain corp

Got it....thanks for you input.