first make sure the member you want to switch is in inactive..
then drop the first member..
alter database drop logfile member 'path'
#reate member with new location...
alter database add logfile member 'newpath' to group1
switch logfile..
alter system switch logfile...

follow this to create log files in diff location...even DB is open.

Thanks.
Thanigaivasan.