免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
12下一页
最近访问板块 发新帖
查看: 4502 | 回复: 10
打印 上一主题 下一主题

[故障求助] 2个静态的lpar和一个光驱的问题 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2005-03-11 23:20 |只看该作者 |倒序浏览
server 是p630 分2个静态的lpar 其中光驱在一个lpart 当中
现在另外一个的lpart 想装个软件,发现没有光驱,怎么才能把光驱化回来?
或者用其他办法共享光驱 一下也可以
请高手指点一二 谢谢!

论坛徽章:
0
2 [报告]
发表于 2005-03-12 09:16 |只看该作者

2个静态的lpar和一个光驱的问题

自己up 一下

论坛徽章:
0
3 [报告]
发表于 2005-03-12 20:57 |只看该作者

2个静态的lpar和一个光驱的问题

可以用NFS

论坛徽章:
0
4 [报告]
发表于 2005-03-12 23:09 |只看该作者

2个静态的lpar和一个光驱的问题

可以使用NIM安装BOS和软件,先用光驱安装第一个LPAR的BOS,
然后用第一个LPAR作为NIM Server安装其它分区。
也可以用alt_disk_install 克隆

论坛徽章:
0
5 [报告]
发表于 2005-03-14 09:26 |只看该作者

2个静态的lpar和一个光驱的问题

NFS吧!

论坛徽章:
0
6 [报告]
发表于 2005-03-14 12:27 |只看该作者

2个静态的lpar和一个光驱的问题

可是我
server_back#mount 192.168.1.134:/test /z/test
nfsmnthelp: 1831-019 192.168.1.134: System call error number -1.

mount: 1831-008 giving up on:
192.168.1.134:/test
System call error number -1.
报错,这是怎么回事?

showmount 也能看到 就是mount 不了 急啊
server_back#showmount -e 192.168.1.134
export list for 192.168.1.134:
/test (everyone)

论坛徽章:
0
7 [报告]
发表于 2006-10-18 12:33 |只看该作者
NFS Mount Problem Determination
Abstract

This technote shows some common NFS mount problems on AIX and gives you some ideas on how to solve them. These connectivity issues can occur when you are trying to mount an exported IBM TotalStorage NAS Gateway 500 NFS share from any NFS client (UNIX/AIX/Linux).
.
Contents
_
Check if the file system you try to mount is exported
When a mount request is sent to a server for an export that does not exist, the error message shown in the example below appears.

AIX NFS mounting error 1:

# mount nas500:/nasnfs /nas
mount: 1831-011 access denied for nas500:/nasnfs
mount: 1831-008 giving up on:
nas500:/nasnfs
The file access permissions do not allow the specified action.

Then you must check if the directory you want to mount is actually exported on the NAS Gateway 500. To check what file systems, directories, or files are exported from NAS Gateway 500, use the showmount command as follows:

showmount -e <IP address of NAS Gateway 500>

The output from the command shows you the directories exported, and to whom they are exported.

If NAS Gateway 500 doesn’t respond to the showmount command, or the error shown in following example is reported, you should check if the NFS server daemons are running at NAS Gateway 500.

AIX RPC error:

RPC: 1832-019 Program not registered

Use this command:
rpcinfo -p <IP address of NAS Gateway 500>

The following example shows the output you will get from this command.

rpcinfo on AIX:

# rpcinfo -p 9.1.38.198
program vers proto port service
100000 4 udp 111 portmapper
100000 3 udp 111 portmapper
100000 2 udp 111 portmapper
100000 4 tcp 111 portmapper
100000 3 tcp 111 portmapper
100000 2 tcp 111 portmapper
100021 1 udp 32772 nlockmgr
100021 2 udp 32772 nlockmgr
100021 3 udp 32772 nlockmgr
100021 4 udp 32772 nlockmgr
100021 1 tcp 32773 nlockmgr
100021 2 tcp 32773 nlockmgr
100021 3 tcp 32773 nlockmgr
100021 4 tcp 32773 nlockmgr
100024 1 tcp 32789 status
100024 1 udp 32798 status
100133 1 tcp 32789
100133 1 udp 32798
200001 1 tcp 32789
200001 1 udp 32798
200001 2 tcp 32789
200001 2 udp 32798

The output shows that the portmap (program 100000) is available, but statd (100024), lockd (100021), nfsd (100003), and mountd (100005) are not available. This means the NFS server is not up and running. You must review the NFS exports configuration steps introduced in the beginning of this chapter. Make sure there is no error generated when you make or modify NFS exports.


The reverse lookup problem on AIX
Sometimes you mount an NFS share through the SMIT menu or command line and get the error message shown in the following example.




AIX NFS mounting error 2:

# mount nas500:/home /mnt
nfsmnthelp: 1831-019 nas500: System call error number -1.
mount: 1831-008 giving up on:
nas500:/home
System call error number -1.


This is usually caused by the reverse lookup problem, which means NAS Gateway 500 can not resolve AIX client’s IP address to host name.

There are several ways for the NAS Gateway 500 to make the IP address to host name resolution. The most widely used methods in the TCP/IP world are DNS system and local file mapping. For availability reasons, we highly recommend that you use local file mapping, that is, store host to IP address mapping in the /etc/hosts file on NAS Gateway 500. We just do not want a DNS server outage to bring down the storage system.

Next we explain how to manage the local mapping on NAS Gateway 500.

First of all, you need to build an interactive session to the NAS Gateway 500, either through terminal or through telnet.

Login as root user. Run the command smitty hostent.
You will get the smitty Hosts table (/etc/hosts) screen.

You can add, remove, and modify local IP addresses to host name mapping entries here. You select the Add a host task and provide the next host information.The other functions of this menu are also very straightforward


After adding all mappings for your storage client, SMITTY will process your input. Following that you can check your NFS exports using SMITTY to verify, and then try the NFS mount again; the problem should be solved.

Check the syntax on the mount command
Try to use SMIT menus while mounting a NFS share on AIX instead of long and complex command line entries, this can help you avoid a lot of errors.




Important: Always remember that only root can issue any mount command, and system group members can issue mounts, provided they have write access to the mount point.


.

论坛徽章:
0
8 [报告]
发表于 2006-10-18 14:11 |只看该作者

回复 1楼 zhongsy 的帖子

你在192.168.1.134上将cdrom输出了吗?

论坛徽章:
0
9 [报告]
发表于 2006-10-18 14:14 |只看该作者
用DLPAR可以来回移到光驱!

论坛徽章:
0
10 [报告]
发表于 2006-10-18 18:30 |只看该作者
原帖由 hp9000a 于 2006-10-18 14:14 发表
用DLPAR可以来回移到光驱!

人家不是告诉你了吗?是静态lpar不是DLPAR!
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP