Here is an example for Redhat.

[root@u060rh7gld system]# more vmcpdetach.target
[Unit]
Description= Detach z/VM mdisk
Requires=local-fs.target
After=local-fs.target

[Install]
WantedBy=multi-user.target
[root@u060rh7gld system]# more vmcpdetach.service
[Unit]
Description=Detach z/VM Mdisk
Requires=findself.target
After=findself.target

[Service]
Type=oneshot
RemainAfterExit=yes
StandardError=syslog+console
ExecStart=/usr/local/bin/vmcpdetach.sh

[Install]
WantedBy=vmcpdetach.target
Also=vmcpdetach.target

For /etc/rc.d/init.d

                ○ Vmcpdetach
        Chkconfig vmcpdetach on
        


-----Original Message-----
From: Linux on 390 Port <LINUX-390@VM.MARIST.EDU> On Behalf Of Frank Wolfe
Sent: Tuesday, June 30, 2020 12:46 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Loading vmcp on boot

This message was sent from an external source outside of Western & Southern's 
network. Do not click links or open attachments unless you recognize the sender 
and know the contents are safe.
________________________________________________________________________________________________________________________

Hi,

I need the modprobe vmcp module to be loaded on boot which it is not on SLES11. 
Can anyone please tell me how to enable this?

Regards,
Frank

----------------------------------------------------------------------
For LINUX-390 subscribe / signoff / archive access instructions, send email to 
lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
http://www2.marist.edu/htbin/wlvindex?LINUX-390

----------------------------------------------------------------------
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
http://www2.marist.edu/htbin/wlvindex?LINUX-390

Reply via email to