- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- make_net_recovery to a tape
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
01-05-2004 01:01 AM
01-05-2004 01:01 AM
make_net_recovery to a tape
(Another question: If i had the place for make_net_recovery, how can I make from this image a boot image?)
SERVERA:
- I created a dir. /archives/SERVERB and give its ownership "bin"
- Edit /etc/exports:
/archives/SERVERB -anon=2,access=SERVERB
/var/opt/ignite/clients -anon=2
- exportfs -av
SERVERB:
-make_net_recovery -x inc_entire=vg00 -s SERVERA -a SERVERA:/archives/SERVERB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2004 01:59 AM
01-05-2004 01:59 AM
Re: make_net_recovery to a tape
To accomplish your goal, will be a two step process
make_net_recovery from hosta to hostb
A command to copy the archive to tape run on hostb
If a tape drive is available make_tape_recovery is good too.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2004 02:10 AM
01-05-2004 02:10 AM
Re: make_net_recovery to a tape
:-) John.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2004 07:23 PM
01-05-2004 07:23 PM
Re: make_net_recovery to a tape
only 2 question:
-If I had this space for make_net_recovery, how can I make from this image file on a partition, a boot tape?
-What must I do to share the tape drive on tftp with make_tape_recovery?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2004 08:22 PM
01-05-2004 08:22 PM
Re: make_net_recovery to a tape
make_tape_recovery -ACvi SERVERA:/dev/rmt/0mn
It might be you need to add root from SERVERB into the .rhosts file on SERVERA or add SERVERB into /etc/hosts.equiv on SERVERA.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2004 09:33 PM
01-05-2004 09:33 PM
Re: make_net_recovery to a tape
"It might be you need to add root from SERVERB into the .rhosts file on SERVERA or
add SERVERB into /etc/hosts.equiv on SERVERA@
I haven't this files at the moment, should i create it?
I know this files from linux: When I haven't hosts.deny, then I doesn't need hosts.equiv.
.rhosts why?
I have probe this, but it says no tape device found in /etc/rmt/0mn, but the problem is that he searched not on ServerA (-v is for verbose output)
make_tape_recovery -x inc_entire=vg00 -v ServerA:/dev/rmt/0mn
-Another Question:I will receive a winchester tomorrow, but how can I create a boot tape from this file.(The file will be created with make_net_recovery)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2004 09:40 PM
01-05-2004 09:40 PM
Re: make_net_recovery to a tape
The .rhosts file placed in the home dir of server B allowing server A's root user to log into the system without using a password.
so
on serverB do:
# cd
# vi .rhosts
SERVERA root
You do not need to alter the hosts.equiv if you use .rhosts.
The error message is strange /etc/rmt/0m should be /dev/rmt/0m.
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2004 11:04 PM
01-05-2004 11:04 PM
Re: make_net_recovery to a tape
I have add on ServerA .rhosts ServerB root
but effective nothing changed:
Failed to open tape device /dev/rmt/0mn:No such device or address (errno = 6)
the command was
make_tape_recovery -x inc_entire=vg00 -x exclude=/tmp -v ServerA:/dev/rmt/0mn
(I have checked that hosts file is OK 0mn OK)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2004 08:55 PM
01-06-2004 08:55 PM
Re: make_net_recovery to a tape
HOW can I create a boot tape from the file.(The file will be created with make_net_recovery)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2004 09:01 PM
01-06-2004 09:01 PM
Re: make_net_recovery to a tape
Just search fro chapter "Creating a Bootable Archive Tape" in '/opt/ignite/share/doc/makenetrec.txt'. It's quite simple.
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2004 01:21 AM
01-07-2004 01:21 AM
Re: make_net_recovery to a tape
I must say, that this boot tape creating could be easyer.