- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Ignite list_expander
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
10-08-2007 05:25 AM
10-08-2007 05:25 AM
Ignite list_expander
WARNING: list_expander returned a warning; please check the recovery.log file for details.
However, recovery.log contains no other errors after the warning from list_expander. Ignite then seems to proceed normally, tape gets written etc. It ends with make_tape_recovery completed with warnings. Entire log is attached.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2007 02:23 AM
10-09-2007 02:23 AM
Re: Ignite list_expander
- Skip over the first image with mt command :
# mt -f /dev/rmt/0mn rew
# mt -f /dev/rmt/0mn fsf 1
- Verify the contents of the tar image:
# tar tvf /dev/rmt/0m
I think you will get more people to assist if posted this into the HPUX >> ignite-ux category.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2007 02:43 AM
10-09-2007 02:43 AM
Re: Ignite list_expander
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2007 08:49 AM
10-09-2007 08:49 AM
Re: Ignite list_expander
This is posted correctly unless I am reading it wrong also.
IT resource center forums > HP-UX > ignite-ux
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2007 08:54 AM
10-09-2007 08:54 AM
Re: Ignite list_expander
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2007 08:59 AM
10-09-2007 08:59 AM
Re: Ignite list_expander
TKC had good info. Your only other option to truely test your tape is to use it for a test recovery..
Are you on the latest version ? Might make the bug go away if you are not.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2007 08:23 PM
10-09-2007 08:23 PM
Re: Ignite list_expander
You can make requests for the moderator elves to move things at:
September/October 2007 issues requiring moderator intervention
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1157827
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2007 06:10 AM
10-10-2007 06:10 AM
Re: Ignite list_expander
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2007 06:33 AM
10-10-2007 06:33 AM
Re: Ignite list_expander
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2007 06:32 AM
10-11-2007 06:32 AM
Re: Ignite list_expander
# /opt/ignite/lbin/list_expander -l
where
The
I think this should throw the warning encountered by the list_expander. It maybe a issue with some absurd symbolic link(s).
A patch or application s/w installation maybe a cause of such absurd symbolic link(s).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2007 01:18 PM
10-11-2007 01:18 PM
Re: Ignite list_expander
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2007 03:47 PM
10-11-2007 03:47 PM
Re: Ignite list_expander
You can enable debug, see if there is any errors, and attached here see if we can help.
# export INST_DEBUG=3;
#/opt/ignite/lbin/list_explander -f
-d -v > list.out
WK