Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Can't install SRSS v5.4.0 on fresh Solaris 11.3. Why?

dbb47733-b95c-406c-b645-23f31d4c09e8Mar 20 2016 — edited Mar 21 2016

I have followed the SRSS manual, but SRSS does not work. I would appreciate any pointers, to where I can dig further. I have wrestled with this four days and is getting tired. I suspect the fix is easy, just typing a command, but I dont know which command.

I have a fresh Solaris 11.3 installation and the SunRay Server Software v5.4. I am a home user with x86 PC, it has IP 192.168.1.2 and my router has IP 192.168.1.1. I have executed on my Solaris 11.3 PC this command: "pkg update --accept"  and I also installed some other IPS packages, such as Wine, VLC, etc (from SFE website).

According to Oracle manual, these prerequisites must be met:
3.1*Product Requirements
so I did only execute "utpkgcheck -i" which installed some IPS packages. I did not bother with optimizations of user desktop experience.

According to the Oracle manual installation of SRSS requires
3.2.*Installing
that I must have static IP and fixed host name.

So I followed this guide to get static IP:
https://w3hol.wordpress.com/2011/12/...on-solaris-11/
and I also had to add as the very last step:

root@solaris:~# svcadm refresh name-service/switch

And now I can surf the web:
# ipadm show-addr

ADDROBJ TYPE STATE ADDR

lo0/v4 static ok 127.0.0.1/8

net1/testingStatic static ok 192.168.1.2/24

lo0/v6 static ok ::1/128

# ifconfig -a

lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1

  inet 127.0.0.1 netmask ff000000

net1: flags=100001000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4,PHYSRUNNING> mtu 1500 index 2

  inet 192.168.1.2 netmask ffffff00 broadcast 192.168.1.255

  ether 0:25:90:d7:f8:a3

lo0: flags=2002000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv6,VIRTUAL> mtu 8252 index 1

  inet6 ::1/128

net1: flags=120002000840<RUNNING,MULTICAST,IPv6,PHYSRUNNING> mtu 1500 index 2

  inet6 ::/0

  ether 0:25:90:d7:f8:a3

To get fixed host name, I added to "/etc/hosts"

192.168.1.2 fjolla

And now I continued with the Oracle manual and installed SRSS with "utsetup". I chose default values on every question, except that I installed Web GUI to administer SRSS. So I had to install apache too. But everything default. And now, installation completed it does not work. I see on the Sunray DTU screen a picture of DTU searching for the server and "27B". I can query the SunRay DTU:

# ./utquery 192.168.1.7

terminalID=0021287e85eb

  terminalIPA=192.168.1.7

  model=SunRayP9

  currentAuth=5.0.0.0

  currentFW=GUI4.2_140993-03_2010.06.21.19.00

  currentBarrier=421

  currentBarrierLevel=421

  currentMTU=1500

  Subnet=255.255.255.0

  Router=192.168.1.1

  LeaseTim=86400

  DHCPServer=192.168.1.1

  INFORMServer=192.168.1.1

  FWservType=none

  speed=1000F

  configMTU=1500

  dnsList=192.168.1.1

  confNetType=DHCP

  conf.fulldup=1

  stopqon=0

  bandwidth=1000000000

  poweroff=30

I suspect the currentAuth field should say "192.168.1.2"? How to fix that?

When I try to go to the web gui with my web browser:

http://192.168.1.2:1660

the web page turns white and blank. Nothing is seen.

I have tried lot of commands, "utadm -A 192.168.1.2, utadm -L on, etc etc but everything is a mess now so I rolled back with BE. BE is a killer feature!!!

So, I am lost now and dont know how to continue. Any suggestions? Can I show the output of some commands, the status of the server?

# cat /var/opt/SUNWut/log/messages

Mar 20 19:14:59 fjolla pcscd[3682]: [ID 702911 user.info] launcher.c:700:() Accept on socket: Bad file number

Mar 20 19:21:30 fjolla utdsd[5637]: [ID 150928 daemon.error] utdsd starting

Mar 20 19:21:33 fjolla utdsd[5637]: [ID 295751 daemon.error] utdsd got shutdown signal

Mar 20 19:21:34 fjolla utdsd[6176]: [ID 150928 daemon.error] utdsd starting

Mar 20 19:21:36 fjolla UTPOLICY: [ID 702911 user.info] # Current Policy: -a -g -z both -M

Mar 20 19:21:36 fjolla utpolicy: [ID 702911 user.info] Updated policy: -a -g -z both -M

Mar 20 19:21:42 fjolla UTPOLICY: [ID 702911 user.info] # Current Policy: -a -g -z both -M

Mar 20 19:23:28 fjolla utstart: [ID 702911 user.info] stopping authentication manager

Mar 20 19:23:29 fjolla inetd[572]: [ID 702911 daemon.warning] Configuration file /etc/inet/inetd.conf has been modified since inetconv was last run. "inetconv -i /etc/inet/inetd.conf" must be run to apply any changes to the SMF

Mar 20 19:23:34 fjolla utstart: [ID 702911 user.info] starting printer service

Mar 20 19:23:34 fjolla utstart: [ID 702911 user.info] starting serial service

Mar 20 19:23:34 fjolla utstart: [ID 702911 user.info] starting authentication manager

Mar 20 19:23:34 fjolla utdevmgrd[6758]: [ID 239606 daemon.notice] use /etc/services port no: 7011

Mar 20 19:23:34 fjolla utpolicy: [ID 702911 user.info] Updated policy: -a -g -z both -M -t clear

Mar 20 19:23:39 fjolla utstart: [ID 702911 user.info] starting mounter service

Mar 20 19:23:39 fjolla utstart: [ID 702911 user.info] starting storage service

Mar 20 19:23:39 fjolla Sun Ray Connector proxy:[6848]: [ID 174877 user.info] Starting ...

Mar 20 19:23:39 fjolla upstart: [ID 702911 user.info] Sun Ray Web Administration (pid 6114) already running

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 17 2016
Added on Mar 20 2016
0 comments
997 views