- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Backup script doesn't work
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
06-17-2006 11:23 PM
06-17-2006 11:23 PM
I have a cluster with to nodes with an ultrium tape drive each. One of the nodes is active and the other stby. I have to use both tape drives to make backups.On the active one i took real time backup on its own tape and to the other stby node i want to use only the tape to have a daily backup of the active server. It gives me an error like "is the tape correctly loaded?". The mt command doesn't work on remote tape.
$tapedev= 10.2.3.5:/dev/rmt/0mn
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2006 02:05 AM
06-18-2006 02:05 AM
Re: Backup script doesn't work
I'm afraid, tape commands don't work remotely for HPUX.
If I'm wrong, I'd like to see examples of such commands ASAP.
Best
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2006 06:09 AM
06-18-2006 06:09 AM
Re: Backup script doesn't work
Another thing is the -t option being obsolent - check man page of mt in your server - now -f should be used. Other thing is if you want to use mt commands on the tape drive on a remote server you could execute for e.g.
remsh/ssh 10.2.3.5 "mt -f /dev/rmt/0mn rew" , I am not too sure if the device name you are using will work - like 10.2.3.5:/dev/rmt/0mn
So either use the remsh/ssh OR you can execute the script on the remote server itself.
If you are using vxfs filesystems then you can also use
rvxdump which can use tape drive on remote server. Need to see how you are backing up.
Regards,
Ninad
You could backup to remote tape drive for e.g.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2006 08:17 AM
06-18-2006 08:17 AM
Solutionhttp://docs.hp.com/en/B2355-60103/rlogin.1.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2006 11:17 AM
06-21-2006 11:17 AM
Re: Backup script doesn't work
su - informix
I'm not sure about the list of directories in that path. please issue ls -ltr and brig me the output in oredr to remember.
Bye