如何修改HPUXMP管理口IP地址 hp p6350管理地址
导读:今天自考教材学长给同学们收集整理了如何修改HPUXMP管理口IP地址 hp p6350管理地址的相关问题,一起带同学们来了解了解这方面的疑问
如何修改HPUX MP管理口IP地址?
一、MP卡介绍:
如何修改HPUXMP管理口IP地址
在HP Integrity Server中有一块有一张独立于主机和系统之外的集成卡,这张卡里面有小型的集成系统(是独立于系统的一个操作环境),该卡负责对系统的状态进行监视和控制。这张卡叫做GSP卡或者MP卡(老型号的机器叫做GSP(Guardian Service Processor (GSP)) 卡,新机器叫做MP卡)。该卡在系统插上电源后即被激活,无论操作系统是否启动,系统是否开机。该卡提供了两种接口的访问方式:
(1)通过串口的方式访问.(这个需要在机房操作)
(2)通过网络的的方式访问,也就是lan console的登陆方式.(在GSP卡和MP卡上都有串口和网络接口)
下面以RX2660为例,介绍MP的管理,下图中9(Console IOIOI)和12(MP LAN)就是两种方式访问的接口。
二、两种访问方式的介绍:
2.1 通过串口的方式进行连接
首先,通过串口线链接到RX2660上的控制台串行端口(即上图中的9),然后通过终端进行连接,波特率为9600,数据位为8,端口根据实际情况进行选择,具体如下图所示:
根据提示,输入默认的用户名:Admin 密码:Admin(注意:首字母一定要大写),如下所示:
MP login: Admin
MP password: **********
Hewlett-Packard Integrity Integrated Lights-Out 2
(c) Copyright Hewlett-Packard Company 1999-2007. All Rights Reserved.
MP Host Name: g6a0006-c
Revision F.02.17
**************************************************************************************************************************************************
MP ACCESS IS NOT SECURE
Default MP users are currently configured and remote access is enabled.
Modify default users’ passwords or delete default users (see UC command)
OR
Disable all types of remote access (see SA command)
**************************************************************************************************************************************************
进入MP后,会看到如下菜单:
MP MAIN MENU:
CO: Console //进入控制台
VFP: Virtual Front Panel //显示虚拟前面板
CM: Command Menu //进入管理处理器命令模式
**CLP: Server Management Command Line Protocol //服务器管理命令行协议
CL: Console Log //查看控制台历史记录
SL: Show Event Logs //查看事件日志
HE: Main Help Menu //帮助
X: Exit Connection
[g6a0006-c] MP>
1、查看MP LAN的当前配置
[g6a0006-c] MP> CM
(Use Ctrl-B to return to MP main menu.)
[g6a0006-c] MP> LS
LS
Current LAN Configuration:
MAC Address : 0x001cc4fca256
DHCP Status : Disabled
IP Address : 10.1.1.57
MP Host Name : comsys
Subnet Mask : 255.255.255.0
Gateway Address : 10.1.1.249
Link State : 10BaseT
Remote Serial Console Port : 2023
SSH Access Port : 22
LAN status: UP and RUNNING
2、配置MP LAN的相关信息,根据提示输入相关的信息
[g6a0006-c] MP:CM> lc
LC
Current LAN Configuration:
– – MAC Address : 0x001cc4fca256
D – DHCP Status : Disabled
I – IP Address : 16.230.1.80
M – MP Host Name : g6a0006-c
S – Subnet Mask : 255.255.252.0
G – Gateway Address : 16.230.0.1
L – Link State : 10BaseT
W – Remote Serial Console Port : 2023
H – SSH Access Port : 22
Enter parameter(s) to change, A to modify All, or [Q] to Quit: A
A
For each parameter, enter:
New value, or
to retain the current value, or
DEFAULT to set the default value, or
Q to Quit
//配置IP地址
IP Address:
Current -> 16.230.1.80
127.0.0.1 (default)
Modifying this parameter may cause all present LAN and Web
connections to be dropped.
Enter new value, or Q to Quit: 10.1.1.57
10.1.1.57
-> IP Address will be updated
//配置主机名
Host Name:
Current -> g6a0006-c
mp001cc4fca256 (default)
Enter new value, or Q to Quit: comsys
comsys
-> Host Name will be updated
//配置子网掩码
Subnet Mask:
Current -> 255.255.252.0
255.255.255.0 (default)
Modifying this parameter may cause all present LAN and Web
connections to be dropped.
Enter new value, or Q to Quit: 255.255.255.0
255.255.255.0
-> Subnet Mask will be updated
//配置**
Gateway Address:
Current -> 16.230.0.1
127.0.0.1 (default)
Modifying this parameter may cause all present LAN and Web
connections to be dropped.
Enter new value, or Q to Quit: 10.1.1.249
10.1.1.249
-> Gateway Address will be updated
//配置远程连接端口
Remote Serial Console Port:
Current -> 2023 (default)
Options: 2000 to 2400
Enter new value, or Q to Quit: 2023
2023
-> Current Remote Serial Console Port has been retained
//配置SSH连接端口
SSH Console Port Number:
Current -> 22 (default)
Options: 22, 2000 to 2400
Enter new value, or Q to Quit: 22
22
-> Current SSH Console Port Number has been retained
//是否启用DHCP
DHCP Status:
Current -> D – Disabled
E – Enabled (default)
Modifying this parameter may cause all present LAN and Web
connections to be dropped.
Enter new value, or Q to Quit: D
D
-> Current DHCP Status has been retained
//配置Link状态
Link State:
A – Auto Negotiate (default)
Current -> T – 10BaseT
Modifying this parameter may cause all present LAN and Web
connections to be dropped.
Enter new value, or Q to Quit: T
T
-> Current Link State has been retained
New LAN Configuration (** modified values):
– – MAC Address : 0x001cc4fca256
D – DHCP Status : Disabled
** I – IP Address : 10.1.1.57
** M – MP Host Name : comsys
** S – Subnet Mask : 255.255.255.0
** G – Gateway Address : 10.1.1.249
L – Link State : 10BaseT
W – Remote Serial Console Port : 2023
H – SSH Access Port : 22
-> Check all LAN parameters to ensure they are correct before commit.
-> All LAN and Web connections may be dropped if you confirm the changes.
//确认修改
Enter Parameter(s) to revise, Y to confirm, or [Q] to Quit: Y
Y
-> LAN Configuration has been updated.
-> Reset MP (XD command option ‘R’) for configuration to take effect.
//验证配置是否成功
[comsys] MP:CM> ls
LS
Current LAN Configuration:
– – MAC Address : 0x001cc4fca256
D – DHCP Status : Disabled
I – IP Address : 10.1.1.57
M – MP Host Name : comsys
S – Subnet Mask : 255.255.255.0
G – Gateway Address : 10.1.1.249
L – Link State : 10BaseT
W – Remote Serial Console Port : 2023
H – SSH Access Port : 22
Enter parameter(s) to change, A to modify All, or [Q] to Quit:
-> Current LAN Configuration has been retained.
[comsys] MP:CM> sysrev
SYSREV
Current firmware revisions
MP FW : F.02.17
BMC FW : 05.23
EFI FW : ROM A 07.12, ROM B 07.12
System FW : ROM A 04.03, ROM B 04.03, Boot ROM A
PDH FW : 50.07
UCIO FW : 03.0b
PRS FW : 00.08 UpSeqRev: 02, DownSeqRev: 01
全国教育考试教材服务网声明:登载此文出于传递更多信息之目的,并不意味着赞同其观点或证实其描述,如文章侵犯了您的权益,可以联系客服处理。