Hello,
Last night we moved some application file systems to a different drive. To do this, I took the system to single user state, mounted the new filesystems with a different name, copied all the data over via cp -Rp * /newfilesystem, then unmounted the old, modified /etc/vfstab to show the new, and mounted the new filesystems. None of these filesystems were os, they were all created specifically for the applications.
The problem is, on boot I started getting errors like this:
/usr/bin/savecore getexecname() failed
/usr/bin/swap getexecname() failed
/usr/bin/ps getexecname() failed
sort getexecname() failed
The system seems to have come up ok, the applications still work, all the filesystems are mounted and are all clean.
If I type any of these commands at a prompt, I get the same thing.
Anyone have any ideas?
Will
Last night we moved some application file systems to a different drive. To do this, I took the system to single user state, mounted the new filesystems with a different name, copied all the data over via cp -Rp * /newfilesystem, then unmounted the old, modified /etc/vfstab to show the new, and mounted the new filesystems. None of these filesystems were os, they were all created specifically for the applications.
The problem is, on boot I started getting errors like this:
/usr/bin/savecore getexecname() failed
/usr/bin/swap getexecname() failed
/usr/bin/ps getexecname() failed
sort getexecname() failed
The system seems to have come up ok, the applications still work, all the filesystems are mounted and are all clean.
If I type any of these commands at a prompt, I get the same thing.
Anyone have any ideas?
Will