hi all,
I am making an script to balance load manually between hadrware paths to disks. I need to parse ioscan output. but before this
I need to join the line with the device files with the line with the hardware path.
this is the input
disk 2592 0/0/6/1/0.11.65.0.0.1.1 sdisk CLAIMED DEVICE EMC
SYMMETRIX
/dev/dsk/c74t1d1 /dev/rdsk/c74t1d1
and what I want to obtain is
disk 2592 0/0/6/1/0.11.65.0.0.1.1 sdisk CLAIMED DEVICE EMC SYMMETRIX /dev/dsk/c74t1d1 /dev/rdsk/c74t1d1
In case you can´t see it properly the above data should be in only one line.
regards,
mario.
I am making an script to balance load manually between hadrware paths to disks. I need to parse ioscan output. but before this
I need to join the line with the device files with the line with the hardware path.
this is the input
disk 2592 0/0/6/1/0.11.65.0.0.1.1 sdisk CLAIMED DEVICE EMC
SYMMETRIX
/dev/dsk/c74t1d1 /dev/rdsk/c74t1d1
and what I want to obtain is
disk 2592 0/0/6/1/0.11.65.0.0.1.1 sdisk CLAIMED DEVICE EMC SYMMETRIX /dev/dsk/c74t1d1 /dev/rdsk/c74t1d1
In case you can´t see it properly the above data should be in only one line.
regards,
mario.