6.0 HP X9320 Network Storage System Administrator Guide (AW542-96009, December 2011)

ibrix_auth -n ibq1.mycompany.com -A Administrator@ibq1.mycompany.com
-P password -h ib5-9
If the command fails, check the following:
Verify that DNS services are running on the node where you ran the ibrix_auth
command.
Verify that you entered a valid domain name with the full path for the -n and -A options.
2. Rejoin the likewise database to the Active Directory domain:
/opt/likewise/bin/domainjoin-cli join <domain_name> Administrator
3. Push the original share information from the management console database to the restored
node. On the node hosting the active management console, first create a temporary CIFS
share:
ibrix_cifs -a f FSNAME s SHARENAME -p SHAREPATH
Then delete the temporary CIFS share:
ibrix_cifs -d -s SHARENAME
4. Run the following command to verify that the original share information is on the restored
node:
ibrix_cifs -i -h SERVERNAME
Restore HTTP services. Complete the following steps:
1. Take the appropriate actions:
If Active Directory authentication is used, join the restored node to the AD domain
manually.
If Local user authentication is used, create a temporary local user on the GUI and apply
the settings to all servers. This step resyncs the local user database. Then remove the
temporary user.
2. Run the following command:
ibrix_httpconfig -R -h HOSTNAME
3. Verify that HTTP services have been restored. Use the GUI or CLI to identify a share served
by the restored node and then browse to the share.
All Vhosts and HTTP shares should now be restored on the node.
Restore FTP services. Complete the following steps:
1. Take the appropriate actions:
If Active Directory authentication is used, join the restored node to the AD domain
manually.
If Local user authentication is used, create a temporary local user on the GUI and apply
the settings to all servers. This step resyncs the local user database. Then remove the
temporary user.
2. Run the following command:
ibrix_ftpconfig -R -h HOSTNAME
3. Verify that HTTP services have been restored. Use the GUI or CLI to identify a share served
by the restored node and then browse to the share.
All Vhosts and FTP shares should now be restored on the node.
Completing the restore on a file serving node 109