1826945 Members
2468 Online
109705 Solutions
New Discussion

Re: Error with parstatus

 
SOLVED
Go to solution
Sameer_Nirmal
Honored Contributor
Solution

Re: Error with parstatus

The "parstatus" command patches seems latest. It looks like the "hd_fabric" is not loaded in the kernel as indicated by the kmadmin -Q command message.
Try following procedure
# cd /stand/build
# rm -r *
# cp -p /stand/system /stand/system.prev
# cp -p /stand/vmunix /stand/vmunix.org
# /usr/lbin/sysadm/system_prep -v -s system
It will create file "system" in /stand/build
# vi /stand/build/system
Insert under the heading
"* Drivers/Subsystems" a new line and type
hd_fabric
# mk_kernel -s system
# mv /stand/build/system /stand/system
# /usr/sbin/kmupdate
# cd /
# shutdown -r -y 0 ( Don't use reboot )

When system boots, check
# kmadmin -Q hd_fabric
# parstatus
Jose_129
Regular Advisor

Re: Error with parstatus

Thank you Sameer Nirmal.

Regards,

Jose
Change password in way single user, beginning in multiuser way console