...
Info |
---|
[root@bsr-01 bsr]# modprobe bsr |
Service configuration
The bsr service must be configured to automatically start bsr whenever the system startsIf you want bsr to start automatically at system startup, you should configure the bsr service and the svc-auto-up option. The default for svc-auto-up is yes.
CentOS 6
chkconfig bsr on
service bsr start
CentOS 7
systemctl enable bsr
systemctl start bsr
Code Block |
---|
resource r0 {
...
on hostname {
options {
svc-auto-up yes;
}
}
...
} |
Information
After installation, check whether the installation is normal through module information.
Info |
---|
[root@bsr-01 bsr]# modinfo bsr [root@bsr-01 x86_64]# bsradm -V |
Update
Remove Old Version
Service stop
Delete kernel module
Delete utility
Kernel Module
CentOS
Info |
---|
[root@bsr-01 bsr]# rpm -Uvh kmod-bsr-1.6_3.10.0_957-A4.el7.x86_64.rpm |
...