Hi guys,
we put a disk in box. This disk have vg and fike systems in it. But we run mkvg instead importvg and now cannot see data. There is a way to resolve this problem ?
Thanks in advance Boris
Hi,
I do this )in sh or ksh scripts) so:
for i in 1 2 3 4 5 6
do
............................
while [[ "mt -f /dev/rmt0 fsf 0 2>&1|cut -f 2 -d /" = "dev" ]]
do
:
done # device is not ready
.............................
dd if=/dev/rmt0 of=YourFile bs=<blocksize>
...
Hi Tison,
if 'jobname' is your own program or script you can print
return code and to catch it.
for example 'jobname' a script
.....
RetCode=4
echo $RetCode
On your box
.....
RC=$(rsh host jobname)
if [[ "$RC" = "4" ]]
......
regards Boris
Hi,
I have problem with 3490 on same server. I change cable,
adapter, terminator - no effect. Problem resolved after I
upgraded adapter device drivers to latest available
(it was 4.3.3.75)
Regards Boris
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.