- Community Home
- >
- Servers and Operating Systems
- >
- HPE ProLiant
- >
- Server Management - Systems Insight Manager
- >
- How can I copy the hosts from one SIM server to an...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2006 02:29 AM
03-27-2006 02:29 AM
How can I copy the hosts from one SIM server to another?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2006 07:25 AM
03-27-2006 07:25 AM
Re: How can I copy the hosts from one SIM server to another?
I just use Discovery, so it's just a matter of cutting / pasting the Discovery Ranges and using Discovery on the new Server.
I've found using the Discovery ranges is the easiest way of maintaining what gets included / excluded.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2006 07:27 AM
03-27-2006 07:27 AM
Re: How can I copy the hosts from one SIM server to another?
1) Manually
2) some host files
So how can we copy the hosts to a new server?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2006 07:28 AM
03-27-2006 07:28 AM
Re: How can I copy the hosts from one SIM server to another?
1) Manually
2) Host Files
So how can we copy the hosts to a new server?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2006 05:38 AM
03-29-2006 05:38 AM
Re: How can I copy the hosts from one SIM server to another?
You will likely still need to let the new server run through a discovery, identification and data collection on the systems. I recently accomplished this by exporting a report from the old server that included all the systems' IP addresses. Then took that file and added the string "mxnode -a " before the IP addresses on each line, renaming the file from file.txt to file.cmd and ran it on the new server (on the console.) The contents would look like this:
mxnode -a 10.30.1.190
mxnode -a 10.30.1.191
mxnode -a 10.30.1.192
You could of course script this so that you call mxnode -a programmatically for each line or you could use a host file for the discovery tool in SIM. I found it quicker to use the mxnode command since I knew about it.
Derek