Forum Discussion

NBU35's avatar
NBU35
Level 6
12 years ago

tape library configuration

Hi All I have to configure tape library quantum i80 and its tape drives on our master server. Master server Sun SOlaris 10  NBU 7.1.0.2 Tape library Quantum I80. we have zoned all tape drives...
  • Marianne's avatar
    12 years ago

    These are my steps that have been working fine for me:

     

    # cd /usr/openv/volmgr/bin/driver
    # /usr/openv/volmgr/bin/sg.build all 

    Install the new sg driver configuration:

    # /usr/bin/rm -f /kernel/drv/sg.conf
    # /usr/openv/volmgr/bin/driver/sg.install

    Check/verify config:

    # /usr/openv/volmgr/bin/sgscan

    Above steps are explained in Solaris chapter of NBU Device Config Guide as well as a text file in /usr/openv/volmgr on NBU master and media servers. (Although sg.install is explained before sg.build.)