t**i 发帖数: 688 | 1 I have Solaris9 on a Sun Sparc Ultra 1 machine. I have configured SAMBA 2.2.5
to share in my Windows LAN.
However, this afternoon, when I try to access it from WinXP, Solaris restart
and reported that the file system on the partition that I wanted to access
through SAMBA is corrupted. At that time, I did not know how to deal with it
nor do I have any tools. After login, I found that on the problematic
partition, there was nothing left (by ls comamand). However, I still can "cd"
into that partiti |
|
s*****l 发帖数: 2041 | 2 一个朋友新买了Sun workstation, Solaris 9.0
他告诉我了,账号和密码,但是我却连不进,
能ping,但是我用ssh u******[email protected]一点反应都没有,
我怀疑他装的solaris9没有enable SSH,
(或者有什么trusted IP list之类?)
那位告诉我怎么折腾?
谢谢了。
我刚从Sun下载了manual,正在看,
我怀疑不光要enable SSH,是不是还要设置用户访问权限。
我用solaris比较多,但是怎么折腾这些东西一点概念都没有。
那位顺手回答一下这个问题的话,不胜感激。 |
|
x*********g 发帖数: 11508 | 3 sshd 在solaris9是default enabled呀, 你telnet能进吗? |
|
a**n 发帖数: 313 | 4 Our adm. told me that:
it's a user-level exploit on solaris9/10 systems that have rather
out of date kernels... my solaris9 systems have Generic_118558-04
whereas the exploit requires Generic_112233-04...
... |
|
b**l 发帖数: 25 | 5 Now I am deploying a web application on Solaris9. In the application, I have
to use a JVM Profiler.
I developped it on WindowsXP with Eclipse and Sysdeo plug-in. It is easy to
add -Xrun* JVM argument when starting Tomcat server on Windows with IDE. But
in Solaris, I have no idea how to add -Xrun to startup.sh file.
Any body know how to add -Xrun* JVM argument to startup.sh file?
Thanks! |
|
c********e 发帖数: 417 | 6 我听说SUN的Solaris for Intel也就此打住了吧? SUN也不会来什么
Solaris9 on Intel了. |
|
m***m 发帖数: 67 | 7 if the partition was a mounted partition, this could mean that the partition
isn't mounted now. And anything you create may result on the / partition which
contains that. what's your /etc/vfstab, and which partition you have problem?
Strongly suggest you don't touch anything until find someone to fix it.
I heard that there are tools like undelete/hard disk recovery, but it will
create very huge number of data (200M original will let me few Giga row data)
important stuff need back up, not recover |
|
G*****a 发帖数: 183 | 8 well, they already charge for downloading Solaris8 for x86 around $40. I don't
expect them to charge much more for Solaris9 |
|
l***r 发帖数: 459 | 9 I download Solaris9 binary code from Sun. However, I cannot install it. I
wonder what I should do? It seems its boot doesn't work.
Thanks. |
|
y****a 发帖数: 8 | 10 用了sys-unconfig不管用。
需要改那些文件? |
|
j*********r 发帖数: 24733 | 11 Thanks a lot. I just solved the ping problems. Would you also please also let
me now how to change the host name in solaris9. Everytime, it goes to
"unknown" if I use DHCP setting. I would appreciate your kind helps very much.
for
ping
And |
|
c******n 发帖数: 7 | 12 不知道两者区别在哪儿?不知道Solaris9 自带gcc,g++,和f77吗?
谢谢!
者有 |
|
i***u 发帖数: 8 | 13 I patched my solaris9 and was told itz successfully patched
but after compile and install firefox, the prompt says can't find that patch
tho I can still skip that message and use firefox, but don't knwo whatz going
on, any comments? |
|
m**u 发帖数: 632 | 14 现在Sun solaris9上的 dual CPU,发现无论多少tasks好像总是被分配在一个
CPU上,怎么设置才能平均分配load呢,我是说可以自动分配 |
|
c****j 发帖数: 258 | 15 1. make sure he is not using NAT or using NAT with DMZ
2. make sure sshd connection is not blocked by firewall
3. make sure sshd connection is not blocked by tcpwraper
(/etc/hosts.deny, /etc/hosts.allow)
4. make sure sshd is started (/etc/init.d/sshd status)
5. if you are using root, it is blocked my ssh connection by default,
but you can change it by editing /etc/ssh/sshd_config or
/usr/local/etc/sshd_config |
|
s*****l 发帖数: 2041 | 16 不行,我就只能ping他的机器,其他的什么都不行(ftp, sftp...)
我怀疑他是不是没有装ssshd |
|
s*****l 发帖数: 2041 | 17
this is less possible coz his IP is independant IP.
as far as i know, his computer doesn't have firewall,
it could be his institute's local network firewall,
but i only know institutes usually block ftp/telnet.
it's unbelievable if they block sshd.
really appreciate your advice.
i forwarded your suggestions to him,
but seems he's a newbie on Unixand couldn't figure it out.
we'll sort it out in other ways. |
|
x*********g 发帖数: 11508 | 18
It's possible to block sshd. Many company's network only allow access via
secure card, which is a small hardware, will generate logon code everytime
when you logon. But institutes normally don't block sshd.
Could you logon to his workstation if your machine is in the same network? And
what is the result if he tries to logon from his own workstation? What's the
result of
root# /etc/init.d/sshd status
on his workstation? |
|
s*****l 发帖数: 2041 | 19 we're not under the same network (hehe, separated by Pacific Ocean).
i've told him to try those commands,
but he didn't reply,
don't know what's going on there. |
|
l***g 发帖数: 3 | 20 Sorry can't type in Chinese.
When I install the Oracle Application Server, the installation needs to create
a new user (not using root) by using Solaris Management Console, I followed
the steps in menu and created a new user called "oracle", after that I got the
problems:
1. When I use "su oracle" to change to the new user, the prompt changed from #
to $, but when I use "who" to check the login user, only "root" listed.
2. The home directory for the new user I set in Solaris Management Console w |
|
l***g 发帖数: 3 | 21 Sorry, no Chinese editor in my office.
After installed the APP Server 10g on Solaris9, I created a new instance and
deployed a new application. I got the first page of the application, but miss
some logos, images, also can't connect to database. So I did some changes in
the httpd.conf and reboot the server, after that, I put the same URL:
http://'host_IP':1810, but the EM console cannot be displayed (The page cannot
be displayed) on IE.
I changed the Listen, Port and ServerName in httpd.conf, wh |
|