免费注册 查看新帖 |

Chinaunix

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

informix初始化失败,请各路高手看看 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2008-12-11 03:35 |只看该作者 |倒序浏览
在informix启动的时候,报错:
19:05:30  Event alarms enabled.  ALARMPROG = '/opt/informix/etc/alarmprogram.sh'
19:05:30  Booting Language <c> from module <>
19:05:30  Loading Module <CNULL>
19:05:30  Booting Language <builtin> from module <>
19:05:30  Loading Module <BUILTINNULL>
19:05:35  IBM Informix Dynamic Server Version 9.40.FC7     Software Serial Numbe
r AAA#B000000
19:05:35  Cannot Open Primary Chunk '/dev/vgdata/rlvrootdbs', errno = 6
19:05:35  IBM Informix Dynamic Server Stopped.

19:05:35  mt_shm_remove: WARNING: may not have removed all/correct segments
~

'/dev/vgdata/rlvrootdbs'的属性是没有问题的,一般这种情况是什么原因造成的呢?

论坛徽章:
0
2 [报告]
发表于 2008-12-11 03:46 |只看该作者
我把config也贴出来:
scp3 25: cat onconfig
#**************************************************************************
#
#  Licensed Material - Property Of IBM
#
#  "Restricted Materials of IBM"
#
#  IBM Informix Dynamic Server
#  (c) Copyright IBM Corporation 1996, 2005 All rights reserved.
#
#  Title:       onconfig.std
#  Description: IBM Informix Dynamic Server Configuration Parameters
#
#**************************************************************************

# Root Dbspace Configuration

ROOTNAME        rootdbs         # Root dbspace name
ROOTPATH        /dev/vgdata/rlvrootdbs # Path for device containing root dbspace
ROOTOFFSET      40              # Offset of root dbspace into device (Kbytes)
ROOTSIZE        125000          # Size of root dbspace (Kbytes)

# Disk Mirroring Configuration Parameters

MIRROR          0               # Mirroring flag (Yes = 1, No = 0)
MIRRORPATH                      # Path for device containing mirrored root
MIRROROFFSET    0               # Offset into mirrored device (Kbytes)

# Physical Log Configuration

PHYSDBS         rootdbs         # Location (dbspace) of physical log
PHYSFILE        2000            # Physical log file size (Kbytes)

# Logical Log Configuration

LOGFILES        6               # Number of logical log files
LOGSIZE         2000            # Logical log size (Kbytes)
LOG_BACKUP_MODE MANUAL          # Logical log backup mode (MANUAL, CONT)

# Security
# DBCREATE_PERMISSION:
# By default any user can create a database. Uncomment DBCREATE_PERMISSON to
# limit database creation to a specific user. Add a new DBCREATE_PERMISSION
# line for each permitted user.

#DBCREATE_PERMISSION         informix

# Diagnostics

MSGPATH         /opt/informix/online.log # System message log file path
CONSOLE         /dev/console    # System console message path

# To automatically backup logical logs, edit alarmprogram.sh and set
# BACKUPLOGS=Y
ALARMPROGRAM    /opt/informix/etc/alarmprogram.sh # Alarm program path
TBLSPACE_STATS  1               # Maintain tblspace statistics

# System Archive Tape Device

TAPEDEV         /dev/null       # Tape device path
TAPEBLK         32              # Tape block size (Kbytes)
TAPESIZE        10240           # Maximum amount of data to put on tape (Kbytes)

# Log Archive Tape Device

LTAPEDEV        /dev/null       # Log tape device path
LTAPEBLK        32              # Log tape block size (Kbytes)
LTAPESIZE       10240           # Max amount of data to put on log tape (Kbytes)

# Optical

STAGEBLOB                       # Informix Dynamic Server staging area

# System Configuration

SERVERNUM       0               # Unique id corresponding to a OnLine instance
DBSERVERNAME scp2_online        # Name of default database server
DBSERVERALIASES scp2_online_net         # List of alternate dbservernames
NETTYPE                         # Configure poll thread(s) for nettype
DEADLOCK_TIMEOUT        60      # Max time to wait of lock in distributed env.
RESIDENT        0               # Forced residency flag (Yes = 1, No = 0)

MULTIPROCESSOR  5               # 0 for single-processor, 1 for multi-processor
NUMCPUVPS       1               # Number of user (cpu) vps
SINGLE_CPU_VP   0               # If non-zero, limit number of cpu vps to one

NOAGE           1               # Process aging
AFF_SPROC       0               # Affinity start processor
AFF_NPROCS      0               # Affinity number of processors

# Shared Memory Parameters

LOCKS           2000            # Maximum number of locks
BUFFERS         5000            # Maximum number of shared buffers
NUMAIOVPS                       # Number of IO vps
PHYSBUFF        32              # Physical log buffer size (Kbytes)
LOGBUFF         32              # Logical log buffer size (Kbytes)
CLEANERS        10               # Number of buffer cleaner processes
SHMBASE         0       # Shared memory base address
SHMVIRTSIZE     200000          # initial virtual shared memory segment size
SHMADD          100000     # Size of new shared memory segments (Kbytes)
EXTSHMADD       8192     # Size of new extension shared memory segments (Kbytes)
SHMTOTAL        0               # Total shared memory (Kbytes). 0=>unlimited
CKPTINTVL       3600             # Check point interval (in sec)
LRUS            16              # Number of LRU queues
LRU_MAX_DIRTY   2               # LRU percent dirty begin cleaning limit
LRU_MIN_DIRTY   1               # LRU percent dirty end cleaning limit
TXTIMEOUT       300             # Transaction timeout (in sec)
STACKSIZE 128

# Dynamic Logging
# DYNAMIC_LOGS:
#    2 : server automatically add a new logical log when necessary. (ON)
#    1 : notify DBA to add new logical logs when necessary. (ON)
#    0 : cannot add logical log on the fly. (OFF)
#
# When dynamic logging is on, we can have higher values for LTXHWM/LTXEHWM,
# because the server can add new logical logs during long transaction rollback.
# However, to limit the number of new logical logs being added, LTXHWM/LTXEHWM
# can be set to smaller values.
#
# If dynamic logging is off, LTXHWM/LTXEHWM need to be set to smaller values
# to avoid long transaction rollback hanging the server due to lack of logical
# log space, i.e. 50/60 or lower.
#
# In case of system configured with CDR the difference between LTXHWM and
# LTXEHWM should be atleast 30% so that we could minimize log overrun issue.

DYNAMIC_LOGS    2
LTXHWM          70
LTXEHWM         80

# System Page Size
# BUFFSIZE - OnLine no longer supports this configuration parameter.
#            To determine the page size used by OnLine on your platform
#            see the last line of output from the command, 'onstat -b'.


# Recovery Variables
# OFF_RECVRY_THREADS:
# Number of parallel worker threads during fast recovery or an offline restore.
# ON_RECVRY_THREADS:
# Number of parallel worker threads during an online restore.

OFF_RECVRY_THREADS      10      # Default number of offline worker threads
ON_RECVRY_THREADS       20              # Default number of online worker threads

# Data Replication Variables
DRINTERVAL      30              # DR max time between DR buffer flushes (in sec)
DRTIMEOUT       30              # DR network timeout (in sec)
DRLOSTFOUND     /opt/informix/etc/dr.lostfound  # DR lost+found file path

# CDR Variables
CDR_EVALTHREADS 1,2     # evaluator threads (per-cpu-vp,additional)
CDR_DSLOCKWAIT  5       # DS lockwait timeout (seconds)
CDR_QUEUEMEM    4096    # Maximum amount of memory for any CDR queue (Kbytes)
CDR_NIFCOMPRESS 0       # Link level compression (-1 never, 0 none, 9 max)
CDR_SERIAL              0       # Serial Column Sequence
CDR_DBSPACE                     # dbspace for syscdr database
CDR_QHDR_DBSPACE    # CDR queue dbspace (default same as catalog)
CDR_QDATA_SBSPACE   # List of CDR queue smart blob spaces

# CDR_MAX_DYNAMIC_LOGS
# -1 => unlimited
#  0 => disable dynamic log addition
# >0 => limit the no. of dynamic log additions with the specified value.
# Max dynamic log requests that CDR can make within one server session.

CDR_MAX_DYNAMIC_LOGS    0  # Dynamic log addition disabled by default

# Backup/Restore variables
BAR_ACT_LOG   /usr/informix/bar_act.log  # ON-Bar Log file - not in /tmp please
BAR_DEBUG_LOG /usr/informix/bar_dbug.log # ON-Bar Debug Log - not in /tmp please
BAR_MAX_BACKUP  0
BAR_RETRY       1
BAR_NB_XPORT_COUNT 10
BAR_XFER_BUF_SIZE 31
RESTARTABLE_RESTORE     ON
BAR_PROGRESS_FREQ       0

# Informix Storage Manager variables
ISM_DATA_POOL   ISMData
ISM_LOG_POOL    ISMLogs

# Read Ahead Variables
RA_PAGES                        # Number of pages to attempt to read ahead
RA_THRESHOLD                    # Number of pages left before next group

# DBSPACETEMP:
# OnLine equivalent of DBTEMP for SE. This is the list of dbspaces
# that the OnLine SQL Engine will use to create temp tables etc.
# If specified it must be a colon separated list of dbspaces that exist
# when the OnLine system is brought online.  If not specified, or if
# all dbspaces specified are invalid, various ad hoc queries will create
# temporary files in /tmp instead.

DBSPACETEMP                     # Default temp dbspaces

# DUMP*:
# The following parameters control the type of diagnostics information which
# is preserved when an unanticipated error condition (assertion failure) occurs
# during OnLine operations.
# For DUMPSHMEM, DUMPGCORE and DUMPCORE 1 means Yes, 0 means No.

DUMPDIR         /opt/informix/tmp               # Preserve diagnostics in this direct
ory
DUMPSHMEM       1               # Dump a copy of shared memory
DUMPGCORE       0               # Dump a core image using 'gcore'
DUMPCORE        0               # Dump a core image (Warning:this aborts OnLine)
DUMPCNT         1               # Number of shared memory or gcore dumps for
                                # a single user's session

FILLFACTOR      90              # Fill factor for building indexes

# method for OnLine to use when determining current time
USEOSTIME       0       # 0: use internal time(fast), 1: get time from OS(slow)

# Parallel Database Queries (pdq)
MAX_PDQPRIORITY 100    # Maximum allowed pdqpriority
DS_MAX_QUERIES         # Maximum number of decision support queries
DS_TOTAL_MEMORY        # Decision support memory (Kbytes)
DS_MAX_SCANS 1048576   # Maximum number of decision support scans
DATASKIP               # List of dbspaces to skip

# OPTCOMPIND
# 0 => Nested loop joins will be preferred (where
#      possible) over sortmerge joins and hash joins.
# 1 => If the transaction isolation mode is not
#      "repeatable read", optimizer behaves as in (2)
#      below.  Otherwise it behaves as in (0) above.
# 2 => Use costs regardless of the transaction isolation
#      mode.  Nested loop joins are not necessarily
#      preferred.  Optimizer bases its decision purely
#      on costs.
OPTCOMPIND      2      # To hint the optimizer

DIRECTIVES      1    # Optimizer DIRECTIVES ON (1/Default) or OFF (0)

ONDBSPACEDOWN   2      # Dbspace down option: 0 = CONTINUE, 1 = ABORT, 2 = WAIT
OPCACHEMAX      0      # Maximum optical cache size (Kbytes)

# HETERO_COMMIT (Gateway participation in distributed transactions)
# 1 => Heterogeneous Commit is enabled
# 0 (or any other value) => Heterogeneous Commit is disabled
HETERO_COMMIT   0

# When loading a (C or C++) shared object (for a UDR or UDT), IDS checks that
# the user-specified path starts with one of the directory prefixes listed in
# the comma-separated list of prefixes in DB_LIBRARY_PATH
# DB_LIBRARY_PATH /usr/informix/extend

SBSPACENAME            # Default smartblob space name - this is where blobs
                       # go if no sbspace is specified when the smartblob is
                       # created. It is also used by some datablades as
                       # the location to put their smartblobs.
SYSSBSPACENAME         # Default smartblob space for use by the Informix
                       # Server. This is used primarily for Informix Server
                       # system statistics collection.

BLOCKTIMEOUT    3600   # Default timeout for system block
SYSALARMPROGRAM    /usr/informix/etc/evidence.sh    # System Alarm program path

# Optimization goal: -1 = ALL_ROWS(Default), 0 = FIRST_ROWS
OPT_GOAL        -1

ALLOW_NEWLINE   0       # embedded newlines(Yes = 1, No = 0 or anything but 1)

论坛徽章:
0
3 [报告]
发表于 2008-12-11 03:48 |只看该作者

回复 #2 gfp 的帖子

scp3 26:
scp3 26: cd /dev/vgdata
scp3 27: ls -al
total 32
drwxrwxrwx   2 root       sys           8192 Nov  5 06:55 .
dr-xr-xr-x  18 bin        bin           8192 Dec 10 14:39 ..
crw-rw-rw-   1 root       sys         64 0x030000 Nov  3 10:25 group
brw-rw----   1 informix   informix    64 0x030004 Nov  3 10:31 lvlogdbs
brw-rw----   1 informix   informix    64 0x030005 Nov  3 10:31 lvphydbs
brw-rw----   1 informix   informix    64 0x030001 Nov  3 10:31 lvrootdbs
brw-rw----   1 informix   informix    64 0x030002 Nov  3 10:31 lvtempdbs1
brw-rw----   1 informix   informix    64 0x030003 Nov  3 10:31 lvtempdbs2
brw-rw----   1 informix   informix    64 0x030006 Nov  3 10:31 lvworkdbs1
brw-rw----   1 informix   informix    64 0x03000f Nov  3 10:31 lvworkdbs10
brw-rw----   1 informix   informix    64 0x030010 Nov  3 10:31 lvworkdbs11
brw-rw----   1 informix   informix    64 0x030011 Nov  3 10:31 lvworkdbs12
brw-rw----   1 informix   informix    64 0x030012 Nov  3 10:31 lvworkdbs13
brw-rw----   1 informix   informix    64 0x030013 Nov  3 10:31 lvworkdbs14
brw-rw----   1 informix   informix    64 0x030014 Nov  3 10:31 lvworkdbs15
brw-rw----   1 informix   informix    64 0x030015 Nov  3 10:31 lvworkdbs16
brw-rw----   1 informix   informix    64 0x030016 Nov  3 10:31 lvworkdbs17
brw-rw----   1 informix   informix    64 0x030017 Nov  3 10:31 lvworkdbs18
brw-rw----   1 informix   informix    64 0x030018 Nov  3 10:32 lvworkdbs19
brw-rw----   1 informix   informix    64 0x030007 Nov  3 10:31 lvworkdbs2
brw-rw----   1 informix   informix    64 0x030019 Nov  3 10:32 lvworkdbs20
brw-rw----   1 informix   informix    64 0x03001a Nov  5 06:55 lvworkdbs21
brw-rw----   1 informix   informix    64 0x03001b Nov  5 06:55 lvworkdbs22
brw-rw----   1 informix   informix    64 0x03001c Nov  5 06:55 lvworkdbs23
brw-rw----   1 informix   informix    64 0x03001d Nov  5 06:55 lvworkdbs24
brw-rw----   1 informix   informix    64 0x03001e Nov  5 06:55 lvworkdbs25
brw-rw----   1 informix   informix    64 0x03001f Nov  5 06:55 lvworkdbs26
brw-rw----   1 informix   informix    64 0x030020 Nov  5 06:55 lvworkdbs27
brw-rw----   1 informix   informix    64 0x030021 Nov  5 06:55 lvworkdbs28
brw-rw----   1 informix   informix    64 0x030022 Nov  5 06:55 lvworkdbs29
brw-rw----   1 informix   informix    64 0x030008 Nov  3 10:31 lvworkdbs3
brw-rw----   1 informix   informix    64 0x030023 Nov  5 06:55 lvworkdbs30
brw-rw----   1 informix   informix    64 0x030024 Nov  5 06:55 lvworkdbs31
brw-rw----   1 informix   informix    64 0x030009 Nov  3 10:31 lvworkdbs4
brw-rw----   1 informix   informix    64 0x03000a Nov  3 10:31 lvworkdbs5
brw-rw----   1 informix   informix    64 0x03000b Nov  3 10:31 lvworkdbs6
brw-rw----   1 informix   informix    64 0x03000c Nov  3 10:31 lvworkdbs7
brw-rw----   1 informix   informix    64 0x03000d Nov  3 10:31 lvworkdbs8
brw-rw----   1 informix   informix    64 0x03000e Nov  3 10:31 lvworkdbs9
crw-rw----   1 informix   informix    64 0x030004 Nov  3 10:31 rlvlogdbs
crw-rw----   1 informix   informix    64 0x030005 Nov  3 10:31 rlvphydbs
crw-rw----   1 informix   informix    64 0x030001 Nov  3 10:31 rlvrootdbs
crw-rw----   1 informix   informix    64 0x030002 Nov  3 10:31 rlvtempdbs1
crw-rw----   1 informix   informix    64 0x030003 Nov  3 10:31 rlvtempdbs2
crw-rw----   1 informix   informix    64 0x030006 Nov  3 10:31 rlvworkdbs1
crw-rw----   1 informix   informix    64 0x03000f Nov  3 10:31 rlvworkdbs10
crw-rw----   1 informix   informix    64 0x030010 Nov  3 10:31 rlvworkdbs11
crw-rw----   1 informix   informix    64 0x030011 Nov  3 10:31 rlvworkdbs12
crw-rw----   1 informix   informix    64 0x030012 Nov  3 10:31 rlvworkdbs13
crw-rw----   1 informix   informix    64 0x030013 Nov  3 10:31 rlvworkdbs14
crw-rw----   1 informix   informix    64 0x030014 Nov  3 10:31 rlvworkdbs15
crw-rw----   1 informix   informix    64 0x030015 Nov  3 10:31 rlvworkdbs16
crw-rw----   1 informix   informix    64 0x030016 Nov  3 10:31 rlvworkdbs17
crw-rw----   1 informix   informix    64 0x030017 Nov  3 10:31 rlvworkdbs18
crw-rw----   1 informix   informix    64 0x030018 Nov  3 10:32 rlvworkdbs19
crw-rw----   1 informix   informix    64 0x030007 Nov  3 10:31 rlvworkdbs2
crw-rw----   1 informix   informix    64 0x030019 Nov  3 10:32 rlvworkdbs20
crw-rw----   1 informix   informix    64 0x03001a Nov  5 06:55 rlvworkdbs21
crw-rw----   1 informix   informix    64 0x03001b Nov  5 06:55 rlvworkdbs22
crw-rw----   1 informix   informix    64 0x03001c Nov  5 06:55 rlvworkdbs23
crw-rw----   1 informix   informix    64 0x03001d Nov  5 06:55 rlvworkdbs24
crw-rw----   1 informix   informix    64 0x03001e Nov  5 06:55 rlvworkdbs25
crw-rw----   1 informix   informix    64 0x03001f Nov  5 06:55 rlvworkdbs26
crw-rw----   1 informix   informix    64 0x030020 Nov  5 06:55 rlvworkdbs27
crw-rw----   1 informix   informix    64 0x030021 Nov  5 06:55 rlvworkdbs28
crw-rw----   1 informix   informix    64 0x030022 Nov  5 06:55 rlvworkdbs29
crw-rw----   1 informix   informix    64 0x030008 Nov  3 10:31 rlvworkdbs3
crw-rw----   1 informix   informix    64 0x030023 Nov  5 06:55 rlvworkdbs30
crw-rw----   1 informix   informix    64 0x030024 Nov  5 06:55 rlvworkdbs31
crw-rw----   1 informix   informix    64 0x030009 Nov  3 10:31 rlvworkdbs4
crw-rw----   1 informix   informix    64 0x03000a Nov  3 10:31 rlvworkdbs5
crw-rw----   1 informix   informix    64 0x03000b Nov  3 10:31 rlvworkdbs6
crw-rw----   1 informix   informix    64 0x03000c Nov  3 10:31 rlvworkdbs7
crw-rw----   1 informix   informix    64 0x03000d Nov  3 10:31 rlvworkdbs8
crw-rw----   1 informix   informix    64 0x03000e Nov  3 10:31 rlvworkdbs9

论坛徽章:
0
4 [报告]
发表于 2008-12-11 03:50 |只看该作者

回复 #3 gfp 的帖子

.cshrc内容如下:
setenv INFORMIXDIR /opt/informix
setenv PATH $INFORMIXDIR/binPATH
setenv INFORMIXSERVER scp2_online_net
setenv ONCONFIG onconfig
sqlhosts如下:
#demo_on        onipcshm        on_hostname     on_servername
#demo_se        seipcpip        se_hostname     sqlexec
scp2_online      onipcshm        scp3        sqlexec
scp2_online_net  onsoctcp        scp3        sqlexec_net
services如下:
。。。
sqlexec 9002/tcp
sqlexec_net 9003/tcp

论坛徽章:
0
5 [报告]
发表于 2008-12-11 03:53 |只看该作者

回复 #4 gfp 的帖子

内核参数如下:
NSTRBLKSCHED        2
NSTREVENT        50
NSTRPUSH        16
NSTRSCHED        0
STRCTLSZ        1024
STRMSGSZ        65535
acctresume        4
acctsuspend        2
aio_listio_max        256
aio_max_ops        2048
aio_physmem_pct        10
aio_prio_delta_max        20
allocate_fs_swapmap        0
alwaysdump        0
bufcache_hash_locks        128
bufpages        0
chanq_hash_locks        256
create_fastlinks        1
dbc_max_pct        4
dbc_min_pct        2
default_disk_ir        1
desfree        0
disksort_seconds        0
dnlc_hash_locks        128
dontdump        0
dskless_node        0
dst        0
eisa_io_estimate        0x300
eqmemsize        15
file_pad        10
fs_async        1
ftable_hash_locks        64
hfs_max_ra_blocks        8
hfs_ra_per_disk        64
hpux_aes_override        0
initmodmax        50
io_ports_hash_locks        64
iomemsize        40000
ksi_alloc_max        4800
ksi_send_max        32
lotsfree        0
max_async_ports        50
max_mem_window        0
max_thread_proc        1024
maxdsiz        2147483648
maxdsiz_64bit        2147483648
maxfiles        15000
maxfiles_lim        15000
maxqueuetime        0
maxssiz        268435456
maxssiz_64bit        268435456
maxtsiz        1073741824
maxtsiz_64bit        1073741824
maxuprc        512
maxvgs        15
minfree        0
modstrmax        500
msgmap        6002
msgmax        32768
msgmnb        65535
msgmni        600
msgseg        24000
msgssz        128
msgtql        6000
nbuf        0
ncdnode        150
ncsize        5024
nfile        30000
nflocks        2048
ninode        15000
nkthread        8000
no_lvm_disks        0
nproc        2048
npty        200
nstrpty        60
nswapdev        25
nswapfs        10
nsysmap        ((NPROC)>800?2*(NPROC):800)
nsysmap64        ((NPROC)>800?2*(NPROC):800)
o_sync_is_o_dsync        0
page_text_to_local        0
pfdat_hash_locks        128
public_shlibs        1
region_hash_locks        128
remote_nfs_swap        0
rtsched_numpri        32
scroll_lines        100
scsi_max_qdepth        8
scsi_maxphys        1048576
semaem        16384
semmni        4096
semmns        8192
semmnu        596
semume        64
semvmx        32768
sendfile_max        0
shmmax        0X40000000
shmmni        512
shmseg        256
st_ats_enabled        1
st_fail_overruns        0
st_large_recs        0
streampipes        0
swapmem_on        1
swchunk        2048
sysv_hash_locks        128
timeslice        1
timezone        420
vnode_cd_hash_locks        128
vnode_hash_locks        128
vps_ceiling        64
vps_chatr_ceiling        65536
vps_pagesize        4
vx_ninode        11264
vxfs_ifree_timelag    -1

论坛徽章:
0
6 [报告]
发表于 2008-12-11 03:55 |只看该作者

回复 #5 gfp 的帖子

启动报错的情况是这样:
scp3 45: onmode -ky
shared memory not initialized for INFORMIXSERVER 'scp2_online_net'
scp3 46: oninit -v
Checking group membership to determine server run modesucceeded
Reading configuration file '/opt/informix/etc/onconfig'...succeeded
Creating /INFORMIXTMP/.infxdirs ... succeeded
Creating infos file "/opt/informix/etc/.infos.scp2_online" ... "/opt/informix/etc/.co
nf.scp2_online" ... succeeded
Writing to infos file ... succeeded
Checking config parameters...succeeded
Allocating and attaching to shared memory...succeeded
Creating resident pool 2268 kbytes...succeeded
Creating buffer pool 9998 kbytes...succeeded
Creating buffer pool 6 kbytes...succeeded
Initializing rhead structure...succeeded
Initializing ASF ...succeeded
Initializing Dictionary Cache and SPL Routine Cache...succeeded
Bringing up ADM VP...succeeded
Creating VP classes...succeeded
Onlining 0 additional cpu vps...succeeded
Onlining 2 IO vps...succeeded
Initialization of Encryption...succeeded
Forking main_loop thread...succeeded
Initializing DR structures...succeeded
Forking 1 'ipcshm' listener threads...succeeded
Forking 1 'soctcp' listener threads...succeeded
Starting tracing...succeeded
Initializing 10 flushers...succeeded
oninit: Cannot open chunk '/dev/vgdata/rlvrootdbs'. errno = 6
oninit: Fatal error in shared memory initialization
scp3 47:

论坛徽章:
11
金牛座
日期:2015-03-19 16:56:22数据库技术版块每日发帖之星
日期:2016-08-02 06:20:00数据库技术版块每日发帖之星
日期:2016-04-24 06:20:00数据库技术版块每日发帖之星
日期:2016-04-13 06:20:00IT运维版块每日发帖之星
日期:2016-04-13 06:20:00数据库技术版块每日发帖之星
日期:2016-02-03 06:20:00数据库技术版块每日发帖之星
日期:2015-08-06 06:20:00季节之章:春
日期:2015-03-27 15:54:57羊年新春福章
日期:2015-03-27 15:54:37戌狗
日期:2015-03-19 16:56:41数据库技术版块每日发帖之星
日期:2016-08-18 06:20:00
7 [报告]
发表于 2008-12-11 10:31 |只看该作者
初始化是 oninit -ivy

LZ回去看指导书~

论坛徽章:
0
8 [报告]
发表于 2008-12-11 15:42 |只看该作者
新装的机器,还没有初始化吧?

论坛徽章:
0
9 [报告]
发表于 2008-12-11 16:47 |只看该作者

论坛徽章:
0
10 [报告]
发表于 2008-12-11 17:26 |只看该作者

回复 #7 liaosnet 的帖子

scp3 43: oninit -ivy
Checking group membership to determine server run modesucceeded
Reading configuration file '/opt/informix/etc/onconfig'...succeeded
Creating /INFORMIXTMP/.infxdirs ... succeeded
Creating infos file "/opt/informix/etc/.infos.scp2_online" ... "/opt/informix/etc/.co
nf.scp2_online" ... succeeded
Writing to infos file ... succeeded
Checking config parameters...succeeded
Allocating and attaching to shared memory...succeeded
Creating resident pool 2268 kbytes...succeeded
Creating buffer pool 9998 kbytes...succeeded
Creating buffer pool 6 kbytes...succeeded
Initializing rhead structure...succeeded
Initializing ASF ...succeeded
Initializing Dictionary Cache and SPL Routine Cache...succeeded
Bringing up ADM VP...succeeded
Creating VP classes...succeeded
Onlining 0 additional cpu vps...succeeded
Onlining 2 IO vps...succeeded
Initialization of Encryption...succeeded
Forking main_loop thread...succeeded
Initializing DR structures...succeeded
Forking 1 'ipcshm' listener threads...succeeded
Forking 1 'soctcp' listener threads...succeeded
Starting tracing...succeeded
Initializing 10 flushers...succeeded
oninit: Cannot open chunk '/dev/vgdata/rlvrootdbs'. errno = 6
oninit: Fatal error in shared memory initialization
scp3 44:
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

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

清除 Cookies - ChinaUnix - Archiver - WAP - TOP