PET300, CENTOS 5.4, OMSA 6.2.

1) dataeng service
It creates the lock file into 
        /opt/dell/srvadmin/var/lock/subsys/dataeng
instead of
        /var/lock/subsys/dataeng

I think this will cause it not to be shut down when /etc/rc runs things for
runlevels 0/shutdown or 6/reboot.
Is this intentional?


2) instsvcdrv service
It installs "start" links into runlevels 0 and 6 instead of "kill" links.
ie, from /etc/rc.d/init.dr/instsvcdrv:
        # Default-Start: 0 3 4 5 6
        # Default-Stop: 1 2
Is this intentional?
Also, it doesn't create a lock file in /var/lock/subsys


=====

I made the following modifications:
1) Edit /etc/rc.d/init.d/dataeng and switch from
        OS_SUBSYS_LOCK_DIR="/opt/dell/srvadmin/var/lock/subsys"
to
        OS_SUBSYS_LOCK_DIR="/var/lock/subsys"
2) Change run levels in /etc/rc.d/init.dr/instsvcdrv to be standard and
rerun chkconfig.

After this, the system will reboot OK after the DSET test/anomaly detailed
here
http://lists.us.dell.com/pipermail/linux-poweredge/2010-January/041101.html

Any reason why these 2 changes could be dangerous?
-- 
[email protected]

_______________________________________________
Linux-PowerEdge mailing list
[email protected]
https://lists.us.dell.com/mailman/listinfo/linux-poweredge
Please read the FAQ at http://lists.us.dell.com/faq

Reply via email to