Please enter search query.
Search <book_title>...
Veritas Access Release Notes
Last Published:
2018-07-24
Product(s):
Access (7.4)
Platform: Linux
- Overview of Veritas Access
- Fixed issues
- Software limitations
- Flexible Storage Sharing limitations
- Limitations related to installation and upgrade
- Limitation related to replication
- Known issues
- Veritas Access known issues
- Admin issues
- Backup issues
- CIFS issues
- Deduplication issues
- Enterprise Vault Attach known issues
- FTP issues
- GUI issues
- Installation and configuration issues
- Internationalization (I18N) issues
- Networking issues
- NFS issues
- ObjectAccess issues
- OpenDedup issues
- OpenStack issues
- Replication issues
- SDS known issues
- SmartIO issues
- Storage issues
- System issues
- Target issues
- Veritas Access known issues
- Getting help
Some Phantomgroups do not come online after a rolling upgrade
After rolling upgrade some Phantomgroups do not come online because some of the resources of the Phantomgroups are in offline state. The phantomproc_<interface_name> resource of the Phantomgroup_pubeth<number> does not come online. Hence, the Phantomgroup_pubeth<number> does not come online.
Workaround:
Use the following command to bring the resource online.
[root@varnic_01 ~]# hares -online phantomproc_ens161 -sys varnic_01 [root@varnic_01 ~]# hares -state phantomproc_ens161 #Resource Attribute System Value phantomproc_ens161 State varnic_01 ONLINE phantomproc_ens161 State varnic_02 ONLINE [root@varnic_01 ~]#
If you do not know the complete resource name, then perform the following steps to find the resource name and then bring it online.
To find the resource name and then bring it online
- Find the name of the Phantomgroup which is offline using the hastatus -sum command.
- Find the resources for the Phantomgroup using the following command.
[root@varnic_01 ~]# hagrp -resources Phantomgroup_pubeth0 phantomproc_ens161 phantomNIC_ens161
- Check the state of the resources using the following command.
[root@varnic_01 ~]# hares -state phantomproc_ens161 #Resource Attribute System Value phantomproc_ens161 State varnic_01 OFFLINE phantomproc_ens161 State varnic_02 ONLINE
- Bring the resource online using the following command.
[root@varnic_01 ~]# hares -online phantomproc_ens161 -sys varnic_01 [root@varnic_01 ~]# hares -state phantomproc_ens161 #Resource Attribute System Value phantomproc_ens161 State varnic_01 ONLINE phantomproc_ens161 State varnic_02 ONLINE [root@varnic_01 ~]#
- Verify the state of the Phantomgroup. The status should be online now.
[root@varnic_01 ~]# hagrp -state Phantomgroup_pubeth0 #Group Attribute System Value Phantomgroup_pubeth0 State varnic_01 |ONLINE| Phantomgroup_pubeth0 State varnic_02 |ONLINE| [root@varnic_01 ~]#