PowerScale OneFS: WebUI의 Memberships 또는 Roles에서 비 System 존 그룹을 삭제할 때 "해당 그룹 없음" 오류 발생

Summary: OneFS 9.4 이상 버전을 실행할 때 WebUI의 Memberships 또는 Roles 아래에 있는 비 System 존 그룹을 삭제하면 "해당 그룹 없음" 오류가 발생합니다.

This article applies to This article does not apply to This article is not tied to any specific product. Not all product versions are identified in this article.

Symptoms

WebUI 멤버십 및 역할 탭에서 비 System 존 그룹을 삭제하려는 시도가 다음 오류와 함께 실패합니다.

Failed to find group for 'GROUP:groupname': No such group

다음 오류가 /var/log/isi_papi_d.log:

isi_papi_d[6091]: base: https://x.x.x.x:8080/platform; uri: /12/auth/groups/zrbactest; method: DELETE; args: {"_cb":"1687998883888"} ; len: 0; remote_addr: x.x.x.x; user: "token": {"UID":0, "GID":0, "SID": "SID:S-1-22-1-0", "GSID": "SID:S-1-22-2-0", "GROUPS": ["SID:S-1-5-11", "GID:5", "GID:10", "GID:20", "GID:70"], "protocol": 10, "zone id": 1, "client": "x.x.x.x", "local": "x.x.x.x" }

isi_papi_d[6091]: STACK Failed to find group for 'GROUP:zrbactest': No such group     from --- (---:0):      isi_exception::isi_exception(int, char const*, __va_list_tag*) (OFFSET:134)     api_exception::api_exception(api_error_code, char const*, ...) (OFFSET:146)     auth_group_handler::http_delete(request const&, response&) (OFFSET:1252)     uri_handler::execute_http_method(request&, response&, bool, bool) (OFFSET:1236)     uri_manager::execute_request(request&, response&, bool, bool, bool, bool, bool) (OFFSET:1521)     std::__1::basic_filebuf<char, std::__1::char_traits<char> >::basic_filebuf(void) (OFFSET:7737)     std::__1::basic_filebuf<char, std::__1::char_traits<char> >::basic_filebuf(void) (OFFSET:10052)     typeinfo name for std::__1::basic_filebuf<char, std::__1::char_traits<char> > (OFFSET:40573)     typeinfo name for std::__1::basic_filebuf<char, std::__1::char_traits<char> > (OFFSET:37451)     ADDRESS (UNKNOWN:2367488)

 

Cause

API(Application Programming Interface) 호출이 이루어지면 시스템 존만 확인하려고 시도하므로 요청이 실패합니다.

 

Resolution

이 문제는 OneFS 버전 9.7.0.0 이상 버전에서 해결되었습니다.

이 문제를 해결하려면 CLI를 사용하십시오.

isi auth groups delete <group> --zone=<zone>

curl 명령도 사용할 수 있습니다. 아래에서 굵게 표시된 그룹 및 영역을 적절한 값으로 바꿉니다.

curl -k -u root -X DELETE "https://localhost:8080/platform/14/auth/groups/GROUP:group/?zone=zone"

 

Affected Products

PowerScale OneFS
Article Properties
Article Number: 000215410
Article Type: Solution
Last Modified: 16 Dec 2025
Version:  4
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.