Veritas InfoScale™ 8.0.2 Release Notes - Windows
- Introduction and product requirements
- Changes introduced in this release
- Executive Order logging
- Limitations
- Deployment limitations
- Cluster management limitations
- Storage management limitations
- Multi-pathing limitations
- Replication limitations
- Solution configuration limitations
- Internationalization and localization limitations
- Interoperability limitations
- Known issues
- Deployment issues
- Cluster management issues
- Cluster Server (VCS) issues
- Cluster Manager (Java Console) issues
- Global service group issues
- VMware virtual environment-related issues
- Cluster Server (VCS) issues
- Storage management issues
- Storage Foundation issues
- VEA console issues
- Snapshot and restore issues
- Snapshot scheduling issues
- Multi-pathing issues
- Replication issues
- Solution configuration issues
- Disaster recovery (DR) configuration issues
- Fire drill (FD) configuration issues
- Quick recovery (QR) configuration issues
- Internationalization and localization issues
- Interoperability issues
- Miscellaneous issues
- Fibre Channel adapter issues
- Deployment issues
Executive Order logging
InfoScale EO compliant logging option helps to configure InfoScale components to provide logging as per standard security requirements.
You can configure or enable EO logging by executing following commands after the installation of the product is completed.
You can enable or disable EO specific logging by executing following commands in command prompt / Powershell.
To enable EO based logging, set
VXVM_ENABLE_PUBSEC_LOG to 1
To disable EO based logging, set
VXVM_ENABLE_PUBSEC_LOG to 0
You can also enable EO based logging using the following steps:
- Press Windows + R to show run command prompt.
- Type sysdm.cpl and press Enter.
- Go to Advanced tab.
- Click Environment Variables button.
- In System Variables section, click New button.
- Enter variable name as VXVM_ENABLE_PUBSEC_LOG and enter value as 1.
- Click OK.
When the EO logging is enabled using the command, VxVM process writes logs with additional information, which is time stamped in YYYY-MM-DDTHH:MM:SS.mmm+UTC format followed by the hostname in FQDN format, and then followed by the log statement.
It is recommended to restart all the VxVM services to view the updated EO based logging.
You have to execute the following commands to stop and start the services to get the updated EO logging.
net stop vxsvc
net start vxsvc
net stop vxffdc
net start vxffdc
net stop vds
net start vds
net stop vxvdsdyn
net start vxvdsdyn
net stop vxvssprovider
net start vxvssprovider
net stop vxsas
net start vxsas