- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HP-UX ignite "problem with the list of files/direc...
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
09-06-2006 07:24 PM
09-06-2006 07:24 PM
HP-UX ignite "problem with the list of files/directories to archive"
One of 'my' servers is having a problem with Netignite.
cut from output:
----
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:
/home/hobbit/client/tmp/hobbit_vmstat.2417
/var/tmp/ign_configure/make_sys_image.log
WARNING: There was a problem with the list of files/directories to archive.
Input: /var/opt/ignite/recovery/client_mnt/0x00306EF41BC9/recovery/2006-09-07,01:30/flist
The following line(s) had too few/incorrect entries in each of them.
Problem lines:
line: 1 120755 1123093213 17 0
* Creating CINDEX Configuration File
----
I can not figure out what is wrong with "line: 1"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2006 07:41 PM
09-06-2006 07:41 PM
Re: HP-UX ignite "problem with the list of files/directories to archive"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2006 07:55 PM
09-06-2006 07:55 PM
Re: HP-UX ignite "problem with the list of files/directories to archive"
Ignite-UX.BOOT-KERNEL-IA B.5.4.50 Installation Boot Kernel for IA64 clients
Ignite-UX.BOOT-KERNEL-PA B.5.4.50 Installation Boot Kernel for S700/S800 clients
Ignite-UX.BOOT-SERVICES B.5.4.50 Network Boot Services for System Installations
Ignite-UX.CFG-FILE-11-22 B.5.4.50 File Archives Used By Clients During HP-UX Install
Ignite-UX.CFG-FILE-11-23 B.5.4.50 File Archives Used By Clients During HP-UX Install
Ignite-UX.FILE-SRV-11-00 B.5.4.50 File Archives Used By Clients During HP-UX Install
Ignite-UX.FILE-SRV-11-11 B.5.4.50 File Archives Used By Clients During HP-UX Install
Ignite-UX.FILESRV-1122IA B.5.4.50 File Archives Used By Clients During HP-UX Install
Ignite-UX.FILESRV-1123IA B.5.4.50 File Archives Used By Clients During HP-UX Install
Ignite-UX.IGNITE B.5.4.50 Graphical Ignite User Interface for Installations
Ignite-UX.IGNT-ENG-A-MAN B.5.4.50 Ignite-UX Manual Pages
Ignite-UX.MGMT-TOOLS B.5.4.50 Tools for Managing Data Files on an Ignition Server
Ignite-UX.OBAM-RUN B.5.4.50 User Interface Libraries Needed for Older Systems
Ignite-UX.RECOVERY B.5.4.50 System disaster recovery tools
Nope, no other errors (...and btw. this is 'just' a WARNING) but since 3 other nodes ends with a clean 'OK', I would like to get rid of this WARNING
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2006 07:58 PM
09-06-2006 07:58 PM
Re: HP-UX ignite "problem with the list of files/directories to archive"
What is the command that you use?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2006 07:59 PM
09-06-2006 07:59 PM
Re: HP-UX ignite "problem with the list of files/directories to archive"
this pretty much looks like you have file which name consists of one or more non-printing characters only or something similar.
use ls -b to make sure you get rid of any undesirable file names.
you might have to remove it through the i-node in case using "?" as a metacharacter does not work.
Regards,
Bernhard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2006 08:31 PM
09-08-2006 08:31 PM
Re: HP-UX ignite "problem with the list of files/directories to archive"
Myserver:/# ls -lrtb | grep ^l
lrwxr-xr-x 1 root sys 17 Aug 3 2005 -> /d_cfg_mnt_sb61/.
lrwxr-xr-x 1 root sys 8 Aug 3 2005 bin -> /usr/bin
lrwxr-xr-x 1 root sys 8 Aug 3 2005 lib -> /usr/lib
- and after removing it:
fsddb1a:/# find / -type l -xdev -name " " -exec rm {} \;
my net-ignite ran OK!
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2006 08:35 PM
09-08-2006 08:35 PM