YandexDirect

06 февраля 2019

Oracle 11.2.0.3 ошибка при переносе VOTING файла

Каждый раз после установки Oracle Grid переношу VOTING в другую дисковую группу, столкнулся с ошибкой:


# ./crsctl replace votedisk VOTING

Now formatting voting disk: VOTING.

Unable to apply correct permissions to new voting file VOTING.

CLSU-00100: Operating System function: scrsctl_vdiskperms 2 failed with error data: 2

CLSU-00101: Operating System error message: No such file or directory

CLSU-00103: error location: chown

CLSU-00104: additional error information: failed to chown VOTING

Change to configuration failed, but was successfully rolled back.

CRS-4256: Updating the profile

CRS-4602: Failed 27 to add voting file 8705140cc0fa4f50bf9bffb0b083fc19.

Failure 27 with Cluster Synchronization Services while deleting voting disk.

CRS-4000: Command Replace failed, or completed with errors.




для устранения ошибки, для начала проверяем совместимость:


select NAME,COMPATIBILITY,DATABASE_COMPATIBILITY,VOTING_FILES from v$asm_diskgroup;

NAME

------------------------------

COMPATIBILITY

------------------------------------------------------------

DATABASE_COMPATIBILITY                                       V

------------------------------------------------------------ -

DATA

11.2.0.0.0

10.1.0.0.0                                                   Y



VOTING

10.1.0.0.0

10.1.0.0.0                                                   N



NAME

------------------------------

COMPATIBILITY

------------------------------------------------------------

DATABASE_COMPATIBILITY                                       V

------------------------------------------------------------ -



Видим что VOTING 10.1.0.0.0

Нужно поменять на 11.2.0.0.0

выполняем скрипт:


alter diskgroup VOTING set attribute 'compatible.asm'='11.2.0.0.0';



Комментариев нет:

Отправить комментарий

Общее·количество·просмотров·страницы