root@dx360m3n01:/etc/apt# cat /etc/release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=12.04
DISTRIB_CODENAME=precise
DISTRIB_DESCRIPTION="Ubuntu 12.04.1 LTS"
root@dx360m3n01:/etc/apt# lsxcatd -v
Version 2.9 (svn r15130, built Sat Feb 9 06:33:46 UTC 2013)
root@dx360m3n01:/iso# copycds -i ubuntu-12.04.1-server-amd64.iso
OS Image:/iso/ubuntu-12.04.1-server-amd64.iso
Copying media to /install/ubuntu12.04.1/x86_64
Media copy operation successful
The expect output should be like:
OS Image:/media/Ubuntu/12.04/ubuntu-12.04.1-server-amd64.iso
DISTNAME:ubuntu12.04.1
ARCH:x86_64
DISCNO:1
on sles, it also failed.
p7hv16sbbr01:/iso # copycds -i SLES-11-SP2-DVD-ppc64-GM-DVD1.iso
Error: The management server was unable to find/read /iso/-i. Ensure that file exists on the server at the specified location.
But on RH6.3. It works as design
[root@idplex04 x86_64]# copycds -i RHEL6.3-20120613.2-Server-x86_64-DVD1.iso
OS Image:/209/6.3/x86_64/RHEL6.3-20120613.2-Server-x86_64-DVD1.iso
DISTNAME:rhels6.3
ARCH:x86_64
DISCNO:1
Diff:
Last edit: ting ting li 2013-03-12
root@dx360m3n01:~# copycds -n ubuntu12.04.1 -a amd64 /iso/ubuntu-12.04.1-server-amd64.iso
Error: Requested Debian architecture amd64, but media is x86_64
root@dx360m3n01:~# copycds -n ubuntu12.04.1 -a x86_64 /iso/ubuntu-12.04.1-server-amd64.iso
Copying media to /install/ubuntu12.04.1/x86_64
Media copy operation successful
Ting Ting if this was not fixed reopen against 2.9 and assign to someone. If fixed please close.