General Feature Card Maintenance and Troubleshooting Tasks
The following tasks apply to configurations with ACSLS on the feature card.
Performing a Soft Boot of the Feature Card
In certain situations, you may be required to perform a soft reboot of the feature card. If possible, shut down the applications running on the card before performing a soft boot.
To perform the soft boot, log in as user root
and issue the following command:
reboot -f
Monitoring the Feature Card
To monitor your feature card hardware performance, follow the directions outlined for viewing the SL4000 GUI Hardware tab. Refer to the SL40000 Library Guide for more information.
Updating Your IP Address, Host Name, or Other Network Related Items
If you need to change your IP address, host name, or other network-related information for the feature card, complete the following steps described in Configuring the Feature Card and Preparing for ACSLS Installation.
See:
Not Enough Disk Space in the root Partition on the Feature Card
Depending on where you store your ACSLS diagnostic bundles, you may run out of disk space in the root partition on the feature card. You may need to manage this space to maintain a reasonable size or create a soft link to point to the logs elsewhere. The following is an example of the commands you may perform as user root to enable more space, if required:
mkdir /u01/tmp ln -s /u01/tmp/diags /tmp/diags chmod 777 /u01/tmp /tmp/diags /u01/tmp/diags
Establishing Mount Points after Removing and Re-inserting a Feature Storage Card
When you remove and re-insert a feature storage card in the SL4000 library, a new mount point is created and the previous mount point may be retained. To eliminate confusion, use one of the following methods to remove the previous mount point if it is also displayed:
-
Automatic unmount (preferred)
Reboot the impacted feature card following the procedure described in "Performing a Soft Boot of the Feature Card".
-
Manual unmount
- Manually unmount the devices associated with '/bkupa' and '/bkupb' using the following operating system command:
umount <filesystemName>
where <
filesystemName
> is the/bkupa
or/bkupb
name. - Run the following script:
/usr/local/bin/featureCard_acslsStorageManager.sh
- Manually unmount the devices associated with '/bkupa' and '/bkupb' using the following operating system command:
Troubleshooting and Recovering from Unexpected ACSLS Storage Problems
If you encounter issues where disk layout or mount points have been lost, you may need to repair the file system and storage setup for ACSLS. Depending on the issue, you may need to complete the following steps one or more times to return the system to a normal state: