ChinaUnix.net
相关文章推荐:

vmware shared fold

shared folders是vmware4 的一个新功能,更加方便了在Host,Guest操作系统间共享文件。它是把Host机器上的一个目录共享给Guest机器使用。点击Edit->;Virtual machine settigns->;Option->;shared folders->;Add,选定要共享的文件夹并给这个文件夹命名,下一步。选定“Enable this share”,还有只读和重启后失效的选项,根据需要选择。 确定以后,vmware会把这个文件夹自动mount到/mnt/hgfs目录下。 vmware的帮助文档是这样写的...

by MVPNapoleon - 虚拟化与私有云 - 2005-02-28 10:47:24 阅读(9545) 回复(3)

相关讨论

根据Help,作如下设置: To create a shared folder: Open a virtual machine and click its tab to make it the active virtual machine. Select Edit >; Virtual Machine Settings >; Options and click shared folders. Click Add to add one or more folders to the list. A wizard guides you through the process. Enter the required information, then click OK. 但在/mnt下面看不到任何东西。 Help里也说: Note:...

by upon - 虚拟化与私有云 - 2003-09-14 00:37:16 阅读(1881) 回复(15)

PARAMETERS: Initialize shared-Memory perFormance data-Replication ... Initialize root dbspace and shared memory configuration. -----------------------------Off-Line------- Press CTRL-W for Help. -------- shared memory not initialized for INFORMIXSERVER 'online_gz0' Mon Dec 29 10:12:00 2003 10:12:00 Event alarms enabled. ALARMPROG = '/usr/informix/etc/log_full.sh' 10:12...

by tzpi2000 - Informix - 2004-03-09 10:36:29 阅读(909) 回复(4)

数据库运行正常,但是执行命令的时候提示: 比如onstat - shared memory notinitialized for INFORMIXSERVER'cnmosserver' 咋回事??日志里边没有报错。

by liuxiaozhe - Informix - 2009-08-31 11:20:24 阅读(1456) 回复(4)

R1 R2 ATM NB7 C_Plane VPI:1 VCI:56 CID:0 Id:14188580 Time:2009.07.20 21:12:39.562268659 AAL5 PDU AAL5 CPCS-PDU SD PDU INFO: 00 25 22 00 01 20 00 00 05 00 19 00 02 75 BD 00 2B 00 01 02 02 0A 00 02 01 AE 02 0C 00 02 4B 40 02 0D 00 02 00 10 PL: 2 (02h) N(S): 27 (1Bh) PHYSICAL shared CHANNEL RECONFIGURATION REQUEST [FDD] NBAP-PDU initiatingMessage procedureID - ...

by cjml_1982 - 网络技术文档中心 - 2009-07-20 22:58:27 阅读(1186) 回复(0)

windows xp professional 版本2002 sp2 安装pg8.2.4,启动出现以下错误: C:\Program Files\PostgreSQL\8.2\bin>runas /user:postgres "cmd" 输入 postgres 的密码: 试图将 cmd 作为用户 "D1ECF4C0\postgres" 启动... C:\WINDOWS\system32>cd "c:\Program Files\PostgreSQL\8.2\bin" C:\Program Files\PostgreSQL\8.2\bin>pg_ctl -D "../data" start server starting C:\Program Files\PostgreSQL\8.2\bin>LOG: unrecognized ...

by ppxp - PostgreSQL - 2007-08-08 00:18:59 阅读(5069) 回复(2)

机器配置V480 ,内存16G,操作系统SOLARIS,数据库是SYBASE 12.5原来应用和数据库分别两台主机,现在要整合在一台主机。启动应用后报错如下: Cannot get shared segment Failed to init shared memory Error - failed to create password shared memory. Error - a problem occurred executing the login screen. Error - could not complete standard initialization. Press OK to abort the application. Failed to initialise th...

by zh.sunml - Solaris - 2006-08-25 11:45:28 阅读(543) 回复(0)

#include ; #include ; #include ; using std::cout; using std::endl; using namespace mysqlpp; int main(int argc, char **argv) { try { Connection conn("mysql", "localhost", "root", ""); cout << conn.client_info() << endl; cout << conn.host_info() << endl; cout << conn.server_info() << ...

by jianfenghong - C/C++ - 2005-01-15 14:20:17 阅读(855) 回复(5)

oracle RAC有如下要求: 关闭Extended shared memory(它与async I/O冲突) 我还真没有见到过关于Extended shared memory的参数,请各位赐教

by liangweijun - AIX - 2003-07-18 16:28:41 阅读(685) 回复(4)

我的informix用onstat - 总是提示我shared memory not initialized for INFORMIXSERVER 'on731' 其他均正常,请问我该怎么办?

by zhtzn - Informix - 2003-10-15 12:20:36 阅读(2517) 回复(15)

freebsd4.7release open mozilla error occured: LoadPlugin: failed to initialize shared library /usr/local/jdk1.3.1/jre/plugin/i 386/ns600/libjavaplugin_oji.so [Cannot open "/usr/local/jdk1.3.1/jre/plugin/i386 /ns600/libjavaplugin_oji.so"] so i wnet to google ,i find it is beacuse i did not install jdk1.3 , can any body sent me a copy of " /usr/local/jdk1.3.1/jre/plugin/i 386/ns600/lib...

by pigjj - BSD - 2003-02-19 11:58:24 阅读(1035) 回复(2)