Thursday, July 14, 2011

How to change IP V4 of the Brocade Switch ( or any server ) to your LAN IP v4:(If it have another LAN IP)

Step1:

      Take the Current ip of the Brocade

      Switch

    Ex: 192.168.5.1

Step2: 
       Find the local Ip series you want to

       give to your machine.
   
    Ex: 192.168.0.1

Step3:
    Take one system and prepare it with ip in the same series of your brocade switch (or server).

 Ex: with ip 192.168.5.2

step4:

      Telnet from your server(192.168.5.2) to the brocade switch (or server(192.168.5.1)).

Ex:
In Brocade Switch
     #ifconfig -a

       ip is 192.168.5.2

     #telnet 192.168.5.1

     switch>ipaddrshow

      ip is 192.168.5.1

     switch>ipaddrset
     one interactive session is opened to take the new ip of the switch , subnetmask and default gateway.then give your ip as 192.168.0.1

     switch>ipaddrshow

      ip is 192.168.0.1

     logout the switch.now switch in the same local network lan.


In solaris server

   ##telnet 192.168.5.1

  telnet into the server as like the telnet in the switch.after

    solaris##ifconfig -a

     It gives the ip of the current solaris server with the interface.
  
syntax: solaris##ifconfig interfacename ipaddress plumb

    Solaris##ifconfig eri0 192.168.0.1 plumb

After plumbing up the interface with the new ip address.

    solaris##ifconfig eri0 192.168.0.1 up

    solaris##ifconfig -a

     ip address is 192.168.0.1

    Task is completed, then logout the server.


step5:


  Also change the your console loggedin server ip to your local LAN series IP.
   

No comments:

Post a Comment



Follow storageadmiins on Twitter Follow storageadmiins on Twitter