上一页 下一页 索引


阵列 Root 密码(Sun StorEdge 6100)


Sun StorEdge 6120 阵列在出厂时没有设置 Root 用户密码。如果使用空密码登录网络浏览器,则会授予您管理阵列的权限。

为阵列分配 Root 密码

  1. 使用阵列的 IP 地址,通过 Telnet 连接至 Sun StorEdge 6120 阵列。
    
    % telnet array_IP_address 
    
    Trying array_IP_address ... 
    
    Connected to array_IP_address 
    
    Escape character is '^]'. 
    
    Unauthorized access is prohibited. 
    
  2. 以 Root 用户身份登录,不要输入密码。
    
    Login: root 
    
    Password:  
    
    6120 Release 3.0.3 Mon Mar 10 15:47:42 PST 2003 (10.4.36.137) 
    
    Copyright (C) 1997-2003 Sun Microsystems, Inc. 
    
    All Rights Reserved. 
    
  3. 运行 passwd 命令。勿在 OLD password 字段中键入密码。
    
    prompt> passwd 
    
    OLD password:  
    
    NEW password: new_password 
    
    NEW password (confirm): new_password 
    
    prompt>  
    
  4. 退出 telnet 会话。