Start a Conversation

This post is more than 5 years old

Solved!

Go to Solution

4296

April 23rd, 2018 22:00

disassociate & associate FA to RF VMAX all FLASH 250

Hi

i tried to disassociate a FA 4D7 in order to associate as RF but it is not working properly in VMAX 250F all Flash

1.- symmcfg -sid 590 -SA 4D -p 7 offline

2.-disassociate the port

3. list port free and the port 4D7 is free now

4. when a tried to associate to RF port, the command associate again as FA not as RF y use this command to associate and disassociate

disassociate

symconfigure -sid 590 -cmd "disassociate  port 7 from dir 4d;" commit -nop

Associate

symcondigure -sid 590 -cmd "associate port 7 from dir 4d;" commit -nop

Best Regards

121 Posts

April 24th, 2018 11:00

Correct. (Assuming slice E is not already in use.)

Can you paste the output of your ie5.txt file? I think your syntax is wrong. It should be:

add dir slot_num=1 type=RF;

add dir slot_num=2 type=RF;

465 Posts

April 23rd, 2018 22:00

The director number is associated to a particular emulation. In your case you disassociated from 4d and then associated to 4d again, so the emulation will be the same as before. Your RDF emulation will have a different letter associated to it.

Run symcfg list -sid xx -dir all to view the director emulation associated to RDF, then use that number for your associate.

121 Posts

April 24th, 2018 06:00

If there's no RF emulation, you'll need to create one:


# Remove port from FA emulation

disassociate port [, ...] from dir ;

# If necessary, create new RF emulation:

add dir slot_num = type = [FA | FE | SE | RF | RE];

# Associate port with RF emulation:

associate port [, ...] to dir ;

April 24th, 2018 11:00

Port1s.pngyes this is the symcfg -sid 1926 list -dir all leter E is not used

April 24th, 2018 11:00

error.PNG.pngFreeports.png

hi thanks all

just one question

i got two free ports take a look at the output

but when a tried to associate i got the following error message

do   i need to create the RF emulation by using this

add dir slot_num= 1 -type =RF

add dir slot_num= 2 -type =RF

and those are going to create the 

RF-1E

RF-2E

??

April 25th, 2018 12:00

Thanks every body for your help

No Events found!

Top