--- > Hello, > > you can remove the LSM software if you want to by following the > commands > below > > - First identify any disks under LSM control by issuing the > command > # voldisk list > > - Restart LSM in disabled mode > > # vold -k -r reset -d > > o If any LSM volumes are currently open the command will > fail. > You need to close all LSM volumes by unmounting the > filesystems > used by these volumes > > - Stop all LSM volume and I/O daemons: > > # voliod -f set 0 > # voldctl stop > > -Update the disk labels for the disks under LSM > o For each LSM sliced disk, repartition and update the disk > labels: > # disklabel -rw disk > > o For each LSM simple disk, update the partition's fstype > field to > unused: > # disklabel -s dsknc unused > > o For each LSM nopriv disk, update the partition's fstype > field to > either unused or the appropriate value, depending on > whether the > partition still contains valid data. > > o For example, if dsk0g was an LSM nopriv disk that still > contains a > valid AdvFS File System and dsk0h was an LSM nopriv disk > that no > longer contains valid data, enter: > # disklabel -s dsk0g AdvFS > # disklabel -s dsk0h unused > > > - Remove the LSM directories > # rm -r /etc/vol /dev/vol /dev/rvol /etc/vol/volboot > > - Delete the following LSM entries in the /etc/inittab file > lsmr:s:sysinit:/sbin/lsmbstartup -b </dev/console > >/dev/console 2>&1 ##LSM > lsm:23:wait:/sbin/lsmbstartup </dev/console >/dev/console > 2>&1 ##LSM > vol:23:wait:/sbin/vol-reconfig -n </dev/console > >/dev/console 2>&1 ##LSM > > - Display the installed LSM subsets > # setld -i | grep LSM > > - Delete the installed LSM subsets > # setld -d OSFLSMBASEnnn OSFLSMBINnnn > OSFLSMCLSMTOOLSnnn > > - To deconfigure LSM from the kernel, replace the pseudo-device lsm > 1 > entry in the /sys/conf/hostname file to pseudo-device lsm 0. > > - You can make this change either prior to running the doconfig > command or > while running the doconfig command; for example: > # doconfig -c hostname > > - Copy the new kernel to root (/) and reboot the system by entering > the > following commands: > # cp /sys/SystemName/vmunix / > # shutdown now > > - When the system reboots, LSM will no longer be installed. > > Hth, > > Jan > --- Original Question We have a system that appears to have LSM at least partially configured on it (vold is running, although according to voldctl is running disabled). The boot messages also indicate that LSM is starting. We don't have a licence for LSM and don't really want it to be running on any of our servers, but I am unable to find any documentation on how to disable or uninstall it, or the consequences of trying. Renaming /sbin/rc3.d/S58lsm to s58lsm didn't appear to have any affect on reboot. Any tips?Received on Tue Oct 30 2001 - 16:42:02 NZDT
This archive was generated by hypermail 2.4.0 : Wed Nov 08 2023 - 11:53:42 NZDT