문제

I have successfully discovered a new storage node in oem using emcli

./emcli add_target -type=oracle_exadata -name="da13cel04.myhost.com" -host="da13db01.myhost.com" -properties="CellName:da13cel04.myhost.com;MgmtIPAddr:10.92.43.23"
Target "da13cel04.myhost.com:oracle_exadata" added successfully

But now i want to add this cell node under existing exadata storage grid target in em and i tried below,but it didn't helped

./emcli modify_target -type=’oracle_exadata_grid’ -name=’Exadata Grid da13.myhost.com’ -properties=’Members:da13cel01.nyhost.com,da13cel02.myhost.com,da13cel03.myhost.com,da13cel04.myhost.com’

Need help

Thanks in advance

도움이 되었습니까?

해결책

Got answer for my question.Here is the command to add newly discovered cell nodes under existing exadata server grid

emcli modify_system -name='Exadata Grid da13.myhost.com' -type='oracle_exadata_grid' -add_members='da13cel04.myhost.com:oracle_exadata'

output:
System "Exadata Grid da13.myhost.com:oracle_exadata_grid" modified successfully
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 dba.stackexchange
scroll top