- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Warning in Ignite
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-16-2009 05:24 AM
10-16-2009 05:24 AM
I have an HP-UX box where i have installed the Oracle Application Server.
After running Ignite on the server i get the following warning:
Warning:There was a problem with the list of files/directories to archive:
The following lines had too few/incorrect entries:
Problem lines:
line:27 /opt/oracle/appsrv/bin/nm0
Does this warning mean that an Ignite recovery of this backup will fail ?
What can this be related to ?
Thank you in advance.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2009 06:32 AM
10-16-2009 06:32 AM
Re: Warning in Ignite
Inspect this directory!
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2009 06:46 AM
10-16-2009 06:46 AM
Re: Warning in Ignite
Even though I did not inspect this type of error why it comes out as far, I can say most likely it won't be a problem according to my experience.
I am agree with Torsten. watch out for an error.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2009 07:48 AM
10-16-2009 07:48 AM
SolutionOne or more files in the system has the name contains / ends with a 'space'.
make_*_recovery list_expander which builds the list of files to include into the
archive. This list is stored in a file called flist. The warning indicates that an entry in this file has an unexpected format.
Please do not use filenames with a space to avoid this issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2009 08:01 AM
10-16-2009 08:01 AM
Re: Warning in Ignite
The ignite backup says at the end whether the backup will succeed or fail.
I doubt this error will fail the backup, but check the log file to be sure.
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
10-16-2009 08:07 AM
10-16-2009 08:07 AM
Re: Warning in Ignite
Does "../opt/oracle/appsrv/bin/nm0 .." exist?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2009 06:13 PM
10-16-2009 06:13 PM
Re: Warning in Ignite
> line:27 /opt/oracle/appsrv/bin/nm0
The error means that the file has garbage characters in it. list_expander has a set of rules for directory and filenames. Use the command:
ll -b /opt/oracle/appsrv/bin/nm0
You'll probably see special characters in the filename. Rename or remove the file.
Bill Hassell, sysadmin