返回列表 发帖

[疑问] 自动mount的问题。怪。

升级AIX53-04-02 到 5300-06-10-0846。我先alt_disk_copy。然后 smitty update_all。升级成功了,可是遇到以下问题。启动时自动munt出错如下。但是umount all,然后mount all又都正常了。这台AIX有665个文件系统。故无法给出所有信息。请问这是什么问题?

-------------------------------------------------------------------------------
                                Welcome to AIX.
                       boot image timestamp: 00:15 03/21
                 The current time and date: 00:23:18 03/21/2009
               number of processors: 4    size of memory: 40960MB
boot device: /pci@80000002000000a/pci@2/fibre-channel@1/disk@5005076801201eaf,d4000000000000:2
                     kernel size: 14892169; 64 bit kernel
-------------------------------------------------------------------------------

Saving Base Customize Data to boot disk
Starting the sync daemon
Starting the error daemon
System initialization completed.
Setting tunable parameters...complete
Starting Multi-user Initialization
Performing auto-varyon of Volume Groups
Activating all paging spaces
0517-075 swapon: Paging device /dev/paging03 is already active.
swapon: Paging device /dev/hd6 activated.
swapon: Paging device /dev/paging01 activated.
swapon: Paging device /dev/paging00 activated.
swapon: Paging device /dev/paging02 activated.
swapon: Paging device /dev/paging04 activated.
/dev/rhd1 (/home): ** Unmounted cleanly - Check suppressed
/dev/rhd10opt (/opt): ** Unmounted cleanly - Check suppressed
Performing all automatic mounts
mount: 0506-324 Cannot mount /dev/hd1 on /dev=/dev/hd4log=/dev/hd8check=falsevol=root/home: A file or directory in the path name does not exist.
mount: 0506-324 Cannot mount /dev/sarlv on /vfs=jfsmount=automatic: A file or directory in the path name does not exist.
mount: 0506-324 Cannot mount /dev/fslv01 on /dev=/dev/toolslvlog=/dev/loglv13options=rw/tools/sqlbt: A file or directory in the path name does not exist.
mount: 0506-324 Cannot mount /dev/WMUAT6_idx on /vfs=jfs: A file or directory in the path name does not exist.
mount: 0506-324 Cannot mount /dev/WMMIG2_dat on /mount=true: A file or directory in the path name does not exist.
.

.
.
.



# cat /etc/filesystems
* @(#)filesystems @(#)29        1.22  src/bos/etc/filesystems/filesystems, cmdfs, bos520 9/8/00 13:57:45
* IBM_PROLOG_BEGIN_TAG
* This is an automatically generated prolog.
*
* bos520 src/bos/etc/filesystems/filesystems 1.22
*
* Licensed Materials - Property of IBM
*
* (C) COPYRIGHT International Business Machines Corp. 1985,1993
* All Rights Reserved
*
* US Government Users Restricted Rights - Use, duplication or
* disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
*
* IBM_PROLOG_END_TAG
*
* COMPONENT_NAME: CMDFS
*
* FUNCTIONS: none
*
* ORIGINS: 27
*
* (C) COPYRIGHT International Business Machines Corp. 1985, 1993
* All Rights Reserved
* Licensed Materials - Property of IBM
*
* US Government Users Restricted Rights - Use, duplication or
* disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
*
*
*
* This version of /etc/filesystems assumes that only the root file system
* is created and ready.  As new file systems are added, change the check,
* mount, free, log, vol and vfs entries for the appropriate stanza.
*

/:
        dev             = /dev/hd4
        vfs             = jfs
        log             = /dev/hd8
        mount           = automatic
        check           = false
        type            = bootfs
        vol             = root
        free            = true

/home:
        dev             = /dev/hd1
        vfs             = jfs
        log             = /dev/hd8
        mount           = true
        check           = true
        vol             = /home
        free            = false

/usr:
        dev             = /dev/hd2
        vfs             = jfs
        log             = /dev/hd8
        mount           = automatic
        check           = false
        type            = bootfs
        vol             = /usr
        free            = false

/var:
        dev             = /dev/hd9var
        vfs             = jfs
        log             = /dev/hd8
        mount           = automatic
        check           = false
        type            = bootfs
        vol             = /var
        free            = false

/tmp:
        dev             = /dev/hd3
        vfs             = jfs
        log             = /dev/hd8
        mount           = automatic
        check           = false
        vol             = /tmp
        free            = false

/proc:
        dev       = /proc
        vol       = "/proc"
        mount     = true
        check     = false
        free      = false
        vfs       = procfs

/opt:
        dev             = /dev/hd10opt
        vfs             = jfs
        log             = /dev/hd8
        mount           = true
        check           = true
        vol             = /opt
        free            = false

/var/adm/sa:
        dev             = /dev/sarlv
        vfs             = jfs
        log             = /dev/hd8
        mount           = true
        account         = false

/oracle:
        dev             = /dev/fslv00
        vfs             = jfs
        log             = /dev/loglv13
        mount           = true
        options         = rw
        account         = false

/oradb/arch:
        dev             = /dev/archlv
        vfs             = jfs
        log             = /dev/loglv13
        mount           = true
        options         = rw
        account         = false

/oracle/app/oracle/product/9.2.0:
        dev             = /dev/ora920
        vfs             = jfs
        log             = /dev/loglv13
        mount           = true
        options         = rw
        account         = false

/oradb/work1:
        dev             = /dev/fslv06
        vfs             = jfs
        log             = /dev/loglv13
        mount           = true
        account         = false

/tools:
        dev             = /dev/toolslv
        vfs             = jfs
        log             = /dev/loglv13
        mount           = true
        options         = rw
        account         = false

/tools/sqlbt:
        dev             = /dev/fslv01
        vfs             = jfs
        log             = /dev/loglv13
        mount           = true
        account         = false

/tools/sqlbt/oracatalog:
        dev             = /dev/fslv02
        vfs             = jfs
        log             = /dev/loglv13
        mount           = true
        account         = false

/oradb/dbfile/idx01/CISREF:
        dev             = /dev/CISREF_idx
        vfs             = jfs
        log             = /dev/loglv03
        mount           = true
        check           = false
        options         = rw
        account         = false

/usr/uept:
        dev             = /dev/ueptlv
        vfs             = jfs
        log             = /dev/hd8
        mount           = true
        options         = rw
        account         = false

/sdr:
        dev             = /dev/sdrlv02
        vfs             = jfs
        log             = /dev/loglv35
        mount           = true
        check           = false
        options         = rw
        account         = false

/usr/sdr:
        dev             = /dev/fslv09
        vfs             = jfs
        log             = /dev/loglv35
        mount           = true
        check           = false
        options         = rw
        account         = false

/usr/csp/dist/prod/imports/archive:
        dev             = /dev/lv02
        vfs             = jfs
        log             = /dev/loglv35
        mount           = true
        options         = rw
        account         = false
        adsmfsm         = true

/var/opt/perf:
        dev             = /dev/perflv
        vfs             = jfs
        log             = /dev/hd8
        mount           = true
        account         = false

/oralog_bkup:
        dev             = /dev/fslv12
        vfs             = jfs
        log             = /dev/loglv35
        mount           = true
        options         = rw
        account         = false

.
.
.
.

报错不是写了吗??

TOP

665个文件系统?怎么会搞成这么多?
★☆5月28号开始,IBM AIX系统管理、存储技术、HA、POWERVM虚拟化,老农北京讲课★☆详情请点这里!
专业提供IBM小机及存储技术支持、实施、维保和培训,代理备机及配件。EMAIL:allenlong68[at]gmail.com([at]换成@)

LoveUnix技术交友QQ群号:32519933(群是朋友聊天用的,技术请在论坛谈。)
QQ里谈技术没积累,是方便自己麻烦别人;在论坛里讨论,可以大家都参与,并留做参考。查找资料就是一种学习。
技术不是简单看个文档就能提高的,多参与讨论进步快。对问题有见解的就发一下,说对了是帮助别人,说错了给机会纠正自己。

学历是铜牌, 能力是银牌, 人脉是金牌,思维是王牌
读万卷书, 不如行万里路;行万里路,不如阅人无数;阅人无数,不如名师指路。
不读书是不行的,没有理论指导的实践会盲目;但只读书没用,实践才出真知;闭门造车是糟糕的,得多交流探讨;有名师指引,就能少走很多弯路。
脑中有科学,心中有道义

TOP

655?看着都头大哟,你是怎么来看文件系统的哟

TOP

这个AIX server的确有665个文件系统。上面有约200个数据库.

TOP

这个AIX server的确有665个文件系统。上面有约200个数据库.
yanzhang012 发表于 2009-3-23 09:52
:dizzy::dizzy: :dizzy: :dizzy::dizzy: :dizzy: :dizzy::dizzy: :dizzy: :dizzy::dizzy: :dizzy: :dizzy::dizzy: :dizzy: :dizzy::dizzy: :dizzy: :dizzy::dizzy: :dizzy: :dizzy::dizzy: :dizzy: :dizzy::dizzy: :dizzy: :dizzy::dizzy: :dizzy: :dizzy::dizzy: :dizzy: :dizzy::dizzy: :dizzy: :dizzy::dizzy: :dizzy: :dizzy::dizzy: :dizzy: :dizzy::dizzy: :dizzy: :dizzy::dizzy: :dizzy: :dizzy::dizzy: :dizzy: :dizzy::dizzy: :dizzy: :dizzy::dizzy: :dizzy: :dizzy::dizzy: :dizzy:

TOP

请仔细看。当AIX启动时,AIX试图去自动mount错误的mount point,如下。谁遇到过这样的问题。

Cannot mount /dev/hd1 on /dev=/dev/hd4log=/dev/hd8check=falsevol=root/home: A file or directory in the path name does not exist.

TOP

这个AIX server的确有665个文件系统。上面有约200个数据库.
yanzhang012 发表于 2009-3-23 09:52



太厉害了吧!!

TOP

没办法,合同规定,维护客户系统,按主机收费,而不按oracle数据库收费。于是客户拼了命向主机塞数据库。于是数个畸形的AIX脑残怪胎主机应运而生。裸设备已达数千个。而且oracle数据库还在增长之中。越来越牛了。

TOP

这种系统很容易搞死人的。。。。

TOP

strings /etc/filesystems > /etc/filesystems.new
diff /etc/filesystems /etc/filesystems.new
我的博客:http://blog.chinaunix.net/index.php?blogId=739欢迎访问,并请多多批评指正。

TOP

真NB,200个数据库.太帅了.

TOP

返回列表

重点推荐 关闭


5月28号开始,IBM AIX系统管理、存储技术、HA、POWERVM虚拟化课

5月28-6月1号,IBM AIX系统管理、2-4号存储技术、7-10号HA、16-19号POWERVM虚拟化,老农北京讲课


查看