Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Db2 startup error db2start startup

2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)06/01 Report--

Failed to start db2start

[db2inst1@localhost ~] $db2start

Db2start: error while loading shared libraries: libaio.so.1: cannot open shared object file: No such file or directory

Then I looked for the lib package, and I didn't have it, so I put a link on the Internet:

Http://rpmfind.net/linux/rpm2html/search.php?query=libaio.so.1

I downloaded libaio-0.3.93-4.i386.rpm, uploaded, installed

[plain] view plain copy

[root@localhost db2] # rpm-ivh libaio-0.3.93-4.i386.rpm

Warning: libaio-0.3.93-4.i386.rpm: Header V3 DSA signature: NOKEY, key ID db42a60e

Preparing... # [100%]

1:libaio # # [100%]

[root@localhost db2] #

Then you can start db2:

[plain] view plain copy

[db2inst1@localhost ~] $db2start

The SQL1063N DB2START was processed successfully.

[db2inst1@localhost ~] $netstat-atn | grep 50000

Tcp 00 0.0.0.0 50000 0.0.0.015 * LISTEN

[db2inst1@localhost ~] $

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report