Sun Microsystems, Inc.  Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition
   Home | Current Systems | Former STK Products | EOL Systems | Components | General Info | Search | Feedback

Asset ID: 1-71-1481492.1
Update Date:2018-01-23
Keywords:

Solution Type  Technical Instruction Sure

Solution  1481492.1 :   SL8500/SL3000 - How to Change the IP Address of a Library  


Related Items
  • Sun StorageTek Auto Cartridge Sys Lib SW (ACSLS)
  •  
  • Sun StorageTek SL3000 Modular Library System
  •  
  • Sun StorageTek SL8500 Modular Library System
  •  
Related Categories
  • PLA-Support>Sun Systems>TAPE>Tape Hardware>SN-TP: SL3000-8500 Library
  •  




In this Document
Goal
Solution
References


Created from <SR 3-5966726661>

Applies to:

Sun StorageTek SL3000 Modular Library System - Version All Versions to All Versions [Release All Releases]
Sun StorageTek SL8500 Modular Library System - Version All Versions to All Versions [Release All Releases]
Sun StorageTek Auto Cartridge Sys Lib SW (ACSLS) - Version 7.0 to 8.4 [Release 7.0 to 8.0]
Information in this document applies to any platform.

Goal

How to change the SL8500 or SL3000 library IP address.
How to change gateway IP.

Network IP Route.

Solution

Please note that changing the library IP will require the library to be in an offline status to all the hosts. This process will also require the library control software to rebuild its configuration database.


1. Login to the library

    With the Dual TCP feature, if only one connection to the library is being used, SSH to the second port (i.e., 2A). Port 2A, if not used for HLI communication with the host,
    can be used as a service port.

    If the Dual TCP feature is enabled, changing both 2B and 2A IP addresses (or hostnames) will require connecting a laptop to the library's service port.

    Login to the library as user "admin", "service" or "remote" to be able to run the appropriate CLI 'network' commands.


2. Display the configured network settings and save these information for later use.
    On the CLI prompt, run these commands:
  
    When Dual-TCP feature is enabled:
    SL8500> network ip address show

    For a single port configuration:
    SL8500> network print

    If static routes, default routes and policy routes are currently defined, also run the following to obtain currently defined values:
    SL8500> network ip route show
    SL8500> network ip policy status
    SL8500> network ip policy route show dev 2B
    SL8500> network ip policy route show dev 2A


3. Bring down the communication link to the host
    Please note that the 2B (and 2A, if Dual-TCP feature is enabled) port communication with the library control software should have been stopped at this point.
    SL8500> network ip link set dev 2B down
    SL8500> network ip link set dev 2A down (if not SSH'd on this port)


4. Change the IP addresses
    SL8500> network ip address del <Old Ip address>/<NM> dev 2B
    SL8500> network ip address del <Old Ip address>/<NM> dev 2A (if Dual-TCP is enabled)
    SL8500> network ip address add <New Ip address>/<NM> dev 2B
    SL8500> network ip address add <New Ip address>/<NM> dev 2A (if Dual-TCP is enabled)

    Note:  If a default router has to be set as a result of the IP address change, setup the default router using this command:
    SL8500> network ip route add default via <router IP address> 

    To verify:
    SL8500> network ip route show


5. Bring both ports back up.
    SL8500> network ip link set dev 2A up
    SL8500> network ip link set dev 2B up


6. Verify currently defined network attributes:
    When Dual-TCP feature is enabled:
    SL8500> network ip address show

    For a single port configuration:
    SL8500> network print

    If static routes and policy routes are currently defined, also run the following:
    SL8500> network ip route show
    SL8500> network ip policy status
    SL8500> network ip policy route show dev 2B
    SL8500> network ip policy route show dev 2A

    Note: If policy routes are configured, run these commands to enable policies:
    SL8500> network ip policy enable dev 2A (If Dual-TCP is enabled)
    SL8500> network ip policy enable dev 2B

    Then, verify that the policy routes have ben enabled:
    SL8500> network ip policy status


7. Verify if the host server is able to communicate to the library.


8. Once the host server is able to communicate to the library with the new IP address, reconfigure the library control application to rebuild the configuration.
    Please refer to these documents to assist with reconfiguring the ACSLS database:
           <Document: 1512366.1>  ACSLS - How do you change the library IP address without overwriting existing library and volume information in ACSLS
 


Attachments
This solution has no attachment
  Copyright © 2018 Oracle, Inc.  All rights reserved.
 Feedback