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. Veritas NetBackup™ Device Configuration Guide
  3. Section I. Operating systems
  4. Solaris
  5. Configuring Solaris SAN clients to recognize FT media servers
  6. Modifying the st.conf file so that Solaris discovers devices on two LUNS
Veritas NetBackup™ Device Configuration Guide

Modifying the st.conf file so that Solaris discovers devices on two LUNS

The following procedure describes how to modify the st.conf file so that Solaris discovers devices on two LUNS.

To modify the st.conf file so that Solaris discovers devices on two LUNS

  1. Find the following line in the st.conf file:

    name="st" class="scsi" target=0 lun=0;

  2. Replace that line and the following lines through target 5 with the following. Doing so modifies the st.conf file to include searches on non-zero LUNs.
    name="st" class="scsi" target=0 lun=0;
    name="st" class="scsi" target=0 lun=1;
    name="st" class="scsi" target=1 lun=0;
    name="st" class="scsi" target=1 lun=1;
    name="st" class="scsi" target=2 lun=0;
    name="st" class="scsi" target=2 lun=1;
    name="st" class="scsi" target=3 lun=0;
    name="st" class="scsi" target=3 lun=1;
    name="st" class="scsi" target=4 lun=0;
    name="st" class="scsi" target=4 lun=1;
    name="st" class="scsi" target=5 lun=0;
    name="st" class="scsi" target=5 lun=1;
    name="st" parent="fp" target=0;
    name="st" parent="fp" target=1;
    name="st" parent="fp" target=2;
    name="st" parent="fp" target=3;
    name="st" parent="fp" target=4;
    name="st" parent="fp" target=5;
    name="st" parent="fp" target=6;

Feedback

Was this page helpful?
Previous

Adding the FT device entry to the st.conf file

Next

Uninstalling the sg driver on Solaris

Feedback

Was this page helpful?