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
02-22-2005 12:00 AM
02-22-2005 12:00 AM
i want to take all filesystem full backup. my ultrim tape is connected to other server, how should i take a remote full backup of the server into tape using fbackup or sam.
expecting u r earliest tips
siva
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2005 12:05 AM
02-22-2005 12:05 AM
Re: backup
From the fbackup man page, in the "-f" section describing the output file specification:
"A device on the remote machine can be specified in the form machine:device. fbackup creates a server process from /usr/sbin/rmt on the remote machine to access the tape device."
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2005 12:18 AM
02-22-2005 12:18 AM
Re: backup
u can use.
#fbackup -f
regards,
Govind.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2005 01:05 AM
02-22-2005 01:05 AM
SolutionHere's the procedure for network backup.
First is to create .rhosts on the main_server1 and insert your test host name.
main_server1# vi ~root/.rhosts
test_server
After creating .rhosts you can now run backup using the tape drive of Main_server1
test_server# fbackup -f main_server1:/dev/rmt/?mn -i /
rgds,
paul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2005 01:45 AM
02-22-2005 01:45 AM
Re: backup
also:
sam - Backup and Recovery - Interactive Backup and Recovery -> Actions - Use remote backup device - Backup files interactivley
Then you have to complete the required informations.
HTH
Volkmar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2005 03:26 PM
02-22-2005 03:26 PM
Re: backup
iam going to try ur options: before that i would like to clarify it.
I have 2 servers (main & dev), 1 connected tape with my main server & the dev server does not have the tape drive. I want to take the full backup of dev server into tape.
i have 10 mount points + O/s mps (/var /opt /usr /home / & /u01 to u10)
So kindly confirm me the command or can i use ignite (make_tape_recovery) remotly.
pls mail me the cmds.
tar
siva
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2005 03:56 PM
02-22-2005 03:56 PM
Re: backup
u cant take the ignite on a remote tape. I would suggedst to connect the tape drive to "Dev" Machine and take ignite backup?
check if u can connect the Tape Drive to your Dev server.
take ignite backup connecting your tape device.
regards
Govind.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2005 04:16 PM
02-22-2005 04:16 PM
Re: backup
Follow the procedure:
Add your test_server to .rhosts of the main_server:
main_server1# vi ~root/.rhosts
test_server
Run the command on the test server:
test_server# fbackup -f main_server1:/dev/rmt/?mn -i /
Regards,
Paul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2005 04:18 PM
02-22-2005 04:18 PM
Re: backup
It is best to use ignite when you want to backup the rootvg (vg00).
Regards,
Paul