- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ignite tape using make_net_recovery
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
08-01-2002 12:08 PM
08-01-2002 12:08 PM
ignite tape using make_net_recovery
We have one Lclass server does not have a tape drive. I need to install quite a few patches. Before that I thought of making an ignite tape into another LCLASS SERVER using make_net_recovery.
This is the output I received. when I check ps -ef | grep ignite it is not consuming any CPU time and looks like it is hanging. This is the second time. Please see the command I used and the output
Thanks
Command I used:
make_net_recovery -s stp_back -a /omniback/stpuxdr -x inc_entire-vg00
------------------------------
Output:
* Creating NFS mount directories for configuration files.
======= 08/01/02 16:10:00 EDT Started make_net_recovery. (Thu Aug 01 16:10:00
EDT 2002)
@(#) Ignite-UX Revision B.3.7.96
@(#) net_recovery (opt) $Revision: 10.575.1.1 $
* Testing pax for needed patch
* Passed pax tests.
* Checking Versions of Recovery Tools
* Creating System Configuration.
* /opt/ignite/bin/save_config -f /var/opt/ignite/recovery/client_mnt/0x0
0306E03C930/recovery/2002-08-01,16:09/system_cfg vg00
This is where it sits.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2002 12:10 PM
08-01-2002 12:10 PM
Re: ignite tape using make_net_recovery
It does take a little while.... How long have you been waiting?
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2002 12:31 PM
08-01-2002 12:31 PM
Re: ignite tape using make_net_recovery
I am waiting since one hour. Can you plaese take a look at the command I executed.
-a option should work right? I created this directory where I had enough space.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2002 04:43 AM
08-02-2002 04:43 AM
Re: ignite tape using make_net_recovery
-s Ignite-UX_server
Specifies the hostname of the Ignite-UX server. The
configuration files, defaults and contents files for the
client system will be written to the Ignite-UX server in
/var/opt/ignite/clients/0x{LLA}/recovery. The
make_tape_recovery tool will NFS mount the per-client
directory to access this information.
Take out the -a and see what happens.
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2002 04:47 AM
08-02-2002 04:47 AM
Re: ignite tape using make_net_recovery
Sorry about the last post; No coffee yet.
The -a option you have used is not complete. The syntax is -a
So if stp_back is your archive server, it would be:
# make_net_recovery -s stp_back -a stp_back:/omniback/stpuxdr -x inc_entire-vg00
Hope this helps
Chris