Please enter search query.
Search <book_title>...
Veritas InfoScale™ 7.4.3 Release Notes - Linux
Last Published:
2020-11-17
Product(s):
InfoScale & Storage Foundation (7.4.3)
Platform: Linux
- Introduction and product requirements
- Changes introduced in InfoScale 7.4.3
- Limitations
- Virtualization software limitations
- Storage Foundation software limitations
- Dynamic Multi-Pathing software limitations
- Veritas Volume Manager software limitations
- Veritas File System software limitations
- SmartIO software limitations
- Replication software limitations
- Cluster Server software limitations
- Limitations related to bundled agents
- Limitations related to VCS engine
- Veritas cluster configuration wizard limitations
- Limitations related to the VCS database agents
- Cluster Manager (Java console) limitations
- Limitations related to LLT
- Limitations related to I/O fencing
- Limitations related to bundled agents
- Storage Foundation Cluster File System High Availability software limitations
- Storage Foundation for Oracle RAC software limitations
- Storage Foundation for Databases (SFDB) tools software limitations
- Known issues
- Issues related to installation and upgrade
- Storage Foundation known issues
- Dynamic Multi-Pathing known issues
- Veritas Volume Manager known issues
- Veritas File System known issues
- Virtualization known issues
- Replication known issues
- Cluster Server known issues
- Operational issues for VCS
- Issues related to the VCS engine
- Issues related to the bundled agents
- Issues related to the VCS database agents
- Issues related to the agent framework
- Cluster Server agents for Volume Replicator known issues
- Issues related to Intelligent Monitoring Framework (IMF)
- Issues related to global clusters
- Issues related to the Cluster Manager (Java Console)
- VCS Cluster Configuration wizard issues
- LLT known issues
- I/O fencing known issues
- Operational issues for VCS
- Storage Foundation and High Availability known issues
- Storage Foundation Cluster File System High Availability known issues
- Storage Foundation for Oracle RAC known issues
- Oracle RAC known issues
- Storage Foundation Oracle RAC issues
- Storage Foundation for Databases (SFDB) tools known issues
- Application isolation feature known Issues
- Cloud deployment known issues
- Issues related to Veritas InfoScale Storage in Amazon Web Services cloud environments
- Container deployment know issues
ASMDG on a particular does not go offline if its instances is being used by other database instances (3856450)
If you initiate an offline of the ASMDG group on a node which has its ASMInstance being used by one of more DB z resources from the cluster, then the offline would fail and a fault would get reported on both the ASM and DB level.
Workaround: Run the following SQL command to check the ASM DG running on the node:
SQL> select INST_ID,GROUP_NUMBER, INSTANCE_NAME, DB_NAME, INSTANCE_NAME||':'||DB_NAME client_id from gv$asm_client;
INST_ID | GROUP_NUMBER | INSTANCE_NAME | DB_NAME | CLIENT_ID |
3 | 2 | oradb2 | oradb | oradb2:oradb |
3 | 2 | oradb3 | oradb | oradb3:oradb |
3 | 2 | +ASM3 | +ASM | +ASM3:+ASM |
3 | 1 | +ASM3 | +ASM | +ASM3:+ASM |
1 | 2 | oradb1 | oradb | oradb1:oradb |
1 | 1 | -MGMTDB | _mgmtdb | -MGMTDB:_mgmtdb |
1 | 1 | +ASM1 | +ASM | +ASM1:+ASM |
4 | 2 | oradb4 | oradb | oradb4:oradb |
8 rows selected.
In the above table:
oradb1 is using the ASMInstance 1
oradb2 and oradb3 are using ASMInstance 3
oradb4 is using ASMInstance 4
Use the following SQL to relocate the ASMpool to another node:
SQL> alter system relocate client 'oradb4:oradb'; System altered.
If the command does not work, please refer Oracle documentation for further information on relocating the client.