Ransomware attackers specifically target and attempt to destroy backup systems to increase the probability of payment. Hardening your system is critical. Please ensure you have reviewed your platform security using the Security Hardening Checklist
Cohesity

COHESITY Documentation

Explore our documentation to get started, discover products & new features, access troubleshooting guides, register sources, platforms support.

Products
Data Security Alliance
Visit Cohesity.com
Demos
Support
Blogs
Developers
Partner Portals
Cohesity Community
© 2026 Cohesity, Inc. All Rights Reserved.
Terms of Use|
Privacy Policy|
Legal|
  1. Home
  2. NetBackup™ Troubleshooting Guide
  3. Troubleshooting procedures
  4. Troubleshooting issues with group name format in the auth.conf file
NetBackup™ Troubleshooting Guide

Troubleshooting issues with group name format in the auth.conf file

If the authorized NetBackup Administration Console operations (nodes) or Backup, Archive and Restore capabilities are not accessible as expected for a member in the user group that is defined in the auth.conf file, verify the group name format.

To verify that the group name format and correct it

  1. Run the following command to verify the group name format that is defined in the auth.conf file.

    On UNIX:

    install_path/netbackup/sec/at/bin/vssat validateprpl -p user name -d unixpwd -b broker host:1556:nbatd

    On Windows:

    install_path\NetBackup\sec\at\bin\vssat validateprpl -p user name -d nt:domain name -b broker-host:1556:nbatd

    The output of the command provides names of the groups that are associated with the user who cannot access certain nodes or operations in the NetBackup Administration Console.

  2. To access the nodes as expected, copy the group names that appear in the command output and paste them in the auth.conf file.

    Consider the following eExample:

    vssat validateprpl -p user@addomain.com -d unixpwd -b localhost:1556:nbatd

    Using data directory: /usr/openv/var/vxss/at

    Output:

    ValidatePrincipal :
    
    ID : <UID>
    
    Name : user@addomain.com
    
    Display Name : user@addomain.com
    
    Domain :
    
    Description : User
    
    Group(s) Details :
    
    Count : 2
    
    Name(s) and ID(s) : group1@addomain.com
    GID of group1 : 
    group2@addomain.com 
    GID of group2

    Add the group name in the auth.conf file as per the following format:

    <GRP> group1@addomain.com ADMIN=SUM+AM JBP=ALL

Feedback

Was this page helpful?
Previous

Troubleshooting issues with the non-privileged user (service user) account

Next

Troubleshooting the VxUpdate add package process

Feedback

Was this page helpful?