- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Restoring Ignite Archive to another server.
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
04-19-2004 02:22 AM
04-19-2004 02:22 AM
Restoring Ignite Archive to another server.
Is there any documented method, how to restore an Ignite Recovery Archive to a different hardware (in the case you have to replace the hardware due to a failure).
I know it is possible to edit/rename the Ignite configuration/archive files but this is not a very safe or easy method.
Is it possible to change the MAC adress for the NIC on a HP-UX server?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2004 02:37 AM
04-19-2004 02:37 AM
Re: Restoring Ignite Archive to another server.
How different is the hardware ?
You could use the advanced recovery options like mentioned in below thread and change the option you need.
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=139838
The mac address could be added to the /etc/rc.config.d/hpbase100conf (mine as an example)
#HP_BASE100_STATION_ADDRESS[0]=0x001083FF5AE3
( it is uncommented in my case)
Hope this helps,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2004 02:50 AM
04-19-2004 02:50 AM
Re: Restoring Ignite Archive to another server.
It can be a server of exact the same model, the problem is that the Ignite server uses the MAC adress to detect which server is booting and which archives should be avilable for that server.
I found in the LAN configuration files in rc.config.d that lanadmin (lanadmin -A) could be used to set the mac adress for a NIC.
I will try that method to see if it works.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2004 02:53 AM
04-19-2004 02:53 AM
Re: Restoring Ignite Archive to another server.
Mark Syder (like the drink but spelt different)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2004 09:15 PM
04-19-2004 09:15 PM
Re: Restoring Ignite Archive to another server.
Yes,it is perhaps possible but the idea is to do a such restore from the Ignite server. There is normally no tape drives connected to those servers.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2004 11:25 PM
04-19-2004 11:25 PM
Re: Restoring Ignite Archive to another server.
get the new core IO lan MAC from info at BCH or read it from the server
log into your ignite server
su - bin
cd /var/opt/ignite/clients
cp -rp 0x##_OLD_MAC 0x##NEW_MAC
ln -s 0x##NEW_MAC new_name
cd new_name
echo "new_name" > client_name
edit /etc/exports and append "new_name" after old_name
/var/opt/ignite/recovery/archives/old_name -anon=2,access=old_name:new_name
exportfs -va
Recover new_name, make sure that in the basic tab you go to additional and set "cloning to diff HW" to true, also switch off to hide other disks.
Go to the system tab and make sure you retain or change hostname and IP in order to avoid any conflicts.
Regards,
Bernhard