HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: restore from ignite tape
Operating System - HP-UX
1832801
Members
2870
Online
110045
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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-24-2005 10:36 AM
08-24-2005 10:36 AM
restore from ignite tape
Hi
I need to restore the following fron an Ignite tape:
/var/spool/uv (all files in /var/spool/uv)
I did the following:
mt -f /dev/rmt/0mn rew
mt -f /dev/rmt/0mn fsf 1 (that a numeric 1, not the letter 'l')
Is this the syntax of the tar command that I should use next?
tar xvf /dev/rmt/0mn /var/spool/uv/*
Thanks
I need to restore the following fron an Ignite tape:
/var/spool/uv (all files in /var/spool/uv)
I did the following:
mt -f /dev/rmt/0mn rew
mt -f /dev/rmt/0mn fsf 1 (that a numeric 1, not the letter 'l')
Is this the syntax of the tar command that I should use next?
tar xvf /dev/rmt/0mn /var/spool/uv/*
Thanks
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2005 10:48 AM
08-24-2005 10:48 AM
Re: restore from ignite tape
I don't believe you can specify any wildcard characters as file name, just leave it at the directory level and it will restore the whole directory. If you need to extract some files out of that directory, you will need to specify them by their full names. Wildcards will not work.
But for your purpose
tar xvf /dev/rmt/0mn /var/spool/uv
is all you need
HTH
But for your purpose
tar xvf /dev/rmt/0mn /var/spool/uv
is all you need
HTH
________________________________
UNIX because I majored in cryptology...
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2005 10:52 AM
08-24-2005 10:52 AM
Re: restore from ignite tape
Hi Rogger ,
Yes , you are going to right direction.
to restore /var/spool/uv from the Ignite tape do the following:
1. # mt -f /dev/rmt/0mn rew
2. # mt -f /dev/rmt/0mn fsf 1
3. # cd /
4. # tar xvf /dev/rmt/0mn var/spool/uv
* Dont go to /var/spool/uv directory and execute else it will create the directory again.
Cheers ,
Raj.
Yes , you are going to right direction.
to restore /var/spool/uv from the Ignite tape do the following:
1. # mt -f /dev/rmt/0mn rew
2. # mt -f /dev/rmt/0mn fsf 1
3. # cd /
4. # tar xvf /dev/rmt/0mn var/spool/uv
* Dont go to /var/spool/uv directory and execute else it will create the directory again.
Cheers ,
Raj.
" If u think u can , If u think u cannot , - You are always Right . "
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP