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
Hi,
there is a problem with rmt0. Other it always goes automaticaly available. Probably you changed scsi id ?
In this case after reboot rmt0 will defined and rmt1
available.
Regards Boris.
Hi,
command 'which' give you names that are commands only (having 'x' privilege). If you will go along links you will see that libc.a have it and libC.a have no.
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.