1835890 Members
3198 Online
110086 Solutions
New Discussion

Re: CPU Relocate

 
SOLVED
Go to solution
Anjaneyulu
Frequent Advisor

CPU Relocate

Hi,

One of my server CPU move to the one location to anotherlocation? At that situation which information I need before move. after moving the cpu which type of information I need and also how to recognize the CPU to the server.

Please give me the full details?
6 REPLIES 6
Aneesh Mohan
Honored Contributor

Re: CPU Relocate

Hi Anjan ,

>One of my server CPU move to the one location to anotherlocation

Did you mean server shifting from one data center to another datacenter

Anjaneyulu
Frequent Advisor

Re: CPU Relocate

Yes, Aneesh
Aneesh Mohan
Honored Contributor
Solution

Re: CPU Relocate

Hi Anjan,

You may need to check few things

Beforeshifting
---------------------
1) The Datacenter temperature/cooling
2) Need to check sufficient power sockets
3) New IP details/Route configuration
4) Rack space for mounting the server

After shifting
--------------------------
1) Need to change the IP configuration / Route
2) Need to check the timezone/resync with the NTP server
3) If there is any backup software configuration like Netbackup/Dataprotector then the new cellserver need to be updated after shifting.
4) If there is any ISEE configuration then that has to be done.


Thanks,
Aneesh
Anjaneyulu
Frequent Advisor

Re: CPU Relocate

Hi Aneesh,

Please Give me the commands.
Johnson Punniyalingam
Honored Contributor

Re: CPU Relocate

Hi Anjaneyulu,

While server - relocation .. please run the following commands copy the ouput to a notepad file before "shudown" and relocation


1. uptime

1. bdf -> output of the server "currently mounted file system"

2. netstat -rn --> "capture of all the routing tables"

3. dmesg --> output

4. ioscan -fn > /tmp/ioscan.txt

5. also need to check if you have any external storage connection "like FC" or scssi-cable, .. please take note of that also

6. sync

7. shutdown -hy 0

Thanks,
Best Regards,
Johnson
Problems are common to all, but attitude makes the difference
Anjaneyulu
Frequent Advisor

Re: CPU Relocate

Thanks Johnson.