One note it is over 10 years since I had to work on Nortel kit, hence I am a little rusty, so please bear with me.
Now in answer to the questions raised
1. No error messages received
2. From the config.cfg (I am not allowed to supply the whole thing by order of IT Security team)
ethernet 1/3 perform-tagging enable
ethernet 1/16 perform-tagging enable
ethernet 2/3 perform-tagging enable
ethernet 2/16 perform-tagging enable
3. Spanning Tree is disabled on the Nortel equipment, the 4 ports noted above are in an STG, called stg 1 and then on each port the command config ethernet n/n stg 1 stp disable is set. There are no issues with STP on either side of the link, no loops etc. I know this by looking at the logs on the Nortel & Cisco kit and from the monitoring tools and also the netwok is up and running.
So at this stage I have 4 ports configured almost identically - the only differences are port name and the value for lacp partner-port.
In the post of June 18th I placed the relevant sections of the config.cfg. ethernet 1/3 configuration is there and that configuration is repated on ports 2/3, 1/16 & 2/16, with the two exceptions noted above.
Now those ports do work when LACP is enabled on the ports and globally within the configuration.
I know they work because I am running VLAN 1150 with VRRP. On the Cisco side there are some static routes that have the VRRP address as the next hop and those routes work. (If they didn't I would have over 2,000 users screaming at me)
Also in the post of June 18th is the configuration of port 1/15. that port is in VAN 1100 which I now want to add to the link, so that I can use that VLAN on the Cisco side e.g. switchport access vlan 1100. I know this will work when I can put a laptop into a port so configured and I will get a DHCP address allocated for VLAN 1100. (DHCP is enabled on the VLAN VRRP instance).
Port 1/15 is linked to a switch stack (Nortel 47048T) so I obviosuly do not want that physical port to form part of the LACP link, just allow traffic from elsewhere in the network to reach that port.
I will do the work from the CLI - call me old fashioned but I prefer that

So hopefully I have answered the questions and can now pose some of my own.
1. Given what I want to do with VLAN 1100 do I need to tag enable port 1/15? (I think I probably do in order to distinguish traffic traversing the LACP link when that link carries multiple VLAN.)
2. How do I configure the 8600 switch such that, what I think needs to happen is that the 4 ports that form the LACP link exist in two VLAN at the same time, the original VLAN 1150 and the new VLAN 1100. I would have though and indeed expected the comamnds in the post of une 18th from Michael to work. They do work but take take the 4 LACP ports out of VLAN 1150, which causes the static routes to fail.
What I think the configuration should look like in JDM VLAN's is that for VLAN 1150 there will be 4 active port members 1/3,1/16,2/3,2/16 and for VLAN 1150 there will be 5 active members: 1/3,1/15,1/16,2/32/16, then all should be lovely

One final complication, which I already probably have the answer to, port 1/15 on the 8600 is in VLAN 1150, but at present the port is not tag enabled. raffic going via 1/15 to the attached stack works even though all ports on the stack are in VLAN 1. Now this is something I have inherited and do not like as a configuration practice. I understand that if I have to tag enabled port 1/15 as part of the process to get VLAN 1150 traversing the LACP link I will need to change all ports on the stack to be in VLAN 1150 as well. But should I do that anyway in order to achieve my final aim?
As ever thank you for your time and trouble, advise and comments.