1830936 Members
1916 Online
110017 Solutions
New Discussion

Re: target device

 
SOLVED
Go to solution
Javier Ortiz Guajardo
Frequent Advisor

target device

How can i remove the target tape 4 8/16/5.0.0 stape NO_HW DEVICE HP C1537A
i??m not need it anymore and ?? am receiving messages in the syslog from EMS Event Notification.

Thanks.
The obstacles are those things that the people see when they left to see their goals.
2 REPLIES 2
Jean-Louis Phelix
Honored Contributor
Solution

Re: target device

hi

If special files still exist, use :

rmsf -a /dev/rmtN

else use :

rmsf -k -H 8/16/5.0.0

Regards.
It works for me (© Bill McNAMARA ...)
S.K. Chan
Honored Contributor

Re: target device

OR
You can turn off EMS monitoring for that device.
# cd /etc/opt/resmon/lbin
# ./moncheck
==> Take note of the instance you want to disable.
# ./monconfig
==> Select (K)ill monitoring option.
# vi /var/stm/data/tools/monitor/disable_instances
==> From the instance (from moncheck) add the path in this file. For example ..
/storage/events/disks/default/8_16_5_0.0.0

The path has to be exactly what you see in "moncheck".

#./monconfig
==> Select (E)nable monitoring option.
and
==> Select (C)heck monitors to check if it has been turned off.