免费注册 查看新帖 |

Chinaunix

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

RHAS4 64 位 安转 SYBASE问题 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2007-04-06 15:20 |只看该作者 |倒序浏览
RHAS4 64 位 安转 SYBASE问题
执行./setup 后出现如下提示


          The directory /tmp/istemp3912096150145
          does not contain enough space to extract temporary files.
          Please specify a temporary directory using the -is:tempdir
          option. Use the -is:help option for more information.


加了 -is:/tmp 还是这样错误

我的分区为

Filesystem            Size  Used Avail Use% Mounted on
/dev/hda1             9.8G  2.6G  6.8G  27% /
/dev/hda9             4.9G   42M  4.6G   1% /baccount
/dev/hda6             7.7G   50M  7.3G   1% /bacctper
/dev/hda7             5.0G   43M  4.7G   1% /bmaster
/dev/hda8             4.9G   42M  4.6G   1% /bperson
/dev/hda2              20G   76M   19G   1% /bpos
/dev/hda5             9.7G   55M  9.1G   1% /bproc
none                  246M     0  246M   0% /dev/shm
/dev/hda3             9.7G   55M  9.1G   1% /opt
/dev/hda10            2.0G   36M  1.8G   2% /tmp
/dev/hdb              298M  298M     0 100% /media/cdrom
请问以下如何解决

论坛徽章:
0
2 [报告]
发表于 2007-04-06 15:29 |只看该作者
./setup -is:tempdir /bmaster

论坛徽章:
0
3 [报告]
发表于 2007-04-06 23:50 |只看该作者
这样也试过 ,还是报那样的错误

论坛徽章:
0
4 [报告]
发表于 2007-04-07 15:06 |只看该作者
从错误上看是空间不够,用
./setup -is:tempdir /bpos
吧,再报这个错误,那就应该不是tmp空间不够了

论坛徽章:
0
5 [报告]
发表于 2008-06-25 22:00 |只看该作者
我也是这个问题啊,后来解决了吗?
[sybase@app syb-setup]$ df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/sda2              15G  460M   14G   4% /
/dev/sda8              15G  165M   14G   2% /tmp
/dev/sda7             9.7G  2.9G  6.3G  32% /usr
/dev/sda6              20G  757M   18G   5% /opt
/dev/sda5              67G  180M   63G   1% /export/home
/dev/sda1              99M   12M   83M  13% /boot
tmpfs                 3.9G     0  3.9G   0% /dev/shm

sybase@app syb-setup]$ ls -l
total 327224
drwxrwxr-x 2 sybase sybase      4096 May 24  2006 archives
-rw-r--r-- 1 sybase sybase 293253801 Jun 26 19:30 ase1254linop64.tgz
-rwxrwxr-x 1 sybase sybase        12 May 24  2006 media.inf
-rwxrwxr-x 1 sybase sybase       306 May 24  2006 setup
-rwxrwxr-x 1 sybase sybase  41464832 May 24  2006 setup.internal
drwxrwxr-x 5 sybase sybase      4096 May 24  2006 suite


[sybase@app syb-setup]$ ./setup



          Initializing InstallShield Wizard........
          Extracting Bundled JRE.         


          The directory /tmp/istemp5053178193650
          does not contain enough space to extract temporary files.
          Please specify a temporary directory using the -is:tempdir
          option. Use the -is:help option for more information.

-------------------------------------------------------------------
[sybase@app syb-setup]$ ./setup -is:/tmp

          Initializing InstallShield Wizard........
          Extracting Bundled JRE.         


          The directory /tmp/istemp5172178193720
          does not contain enough space to extract temporary files.
          Please specify a temporary directory using the -is:tempdir
          option. Use the -is:help option for more information.

-------------------------------------------------------------------------
[root@app sybase]# cd /export/home/
[root@app home]# mkdir tmp
[root@app home]# chown -R sybase:sybase tmp
[root@app home]# ls -l
total 28
drwx------ 3 linkage linkage  4096 Jun 26 19:31 linkage
drwx------ 2 root    root    16384 Jun 26 03:10 lost+found
drwxr-xr-x 2 sybase  sybase   4096 Jun 26 19:36 tmp
drwxr-xr-x 2 root    root     4096 Jun 26 19:31 tools

[sybase@app syb-setup]$ ./setup -is:tempdir /export/home/tmp

          Initializing InstallShield Wizard........
          Extracting Bundled JRE.         

          The directory /export/home/tmp/istemp5291178193807
          does not contain enough space to extract temporary files.
          Please specify a temporary directory using the -is:tempdir
          option. Use the -is:help option for more information.

论坛徽章:
71
15-16赛季CBA联赛之同曦
日期:2018-08-23 15:41:42辰龙
日期:2014-08-15 09:07:43狮子座
日期:2014-06-03 13:55:33亥猪
日期:2014-06-02 11:17:08巨蟹座
日期:2014-05-06 10:02:03午马
日期:2014-05-04 08:18:27亥猪
日期:2014-04-29 11:11:32技术图书徽章
日期:2014-04-24 15:51:26技术图书徽章
日期:2014-04-17 11:01:53辰龙
日期:2014-04-15 12:45:46亥猪
日期:2014-04-11 09:06:23射手座
日期:2014-04-01 15:28:10
6 [报告]
发表于 2008-06-25 22:18 |只看该作者
查看一下tmp目录是不是没有写的权限

论坛徽章:
0
7 [报告]
发表于 2008-06-25 22:42 |只看该作者
tmp的权限为777
还有我想知道ase1254linop64.tgz这个文件,能不能在Redhat 5 AP 64位的操作系统下安装,机器是Dell 2950 的4核Intel CPU 。

论坛徽章:
4
2015年亚洲杯之阿联酋
日期:2015-03-10 10:32:022015年亚洲杯之阿曼
日期:2015-03-10 14:53:222015亚冠之水原三星
日期:2015-07-18 15:40:262015亚冠之塔什干棉农
日期:2015-07-27 20:52:05
8 [报告]
发表于 2008-06-25 22:52 |只看该作者
看一下有没有readme之类的文件,先验证一下你这个安装包的版本与适合平台

ps:/bmaster是用来放master设备的吗?真奢侈的说
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

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

清除 Cookies - ChinaUnix - Archiver - WAP - TOP