Problem: The command parstatus gives the following error: Error: Unsupported platform. Command aborted (-12) The system was installed with an Ignite-UX image of an N or L Class server. The driver hd_fabric was not configured in to the Kernel. Resolution: 1. Execute the "system_prep" script to extract a current copy of the system file into /stand/build/system: cd /stand/build /usr/lbin/sysadm/system_prep -v -s system 2. Edit the kernel and add the hd_fabric driver. vi /stand/build/system Insert a new line under the heading "Drivers/Subsystems" and insert hd_fabric 3. Build the new kernel mk_kernel -s system 4. Move the old system file to a backup location mv /stand/system /stand/system.prev