- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- makeing recovery tapes using ignite-ux
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
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
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-13-2002 08:27 AM
тАО03-13-2002 08:27 AM
makeing recovery tapes using ignite-ux
Now I got one server without a tape drive.
Does anyone has better procedure to make these tapes? And also can I use a remote tape drive to do the recovery tape of the one server I have without a tape drive?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-13-2002 08:35 AM
тАО03-13-2002 08:35 AM
Re: makeing recovery tapes using ignite-ux
Alternate way is to buy a external Drive and to connect to the respetive servers when required. In that case you have to have the stape driver in the kernel of those servers.
Sandip
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-13-2002 08:40 AM
тАО03-13-2002 08:40 AM
Re: makeing recovery tapes using ignite-ux
You can use the make_net_recovery command that comes with Ignite.
Please refer to the man page; basically it needs extra arguments so you can provide a server where to put the system image.
Good Luck!
Rumagoso
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-13-2002 08:41 AM
тАО03-13-2002 08:41 AM
Re: makeing recovery tapes using ignite-ux
you can use a dd command to copy your system to a diff. disk if you have a problem of failover of the system disk .
another method is to use the make_net_recovery , you need to define an ignite server and to do the backup of the system to a storage on the ignite server .
you can also do an image of an ignite and burn it on a cd but this is a very long prod. how to do it .
you can go to www.docs.hp.com to get info about how to use ignite , read this issue about this a ignite backup frew the net .
when you want to boot the server without the tape driver you just need to connect the server to the lan interface and then do boot frew the lan .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-13-2002 10:23 AM
тАО03-13-2002 10:23 AM
Re: makeing recovery tapes using ignite-ux
1.There is no way to take Ignite tape archive if the machine is not having local tape drive connected to it.
2. If you have external tape drive, then you will do like this.
make sure that "stape" drive is configured in to kernel. You can check this by following command.
# cat /stand/system | grep stape
if it is there then you can plug the external tape drive in to machine (with machine online , no need to reboot the server keep in mind that the power supply to tape drive is OFF). Once all connections are fine you can turn on the tape drive power. Now you are ready to use it for Ignite tape archive.
3. You can Load ignite-UX in any of the server which has lot of disk space available. Treat the server as ignite server. Add client your machine as client in it and you can then take make_net_recovery for that machine.
For accessing ignite GUI you need to enter
following at root prompt.
#ignite
Hope this helps.