Home > Veritas Storage Foundation™ Volume Manager Manual Pages

VXSECAZ (1M)

Maintenance Commands

Table of contents


NAME

vxsecaz - adds or merges a security formalization XML file with the master security formalization file.

SYNOPSIS

vxsecaz [-i inputFile] [-o outputFile -m mergeFile | -a -g groupName [[-u user: domain/domain-type] [-desc description]] [-I iplGuid]] -d [[-g groupName [-u user: domain/domain-type]] [-I iplGuid]] [-p]


DESCRIPTION

vxsecaz adds or merges a security formalization XML file with the master security formalization file.


OPTIONS

-i inputFile
Specifies an input file. If an input file is not specified, VEA's master security formalization file (as specified in the registry) is taken as the input file.
-o outputFile
Specifies an output file. If an output file is not specified, the output of the command is reflected in the input file.
-m mergeFile
Specifies an XML file to be merged with the input file.
-a -g groupName -desc description
Specifies the name of a group to be added to securityform.xml.
-a -g groupName -u user: domain/domain-type
Specifies a user to be added to the specified group.
-a -g groupName -I iplGuid
Specifies an interface package list to be associated with the specified group.
-d -g groupName
Specifies the name of a group to be deleted from securityform.xml.
-d -g groupName -u user: domain/domain-type
Specifies a user to be deleted from the specified group.
-d -I intfGuid
Specifies the ID of an interfaces package to be dissociated from a group in securityform.xml.
-p
Specifies that the output file be formatted and printed to standard output.

NOTES

Restart vxsvc after running this utility to reflect the changes.


EXAMPLES

This section provides usage examples for vxsecaz.

To add VMsecurity.xml to securityform.xml:

vxsecaz -i interfaceform.xml -a VMsecurity.xml

To add VMsecurity.xml to VEA's master interface formalization file specified in the registry:

vxsecaz -a VMsecurity.xml

To merge VMsecurity.xml with securityform.xml:

vxsecaz -i securityform.xml -m VMsecurity.xml

To add a specific group to securityform.xml:

vxsecaz -i securityform.xml -a -g "SE_BULB_MANAGER" 
-desc "Bulb operations control"

To add a specific user to a specific group:

vxsecaz -i securityform.xml -a -g "SE_BULB_MANAGER" -u 
"user1"
vxsecaz -i securityform.xml -a -g "SE_BULB_MANAGER" -u 
"user2:example.com/nis"

To associate a specific interface package list with a specific group:

vxsecaz -i securityform.xml -a -g "SE_BULB_MANAGER" -I 
{6944bea8-55f6-4fdf-b664-7ebc91899de2}

To delete a specific group from securityform.xml:

vxsecaz -i securityform.xml -d -g "SE_BULB_MANAGER"

To delete specific user from a specific group:

vxsecaz -i securityform.xml -d -g "SE_BULB_MANAGER" -u 
"user1"
vxsecaz -i securityform.xml -d -g "SE_BULB_MANAGER" -u 
user2:example.com/nis"

To delete association of a specific interface package list:

vxsecaz -i securityform.xml -d -I 
{6944bea8-55f6-4fdf-b664-7ebc91899de2}

EXIT CODES

An exit code of zero indicates that the security formalization information was successfully saved to the output file.

An exit code greater than zero indicates an error. The error message is printed to standard output.


SEE ALSO

vxalerttype(1m)

vxgetinterfaceinfo(1m)

vxinterface(1m)

vxobjecttype(1m)

vxregctl(1m)

vxsvc(1m)

vxsvcctrl(1m)


COPYRIGHTS

Copyright (c) 2007 Symantec Corporation. All rights reserved.

Last updated: 05/17/2007
Copyright ©2009 Symantec Corporation
All rights reserved.