- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- /tcb files gets corrupted
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
04-14-2010 07:08 AM
04-14-2010 07:08 AM
I have a concern like if the /tcb/files gets corrupted , is there any way to restore the whole files from the ignite tape,hence while we take the ignite backup, all the configuration files are there in the ignite tape right ? or how to recover the /tcb/auth/files/r/root .
Please let me know
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2010 07:14 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2010 10:08 AM
04-14-2010 10:08 AM
Re: /tcb files gets corrupted
how to view the files in the ignite tape and what command can we execute to restore the /tcb/auth/files
and what is the meaning for the below command :
For PA-RISC
mt fsf /dev/rmt/1mn 1
then your tar command
For ia64
mt fsf /dev/rmt/1mn 22
fsf is the count what we need to skip, I am not able to get the clear picture what is 1 and 22
Pls help me out on this
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2010 10:12 AM
04-14-2010 10:12 AM
Re: /tcb files gets corrupted
Once you have skipped over the headers, you can use any tar command. tar -xvf to restore or tar -t to view the contents, for example.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2010 11:17 AM
04-14-2010 11:17 AM
Re: /tcb files gets corrupted
If i use the tar command , where the file is going defaultly, or is there any option to specify the target location
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2010 01:55 PM
04-14-2010 01:55 PM
Re: /tcb files gets corrupted
cd /tcb
tar cvf /tmp/tcb.tar *
That will get them all.
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
04-15-2010 02:13 AM
04-15-2010 02:13 AM
Re: /tcb files gets corrupted
The file will go in a subdirectory of the current directory. If you don't like that, you can either move it after, or use pax(1) which has a -s option to rename file paths.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2010 02:17 AM
04-15-2010 02:17 AM
Re: /tcb files gets corrupted
There is no tar option for this. Just specify an absolute path for the archive as in the example provided by Steven:
cd /tcb
tar cvf /tmp/tcb.tar *
Best regards,
Horia.
Horia.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2010 05:09 AM
04-15-2010 05:09 AM
Re: /tcb files gets corrupted
I am not able to get the clear view, what u people are mentioned below :
cd /tcb
tar cvf /tmp/tcb.tar *
Actually i need to copy the /tcb/ files from the tape archieve.
Then what is the need for the command like
tar cvf /tmp/tcb.tar *
Please let me know, after all ur feedbacks for this question i came to know lot of things.
so pls sort out this also.
Thanks in advance folks..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2010 10:05 PM
04-15-2010 10:05 PM
Re: /tcb files gets corrupted
http://www.hpug.org.uk/index.php?option=com_content&task=view&id=129&Itemid=59
Horia
Horia.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2010 03:22 AM
04-16-2010 03:22 AM
Re: /tcb files gets corrupted
As Pete said, you can use mt(1) and tar.
>Then what is the need for the command like
mt fsf /dev/rmt/1mn 1 # PA
cd /
tar -xf /dev/rmt/1mn tcb
http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=127221
http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1384016
http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=72396
http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1389007
http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1346018
http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1245495
http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=16520