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-2010 05:56 AM
01-05-2010 05:56 AM
I inherited a K570 with issues...(go figure)
First of all, there's been a host of single bit errors, so much so that the PDT has used up all 50 entries!! Scary!! I have scheduled a reboot for Jan 14, (our maintenance window,) and decided to attempt to run an iginte tape today, just to cover my bases.
I ran the make_tape_recovery command, and away it went. It finished with the error:
1761+0 records in
1760+1 records out
I/O error
ERROR: /usr/bin/dd if=/var/tmp/uxinstlf.recovery of=/dev/rmt/0mn bs=2k failed
to write LIF onto tape.
ERROR: Failed to generate LIF on tape
Should I assume a bad dds drive? (c1537a.)
Thanks in advance!!
Ron
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2010 06:23 AM
01-05-2010 06:23 AM
Re: ignite
/usr/bin/dd if=/var/tmp/uxinstlf.recovery of=/tmp/uxinstlf.recovery bs=2k
If that works, try a new tape.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2010 06:29 AM
01-05-2010 06:29 AM
Re: ignite
On a whim, I ran a cleaning tape through it 5 times, (I heard that has magical properties.) Re-ran the ignite command, and it's running as it should...so far, at least.
I'll wait for the process to finish, and let y'all know.
Thanks again!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2010 07:38 AM
01-05-2010 07:38 AM
Re: ignite
make_tape_recovery unsuccessful. The error follows:
* Preparing to create a system archive
* Archiving contents of lims via tar image to local device/dev/rmt/0mn.
pax: home/jhegidus/d: emp\ditrans\TE1.DAT : No such file or directory
WARNING: The pax command returned a non-zero exit status (exit status 1)
WARNING: The pax command returned a non-zero exit status (exit status 1)
* Creation of system archive complete
NOTE: The following files are in the list of files that were on the
system, but they are no longer present. These files are not
included in the back-up:
/var/tmp/ign_configure/make_sys_image.log
ERROR: The make_sys_image command failed. The system recovery archive will
not be created.
======= 01/05/10 09:58:28 EST make_tape_recovery completed unsuccessfully
Any ideas, oh great gurus??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2010 07:44 AM
01-05-2010 07:44 AM
Re: ignite
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2010 07:50 AM
01-05-2010 07:50 AM
Re: ignite
I'll run it again tonight from home. Yay. Work from home!! My favorite!!
Regards,
ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2010 08:34 AM
01-05-2010 08:34 AM
Re: ignite
Anyway - you could also set up an "at" job so you wouldn't have to work from home - just check the results in the morning.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2010 08:38 AM
01-05-2010 08:38 AM
Re: ignite
home/jhegidus/d: emp\ditrans\TE1.DAT
The "d:" doesn't look very unix like. What all are you backing up? What does your make_tape_recovery (or make_recovery?) command look like?
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2010 09:34 AM
01-05-2010 09:34 AM
Re: ignite
I ran:
make_tape_recovery -v -x inc_entire=vg00 -a /dev/rmt/0mn
cheers!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2010 09:41 AM
01-05-2010 09:41 AM
Re: ignite
I ran a listing of that /home directory. The actual name is d:\temp\ditrans\TE1.DAT
the log is looking for:
home/jhegidus/d: emp\ditrans\TE1.DAT
Missing the \t
Is there a way to resolve this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2010 09:46 AM
01-05-2010 09:46 AM
Re: ignite
I think I would try to rename it:
mv home/jhegidus/d:*emp\ditrans\TE1.DAT home/jhegidus/d:Temp\ditrans\TE1.DAT
Pete
Pete
- Tags:
- unprintable chars
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2010 09:53 AM
01-05-2010 09:53 AM
Re: ignite
Sigh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2010 10:00 AM
01-05-2010 10:00 AM
Re: ignite
Can you redo this and add "-b" to your ls?
>Pete: I think I would try to rename it:
Is a backslash a valid filename char for ignite?
And if you wanted to rename it, you would need to quote the backslashes, wildcard with "." or include in single quotes.
mv something 'd:Temp\ditrans\TE1.DAT'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2010 10:08 AM
01-05-2010 10:08 AM
Re: ignite
006386_001.lis 022665_001.lis c:\ditrans\TE1.DAT
006670_002.lis 022665_003.lis calscss.txt
006670_003.lis 022665_005.lis calscss.txt,000
006670_007.lis 022687_001.lis calscss.txt,001
006670_008.lis 022749_001.lis d:\DC1.DAT
007205_001.lis 023932_001.lis d:\SS3.DAT
008385_001.lis 024560_001.lis d:\temp\ditrans\TE1.DAT
Not sure how it looks, but it's the last line that's offending.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2010 10:13 AM
01-05-2010 10:13 AM
Re: ignite
You might consider going to the owner of this home directory and asking what this junk is. It's entirely possible that it's not needed.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2010 10:14 AM
01-05-2010 10:14 AM
Re: ignite
I would assume that all files with "\" would have the same problem.
Any reason you are including /home in your ignite backup?
You could always exclude this unmutual user's home directory.
Or tar them up and remove the individual files with the evil "\".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2010 10:18 AM
01-05-2010 10:18 AM
Re: ignite
Speaking of which...how do I exclude this directory in my command?
Thanks up front!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2010 10:40 AM
01-05-2010 10:40 AM
Re: ignite
I'm holding my breath!!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2010 11:39 AM
01-05-2010 11:39 AM
Re: ignite
I ran:
make_tape_recovery -v -x inc_entire=vg00 -x exclude=/home/jhegidus -a /dev/rmt/0mn
Same error:
43470+1 records in
43470+1 records out
* Complete writing boot LIF onto tape.
* /opt/ignite/data/scripts/make_sys_image -c n -d /dev/rmt/0mn -t n -s
local -n 2010-01-05,13:31 -m t -w
/var/opt/ignite/recovery/2010-01-05,13:31/recovery.log -u -R -g
/var/opt/ignite/recovery/2010-01-05,13:31/flist -a 3101960
* Preparing to create a system archive
* Archiving contents of lims via tar image to local device/dev/rmt/0mn.
pax: home/jhegidus/d: emp\ditrans\TE1.DAT : No such file or directory
WARNING: The pax command returned a non-zero exit status (exit status 1)
WARNING: The pax command returned a non-zero exit status (exit status 1)
* Creation of system archive complete
NOTE: The following files are in the list of files that were on the
system, but they are no longer present. These files are not
included in the back-up:
/var/tmp/ign_configure/make_sys_image.log
ERROR: The make_sys_image command failed. The system recovery archive will
not be created.
======= 01/05/10 14:10:57 EST make_tape_recovery completed unsuccessfully
I'm thinking it's looking for the make_sys_image.log, which doesn't exist in the /var/tmp/ign_configure directory.
Now what?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2010 01:15 AM
01-06-2010 01:15 AM
Re: ignite
Right. Is /home or /home/jhegidus a symlink?
Have you tried removing/renaming/archiving those evil files?
>I'm thinking it's looking for the make_sys_image.log
The NOTE said the file was there at the start but later removed. I.e. ignore it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2010 07:15 AM
01-06-2010 07:15 AM
Re: ignite
make_tape_recovery -v -x inc_entire=vg00 -x exclude=/home/jhegidus -a /dev/rmt/0mn
I've attached then whole recovery.log file from that failure. It looks as though even after excluding that directory, it's still looking for those files.
Thanks guys!!!
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2010 07:25 AM
01-06-2010 07:25 AM
Re: ignite
Your log shows that /home is being included in its entirety:
2 v /dev/vg00 0x00 /dev/dsk/c3t6d0 /dev/dsk
/c2t4d0
/dev/vg00/lvol1 /stand 2
/dev/vg00/lvol2
/dev/vg00/lvol3 / 2
/dev/vg00/lvol4 /opt 2
/dev/vg00/lvol5 /tmp 2
/dev/vg00/lvol6 /usr 2
/dev/vg00/lvol7 /var 2
/dev/vg00/lvol8 /home 2
** 0 - The Volume Group or Filesystem is Not included in the
System Recovery Archive
** 1 - The Volume Group or Filesystem is Partially included in the
System Recovery Archive
** 2 - The Volume Group or Filesystem is Fully included in the
System Recovery Archive
Try it again, specifying -x exclude=/home and see what happens.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2010 08:22 AM
01-06-2010 08:22 AM
Re: ignite
NOTE: Could not read the /etc/resolv.conf file.
* Cleaning up old configuration file directories
======= 01/06/10 11:18:05 EST make_tape_recovery completed with warnings
So...now I have an ignite with no /home in it. Should I be afraid?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2010 12:50 PM
01-07-2010 12:50 PM
Solution> So...now I have an ignite with no /home in it. Should I be afraid?
No, you can backup '/home' with something other than Ignite and then if you need to use your Ignite tape, do so, and follow that recovery with a recovery of '/home' from its backup.
What you really want (and what you really have) is a viable operating system image.
Regards!
...JRF...