Asset ID: |
1-71-2061226.1 |
Update Date: | 2015-09-29 |
Keywords: | |
Solution Type
Technical Instruction Sure
Solution
2061226.1
:
Oracle Communications DSR- IPFE Syscheck Failure
Related Categories |
- PLA-Support>Sun Systems>CommsGBU>Global Signaling Solutions>SN-SND: Tekelec DSR
|
In this Document
Created from <SR 3-11237819161>
Applies to:
BNS Platform Hardware - Version DSR 5.0 and later
Information in this document applies to any platform.
Goal
How to resolve
[root@server]# syscheck
ERROR: Could not checkout file for editing!
ERROR: COMMAND: /usr/bin/co -l -f -S /var/TKLC/rcs/usr/TKLC/plat/etc/hardware/smart/cciss.map,v /var/TKLC/rcs/.checkouts/usr/TKLC/plat/etc/hardware/smart/cciss.map
ERROR: RC: 1
ERROR: OUTPUT: /var/TKLC/rcs/usr/TKLC/plat/etc/hardware/smart/cciss.map,v --> /var/TKLC/rcs/.checkouts/usr/TKLC/plat/etc/hardware/smart/cciss.map
co: /var/TKLC/rcs/usr/TKLC/plat/etc/hardware/smart/cciss.map,v: Revision 1.33 is already locked by root.
ERROR: Could not check out /usr/TKLC/plat/etc/hardware/smart/cciss.map:
ERROR: CONFIG: /usr/TKLC/plat/etc/hardware/smart/cciss.map
ERROR: Unable to write SMARTD ports to CCISS ports.
Failed to refresh '/usr/TKLC/plat/etc/hardware/smart/cciss.map'!
* smart: FAILURE:: Could reconfigure disk::smart 3.05!
Running modules in class disk...
OK
Running modules in class hardware...
OK
Running modules in class net...
OK
Running modules in class proc...
OK
Running modules in class system...
OK
LOG LOCATION: /var/TKLC/log/syscheck/fail_log
[root@server]#
Solution
If unco for rcstool fails:
[root@server ~]# rcstool unco /usr/TKLC/plat/etc/hardware/smart/cciss.map
ERROR: Could not discard changes!
ERROR: SRC: /usr/TKLC/plat/etc/hardware/smart/cciss.map
ERROR: REV: /var/TKLC/rcs/usr/TKLC/plat/etc/hardware/smart/cciss.map,v
ERROR: CMD: /usr/bin/rcs -u -M /var/TKLC/rcs/usr/TKLC/plat/etc/hardware/smart/cciss.map,v
ERROR: RC: 1
ERROR: OUTPUT: rcs: RCS file /var/TKLC/rcs/usr/TKLC/plat/etc/hardware/smart/cciss.map,v is in use
Then do the following to remove ,cciss.map,
[root@server ~]#
[root@server ~]# cd /var/TKLC/rcs/usr/TKLC/plat/etc/hardware/smart
[root@server]# ls
,cciss.map, cciss.map,v
[root@server]# rm ,cciss.map,
rm: remove regular empty file `,cciss.map,'? y
[root@servert]#
THen run the following to clear the error
rcstool unco /usr/TKLC/plat/etc/hardware/smart/cciss.map
syscheck --reconfig disk smart
service smartd restart
syscheck disk smart
[root@server]#
[root@server]# rcstool unco /usr/TKLC/plat/etc/hardware/smart/cciss.map
[root@server]#
[root@servert]# syscheck --reconfig disk smart
smartCreateConfig: /dev/sda (/dev/sda; -d cciss,0) supports SMART
smartCreateConfig: /dev/sda (/dev/sda; -d cciss,1) supports SMART
smartCreateConfig: /dev/sda (/dev/sda; -d cciss,0) supports SMART
smartCreateConfig: /dev/sda (/dev/sda; -d cciss,1) supports SMART
smartCreateConfig: /dev/sda (/dev/sda; -d cciss,0) supports SMART
smartCreateConfig: /dev/sda (/dev/sda; -d cciss,1) supports SMART
[root@server]#
[root@server]# service smartd restart
Shutting down smartd: [ OK ]
Starting smartd: [ OK ]
[root@server]#
[root@server]#
[root@server]# syscheck disk smart
smartCreateConfig: /dev/sda (/dev/sda; -d cciss,0) supports SMART
smartCreateConfig: /dev/sda (/dev/sda; -d cciss,1) supports SMART
Running modules in class disk...
OK
LOG LOCATION: /var/TKLC/log/syscheck/fail_log
[root@server]#
[root@server]#
[root@server]# syscheck
Running modules in class disk...
OK
Running modules in class hardware...
OK
Running modules in class net...
OK
Running modules in class proc...
OK
Running modules in class system...
OK
LOG LOCATION: /var/TKLC/log/syscheck/fail_log
[root@server]#
Attachments
This solution has no attachment