Hi Forum!
I have a old Bladechassi with Dell-servers that i am going to convert to our companycloud.
Hardware is Dell Poweredge 1955 servers with
Processor, 80556K, Xeon Clovertown, E5335, LGA771, Burn 3
SCSI controller SAS5IR-Integrated.
Software : Debian
Here is the deal!
Converter works fine on first server with following Debian setup:
2.6.18-5-686 #1 SMP Tue Dec 18 21:24:20 UTC 2007 i686 GNU/Linux
Partitions:
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
/dev/sda1 / ext3 defaults,errors=remount-ro 0 1
/dev/sda5 /home ext3 defaults 0 2
/dev/sda8 /tmp ext3 defaults 0 2
/dev/sda9 /usr ext3 defaults 0 2
/dev/sda6 /var ext3 defaults 0 2
/dev/sda7 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto 0 0
But i got problem with following setup:
2.6.18-6-686-bigmem #1 SMP Tue Jun 17 22:40:43 UTC 2008 i686 GNU/Linux
Partitions:
proc /proc proc defaults 0 0
/dev/sdb1 / ext3 defaults,noatime,errors=remount-ro 0 1
/dev/sdb5 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto 0 0
# 192.168.237.154:/var/exports /var/exports nfs rw 0 0
Error codes in the stand alone converter (pick a number tried the all)
2013-08-22T09:35:58.450+02:00 [03944 error 'Default'] [Converter Agent SysinfoQuery] the query could not detect proper storage on the source
2013-08-22T09:35:58.451+02:00 [03944 error 'Default'] [Converter Agent SysinfoQuery] Query(): Caught exception, cleaning up before bailing out ([Converter Agent SysinfoQuery] the query could not detect proper storage on the source)
2013-08-22T09:36:19.197+02:00 [03944 error 'Default'] Converter Agent SysinfoQuery grabbed log file; result: [2013-08-22 09:35:54,901 INFO storage ]: Probing for disks using parted
--> [2013-08-22 09:35:54,901 INFO storage ]: Parted returned device with path: /dev/sda, type: 1
--> [2013-08-22 09:35:54,979 INFO storage ]: Parted successfully probed device with path: /dev/sda, type: 1, disk type: msdos
--> [2013-08-22 09:35:54,979 INFO storage.disk ]: Creating SCSI disk with path: /dev/sda
--> [2013-08-22 09:35:58,218 WARN storage ]: Cannot execute lvm commands, no LVM volume groups or logical volumes will be detected
--> [2013-08-22 09:35:58,218 INFO storage ]: Got mount table entry: fsname: /dev/sdb1, dir: /, type: ext3
--> [2013-08-22 09:35:58,218 INFO storage ]: Got mount table entry: fsname: tmpfs, dir: /lib/init/rw, type: tmpfs
--> [2013-08-22 09:35:58,218 INFO storage ]: Got mount table entry: fsname: proc, dir: /proc, type: proc
--> [2013-08-22 09:35:58,219 INFO storage ]: Got mount table entry: fsname: sysfs, dir: /sys, type: sysfs
--> [2013-08-22 09:35:58,219 INFO storage ]: Got mount table entry: fsname: procbususb, dir: /proc/bus/usb, type: usbfs
--> [2013-08-22 09:35:58,219 INFO storage ]: Got mount table entry: fsname: udev, dir: /dev, type: tmpfs
--> [2013-08-22 09:35:58,219 INFO storage ]: Got mount table entry: fsname: tmpfs, dir: /dev/shm, type: tmpfs
--> [2013-08-22 09:35:58,219 INFO storage ]: Got mount table entry: fsname: devpts, dir: /dev/pts, type: devpts
--> [2013-08-22 09:35:58,219 INFO storage ]: Got mount table entry: fsname: nfsd, dir: /proc/fs/nfsd, type: nfsd
--> [2013-08-22 09:35:58,219 INFO storage ]: Got mount table entry: fsname: rpc_pipefs, dir: /var/lib/nfs/rpc_pipefs, type: rpc_pipefs
--> [2013-08-22 09:35:58,219 ERROR storage ]: !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
--> [2013-08-22 09:35:58,219 ERROR storage ]: !!! Could not recognize any volumes !!!
--> [2013-08-22 09:35:58,219 ERROR storage ]: !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
--> [2013-08-22 09:35:58,219 ERROR storage ]: Cannot find a boot directory (searched for '/boot'); the final system may not be bootable
-->
2013-08-22T09:36:50.499+02:00 [03944 error 'Default'] Sysinfo Query failed with error [Converter Agent SysinfoQuery] the query could not detect proper storage on the source
2013-08-22T09:36:50.500+02:00 [03944 info 'Default'] Scheduled timer canceled, StopKeepAlive succeeds
2013-08-22T09:38:39.477+02:00 [03944 info 'Default'] Stopped impersonating in session 52365d1e-fff2-6a73-a5a7-bfd557422b2b
2013-08-22T09:38:39.477+02:00 [03944 info 'Default'] Session is closing, releasing cached session objects
2013-08-22T09:38:39.477+02:00 [03944 info 'Default'] ConverterConnection: KeepAlive timer canceled, StopKeepAlive succeeded
QUESTION: Why is the first server (Identical hardware setup) OK but
the other one failing?
Can there be issues with the later version of Debian?
Greatful for ideas about this.
Best Reg Johan Jonsson