h2. Q: I see some errors about downloading a package.
A: Make sure the pkg(1) command on your system is working correctly, and your connect with the IPS server is stable. Sometimes, IPS time out when trying to download a big cluster of packages. To check outside of the DC env, try to mimic what the DC does in terms of installing packages. Try the following commands as root, and make sure it works correctly.
{code}
pkg image-create -F -a opensolaris.org=http://pkg.opensolaris.org /tmp/test_img
pkg -R /tmp/test_img install SUNWcsd
pkg -R /tmp/test_ima install SUNWcs
pkg -R /tmp/test_img install slim_install
{code}
h2. Q: There is an error about importing SMF services.
A: This is a known problem, caused by [bug 6721855|http://bugs.opensolaris.org/view_bug.do?bug_id=6721855]. The path for the pkg image area specified is too long for SMF to handle, after other SMF directories are appended to it. The workaround is to specify a shorter path for the pkg image area.
A: Make sure the pkg(1) command on your system is working correctly, and your connect with the IPS server is stable. Sometimes, IPS time out when trying to download a big cluster of packages. To check outside of the DC env, try to mimic what the DC does in terms of installing packages. Try the following commands as root, and make sure it works correctly.
{code}
pkg image-create -F -a opensolaris.org=http://pkg.opensolaris.org /tmp/test_img
pkg -R /tmp/test_img install SUNWcsd
pkg -R /tmp/test_ima install SUNWcs
pkg -R /tmp/test_img install slim_install
{code}
h2. Q: There is an error about importing SMF services.
A: This is a known problem, caused by [bug 6721855|http://bugs.opensolaris.org/view_bug.do?bug_id=6721855]. The path for the pkg image area specified is too long for SMF to handle, after other SMF directories are appended to it. The workaround is to specify a shorter path for the pkg image area.